Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dhvcserver.c233 int hvcs_free_connection(uint32_t unit_address) in hvcs_free_connection() function
239 EXPORT_SYMBOL(hvcs_free_connection);
/openbmc/linux/arch/powerpc/include/asm/
H A Dhvcserver.h43 extern int hvcs_free_connection(uint32_t unit_address);
/openbmc/linux/drivers/tty/hvc/
H A Dhvcs.c991 retval = hvcs_free_connection(hvcsd->vdev->unit_address); in hvcs_partner_free()