Searched refs:hvc_driver (Results 1 – 1 of 1) sorted by relevance
68 static struct tty_driver *hvc_driver; variable190 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()