Searched defs:xencons (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/hvc/
H A Dhvc_xen.c89 static int __write_console(struct xencons_info *xencons, argument
93 struct xencons_interface *intf = xencons->intf;
108 notify_daemon(xencons);
143 struct xencons_info *xencons = vtermno_to_xencons(vtermno); local
144 if (xencons == NULL)
146 intf = xencons->intf;
159 notify_daemon(xencons);
504 static DEFINE_XENBUS_DRIVER(xencons, "xenconsole",

Completed in 42 milliseconds