Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/pseries/
Dhvcserver.c233 int hvcs_free_connection(uint32_t unit_address) in hvcs_free_connection() function
239 EXPORT_SYMBOL(hvcs_free_connection);
/Linux-v5.4/arch/powerpc/include/asm/
Dhvcserver.h43 extern int hvcs_free_connection(uint32_t unit_address);
/Linux-v5.4/drivers/tty/hvc/
Dhvcs.c1017 retval = hvcs_free_connection(hvcsd->vdev->unit_address); in hvcs_partner_free()