Home
last modified time | relevance | path

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

/Linux-v5.15/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()
102 notify_daemon(xencons); in __write_console()
140 struct xencons_info *xencons = vtermno_to_xencons(vtermno); in domU_read_console() local
141 if (xencons == NULL) in domU_read_console()
143 intf = xencons->intf; in domU_read_console()
160 notify_daemon(xencons); in domU_read_console()