Searched refs:host_connected (Results 1 – 2 of 2) sorted by relevance
228 bool host_connected; member703 return !port_has_data(port) && port->host_connected; in will_read_block()714 if (!port->host_connected) in will_write_block()747 if (!port->host_connected) in port_fops_read()770 if (!port_has_data(port) && !port->host_connected) in port_fops_read()978 if (!port->host_connected) in port_fops_poll()1346 port->host_connected = port->guest_connected = false; in add_port()1400 port->host_connected = true; in add_port()1484 port->host_connected = false; in unplug_port()1596 port->host_connected = virtio16_to_cpu(vdev, cpkt->value); in handle_control_message()[all …]
301 bool host_connected = false, device_connected = false; in extcon_cros_ec_detect_cable() local315 host_connected = true; in extcon_cros_ec_detect_cable()318 extcon_set_state(info->edev, EXTCON_USB_HOST, host_connected); in extcon_cros_ec_detect_cable()