Lines Matching refs:host_connected
233 bool host_connected; member
711 return !port_has_data(port) && port->host_connected; in will_read_block()
722 if (!port->host_connected) in will_write_block()
755 if (!port->host_connected) in port_fops_read()
778 if (!port_has_data(port) && !port->host_connected) in port_fops_read()
988 if (!port->host_connected) in port_fops_poll()
1305 seq_printf(s, "host_connected: %d\n", port->host_connected); in port_debugfs_show()
1385 port->host_connected = port->guest_connected = false; in add_port()
1439 port->host_connected = true; in add_port()
1528 port->host_connected = false; in unplug_port()
1638 port->host_connected = virtio16_to_cpu(vdev, cpkt->value); in handle_control_message()
2165 port->host_connected = false; in virtcons_freeze()