Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/hvc/
Dhvc_console.c66 static struct tty_driver *hvc_driver; variable
183 return hvc_driver; in hvc_console_device()
766 if (!hvc_driver) { in hvc_alloc()
888 hvc_driver = drv; in hvc_init()
905 if (hvc_driver) { in hvc_exit()
908 tty_unregister_driver(hvc_driver); in hvc_exit()
910 put_tty_driver(hvc_driver); in hvc_exit()