Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/
Dvirtio_console.c241 bool host_connected; member
722 return !port_has_data(port) && port->host_connected; in will_read_block()
733 if (!port->host_connected) in will_write_block()
766 if (!port->host_connected) in port_fops_read()
789 if (!port_has_data(port) && !port->host_connected) in port_fops_read()
999 if (!port->host_connected) in port_fops_poll()
1321 "host_connected: %d\n", port->host_connected); in debugfs_read()
1416 port->host_connected = port->guest_connected = false; in add_port()
1468 port->host_connected = true; in add_port()
1569 port->host_connected = false; in unplug_port()
[all …]