Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/core/
Dusb-acpi.c148 enum usb_port_connect_type connect_type = USB_PORT_CONNECT_TYPE_UNKNOWN; in usb_acpi_get_connect_type() local
171 connect_type = USB_PORT_CONNECT_TYPE_HOT_PLUG; in usb_acpi_get_connect_type()
173 connect_type = USB_PORT_CONNECT_TYPE_HARD_WIRED; in usb_acpi_get_connect_type()
175 connect_type = USB_PORT_NOT_USED; in usb_acpi_get_connect_type()
178 return connect_type; in usb_acpi_get_connect_type()
238 port_dev->connect_type = usb_acpi_get_connect_type(handle, pld); in usb_acpi_find_companion_for_port()
Dhub.h104 enum usb_port_connect_type connect_type; member
Dhub.c2486 switch (hub->ports[udev->portnum - 1]->connect_type) { in set_usb_port_removable()
4687 int connect_type = USB_PORT_CONNECT_TYPE_UNKNOWN; in hub_set_initial_usb2_lpm_policy() local
4693 connect_type = hub->ports[udev->portnum - 1]->connect_type; in hub_set_initial_usb2_lpm_policy()
4696 connect_type == USB_PORT_CONNECT_TYPE_HARD_WIRED) { in hub_set_initial_usb2_lpm_policy()
6335 enum usb_port_connect_type connect_type; in usb_hub_adjust_deviceremovable() local
6345 connect_type = port_dev->connect_type; in usb_hub_adjust_deviceremovable()
6346 if (connect_type == USB_PORT_CONNECT_TYPE_HARD_WIRED) { in usb_hub_adjust_deviceremovable()
6361 connect_type = port_dev->connect_type; in usb_hub_adjust_deviceremovable()
6362 if (connect_type == USB_PORT_CONNECT_TYPE_HARD_WIRED) { in usb_hub_adjust_deviceremovable()
Dport.c144 switch (port_dev->connect_type) { in connect_type_show()
161 static DEVICE_ATTR_RO(connect_type);
Dusb.c622 return hub->ports[dev->portnum - 1]->connect_type == in usb_dev_authorized()
/Linux-v6.6/drivers/scsi/qla2xxx/
Dqla_init.c5006 char connect_type[22]; in qla2x00_configure_hba() local
5053 strcpy(connect_type, "(Loop)"); in qla2x00_configure_hba()
5060 strcpy(connect_type, "(FL_Port)"); in qla2x00_configure_hba()
5068 strcpy(connect_type, "(N_Port-to-N_Port)"); in qla2x00_configure_hba()
5076 strcpy(connect_type, "(F_Port)"); in qla2x00_configure_hba()
5084 strcpy(connect_type, "(Loop)"); in qla2x00_configure_hba()
5105 connect_type, vha->loop_id); in qla2x00_configure_hba()
/Linux-v6.6/Documentation/driver-api/usb/
Dpower-management.rst702 ``<hubdev-portX>/connect_type``:
787 (ACPI _PLD record for a port populates 'connect_type') userspace can
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-bus-usb159 What: /sys/bus/usb/devices/.../<hub_interface>/port<X>/connect_type