Home
last modified time | relevance | path

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

/linux/drivers/char/
H A Dvirtio_console.c227 bool host_connected; member
702 return !port_has_data(port) && port->host_connected; in will_read_block()
713 if (!port->host_connected) in will_write_block()
746 if (!port->host_connected) in port_fops_read()
769 if (!port_has_data(port) && !port->host_connected) in port_fops_read()
977 if (!port->host_connected) in port_fops_poll()
1267 seq_printf(s, "host_connected: %d\n", port->host_connected); in port_debugfs_show()
1347 port->host_connected = port->guest_connected = false; in add_port()
1401 port->host_connected = true; in add_port()
1487 port->host_connected = false; in unplug_port()
[all …]