Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/hvc/
H A Dhvc_console.h80 extern int hvc_remove(struct hvc_struct *hp);
H A Dhvc_xen.c381 hvc_remove(info->hvc); in xencons_disconnect_backend()
568 hvc_remove(info->hvc); in xencons_backend_changed()
H A Dhvc_console.c979 int hvc_remove(struct hvc_struct *hp) in hvc_remove() function
1015 EXPORT_SYMBOL_GPL(hvc_remove);
H A Dhvc_opal.c241 rc = hvc_remove(hp); in hvc_opal_remove()
H A Dhvc_iucv.c1111 hvc_remove(priv->hvc); in hvc_iucv_alloc()
1124 hvc_remove(priv->hvc); in hvc_iucv_destroy()
/openbmc/linux/drivers/char/
H A Dvirtio_console.c1530 hvc_remove(port->cons.hvc); in unplug_port()