Home
last modified time | relevance | path

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

/linux/drivers/tty/hvc/
H A Dhvcs.c244 static unsigned long *hvcs_pi_buff; variable
871 if (!hvcs_pi_buff) { in hvcs_get_pi()
875 retval = hvcs_get_partner_info(unit_address, &head, hvcs_pi_buff); in hvcs_get_pi()
1474 hvcs_pi_buff = (unsigned long *) __get_free_page(GFP_KERNEL); in hvcs_initialize()
1475 if (!hvcs_pi_buff) { in hvcs_initialize()
1490 free_page((unsigned long)hvcs_pi_buff); in hvcs_initialize()
1532 free_page((unsigned long)hvcs_pi_buff); in hvcs_module_exit()
1533 hvcs_pi_buff = NULL; in hvcs_module_exit()