Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/hvc/
Dhvc_console.c68 static struct tty_driver *hvc_driver; variable
190 return hvc_driver; in hvc_console_device()
953 hvc_driver = drv; in hvc_init()
970 if (hvc_driver) { in hvc_exit()
973 tty_unregister_driver(hvc_driver); in hvc_exit()
975 put_tty_driver(hvc_driver); in hvc_exit()