Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/hvc/
Dhvc_udbg.c88 hvc_remove(hvc_udbg_dev); in hvc_udbg_exit()
Dhvc_rtas.c113 hvc_remove(hvc_rtas_dev); in hvc_rtas_exit()
Dhvc_console.h90 extern int hvc_remove(struct hvc_struct *hp);
Dhvc_beat.c126 hvc_remove(hvc_beat_dev); in hvc_beat_exit()
Dhvc_console.c877 int hvc_remove(struct hvc_struct *hp) in hvc_remove() function
909 EXPORT_SYMBOL_GPL(hvc_remove);
Dhvc_opal.c231 rc = hvc_remove(hp); in hvc_opal_remove()
Dhvc_iucv.c1022 hvc_remove(priv->hvc); in hvc_iucv_alloc()
1035 hvc_remove(priv->hvc); in hvc_iucv_destroy()
Dhvc_vio.c301 rc = hvc_remove(hp); in hvc_vio_remove()
Dhvc_xen.c322 hvc_remove(info->hvc); in xencons_disconnect_backend()
/linux-3.4.99/drivers/char/
Dvirtio_console.c1311 hvc_remove(port->cons.hvc); in unplug_port()