Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/
H A Dvirtio_console.c233 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()
776 * check for host_connected. in port_fops_read()
778 if (!port_has_data(port) && !port->host_connected) in port_fops_read()
986 if (!port->host_connected) in port_fops_poll()
1303 seq_printf(s, "host_connected: %d\n", port->host_connected); in port_debugfs_show()
1383 port->host_connected in add_port()
[all...]
/kernel/linux/linux-6.6/drivers/char/
H A Dvirtio_console.c227 bool host_connected; member
705 return !port_has_data(port) && port->host_connected; in will_read_block()
716 if (!port->host_connected) in will_write_block()
749 if (!port->host_connected) in port_fops_read()
770 * check for host_connected. in port_fops_read()
772 if (!port_has_data(port) && !port->host_connected) in port_fops_read()
980 if (!port->host_connected) in port_fops_poll()
1300 seq_printf(s, "host_connected: %d\n", port->host_connected); in port_debugfs_show()
1380 port->host_connected in add_port()
[all...]
/kernel/linux/linux-5.10/drivers/extcon/
H A Dextcon-usbc-cros-ec.c301 bool host_connected = false, device_connected = false; in extcon_cros_ec_detect_cable() local
315 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()
/kernel/linux/linux-6.6/drivers/extcon/
H A Dextcon-usbc-cros-ec.c301 bool host_connected = false, device_connected = false; in extcon_cros_ec_detect_cable() local
315 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()

Completed in 7 milliseconds