Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/hvc/
Dhvc_xen.c79 static int __write_console(struct xencons_info *xencons, in __write_console() argument
83 struct xencons_interface *intf = xencons->intf; in __write_console()
98 notify_daemon(xencons); in __write_console()
133 struct xencons_info *xencons = vtermno_to_xencons(vtermno); in domU_read_console() local
134 if (xencons == NULL) in domU_read_console()
136 intf = xencons->intf; in domU_read_console()
149 notify_daemon(xencons); in domU_read_console()