Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/hvc/
Dhvc_console.c68 static struct tty_driver *hvc_driver; variable
190 return hvc_driver; in hvc_console_device()
996 hvc_driver = drv; in hvc_init()
1013 if (hvc_driver) { in hvc_exit()
1016 tty_unregister_driver(hvc_driver); in hvc_exit()
1018 put_tty_driver(hvc_driver); in hvc_exit()