Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/hvc/
Dhvc_console.h91 extern int hvc_remove(struct hvc_struct *hp);
Dhvc_tile.c157 rc = hvc_remove(hp); in hvc_tile_remove()
Dhvc_console.c917 int hvc_remove(struct hvc_struct *hp) in hvc_remove() function
953 EXPORT_SYMBOL_GPL(hvc_remove);
Dhvc_opal.c238 rc = hvc_remove(hp); in hvc_opal_remove()
Dhvc_vio.c372 rc = hvc_remove(hp); in hvc_vio_remove()
Dhvc_iucv.c1159 hvc_remove(priv->hvc); in hvc_iucv_alloc()
1172 hvc_remove(priv->hvc); in hvc_iucv_destroy()
Dhvc_xen.c338 hvc_remove(info->hvc); in xencons_disconnect_backend()
/linux-4.4.14/drivers/char/
Dvirtio_console.c1579 hvc_remove(port->cons.hvc); in unplug_port()