Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/pseries/
Dhvcserver.c119 int hvcs_get_partner_info(uint32_t unit_address, struct list_head *head, in hvcs_get_partner_info() function
190 EXPORT_SYMBOL(hvcs_get_partner_info);
/Linux-v5.4/arch/powerpc/include/asm/
Dhvcserver.h39 extern int hvcs_get_partner_info(uint32_t unit_address,
/Linux-v5.4/drivers/tty/hvc/
Dhvcs.c903 retval = hvcs_get_partner_info(unit_address, &head, hvcs_pi_buff); in hvcs_get_pi()