Searched refs:hvc_console (Results 1 – 2 of 2) sorted by relevance
204 static struct console hvc_console = { variable230 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()
8 obj-$(CONFIG_HVC_DRIVER) += hvc_console.o