Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/hvc/
Dhvc_xen.c91 static int __write_console(struct xencons_info *xencons, in __write_console() argument
95 struct xencons_interface *intf = xencons->intf; in __write_console()
110 notify_daemon(xencons); in __write_console()
145 struct xencons_info *xencons = vtermno_to_xencons(vtermno); in domU_read_console() local
146 if (xencons == NULL) in domU_read_console()
148 intf = xencons->intf; in domU_read_console()
161 notify_daemon(xencons); in domU_read_console()