Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/hvc/
H A Dhvcs.c244 static unsigned long *hvcs_pi_buff; variable
873 if (!hvcs_pi_buff) { in hvcs_get_pi()
877 retval = hvcs_get_partner_info(unit_address, &head, hvcs_pi_buff); in hvcs_get_pi()
1476 hvcs_pi_buff = (unsigned long *) __get_free_page(GFP_KERNEL); in hvcs_initialize()
1477 if (!hvcs_pi_buff) { in hvcs_initialize()
1492 free_page((unsigned long)hvcs_pi_buff); in hvcs_initialize()
1534 free_page((unsigned long)hvcs_pi_buff); in hvcs_module_exit()
1535 hvcs_pi_buff = NULL; in hvcs_module_exit()