host_connected    233 drivers/char/virtio_console.c 	bool host_connected;
host_connected    711 drivers/char/virtio_console.c 	return !port_has_data(port) && port->host_connected;
host_connected    722 drivers/char/virtio_console.c 	if (!port->host_connected)
host_connected    755 drivers/char/virtio_console.c 		if (!port->host_connected)
host_connected    778 drivers/char/virtio_console.c 	if (!port_has_data(port) && !port->host_connected)
host_connected    988 drivers/char/virtio_console.c 	if (!port->host_connected)
host_connected   1305 drivers/char/virtio_console.c 	seq_printf(s, "host_connected: %d\n", port->host_connected);
host_connected   1385 drivers/char/virtio_console.c 	port->host_connected = port->guest_connected = false;
host_connected   1439 drivers/char/virtio_console.c 		port->host_connected = true;
host_connected   1528 drivers/char/virtio_console.c 		port->host_connected = false;
host_connected   1638 drivers/char/virtio_console.c 		port->host_connected = virtio16_to_cpu(vdev, cpkt->value);
host_connected   2165 drivers/char/virtio_console.c 		port->host_connected = false;
host_connected    301 drivers/extcon/extcon-usbc-cros-ec.c 		bool host_connected = false, device_connected = false;
host_connected    315 drivers/extcon/extcon-usbc-cros-ec.c 			host_connected = true;
host_connected    318 drivers/extcon/extcon-usbc-cros-ec.c 		extcon_set_state(info->edev, EXTCON_USB_HOST, host_connected);