Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/pseries/
H A 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);
/openbmc/linux/arch/powerpc/include/asm/
H A Dhvcserver.h39 extern int hvcs_get_partner_info(uint32_t unit_address,
/openbmc/linux/drivers/tty/hvc/
H A Dhvcs.c877 retval = hvcs_get_partner_info(unit_address, &head, hvcs_pi_buff); in hvcs_get_pi()