Searched refs:hvc_console (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/tty/hvc/
H A Dhvc_console.c33 #include "hvc_console.h"
217 static struct console hvc_console = { variable in typeref:struct:console
243 register_console(&hvc_console);
268 if (console_is_registered(&hvc_console))
275 if (index == hvc_console.index)
276 register_console(&hvc_console);
705 if (hp->index == hvc_console.index) {
H A DMakefile7 obj-$(CONFIG_HVC_DRIVER) += hvc_console.o

Completed in 205 milliseconds