Home
last modified time | relevance | path

Searched refs:hvcs_pi_buff (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/tty/hvc/
Dhvcs.c257 static unsigned long *hvcs_pi_buff; variable
913 if (!hvcs_pi_buff) { in hvcs_get_pi()
917 retval = hvcs_get_partner_info(unit_address, &head, hvcs_pi_buff); in hvcs_get_pi()
1535 hvcs_pi_buff = (unsigned long *) __get_free_page(GFP_KERNEL); in hvcs_initialize()
1536 if (!hvcs_pi_buff) { in hvcs_initialize()
1551 free_page((unsigned long)hvcs_pi_buff); in hvcs_initialize()
1600 free_page((unsigned long)hvcs_pi_buff); in hvcs_module_exit()
1601 hvcs_pi_buff = NULL; in hvcs_module_exit()