Home
last modified time | relevance | path

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

/drivers/tty/hvc/
Dhvc_console.c204 static struct console hvc_console = { variable
230 register_console(&hvc_console); in hvc_console_init()
255 if (hvc_console.flags & CON_ENABLED) in hvc_check_console()
262 if (index == hvc_console.index) in hvc_check_console()
263 register_console(&hvc_console); in hvc_check_console()
672 if (hp->index == hvc_console.index) { in hvc_poll()
1019 unregister_console(&hvc_console); in hvc_exit()
DMakefile8 obj-$(CONFIG_HVC_DRIVER) += hvc_console.o