Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dusb-acpi.c87 enum usb_port_connect_type connect_type = USB_PORT_CONNECT_TYPE_UNKNOWN; in usb_acpi_get_connect_type() local
110 connect_type = USB_PORT_CONNECT_TYPE_HOT_PLUG; in usb_acpi_get_connect_type()
112 connect_type = USB_PORT_CONNECT_TYPE_HARD_WIRED; in usb_acpi_get_connect_type()
114 connect_type = USB_PORT_NOT_USED; in usb_acpi_get_connect_type()
117 return connect_type; in usb_acpi_get_connect_type()
193 port_dev->connect_type = usb_acpi_get_connect_type(handle, pld); in usb_acpi_find_companion_for_port()
H A Dhub.h99 enum usb_port_connect_type connect_type; member
H A Dport.c34 switch (port_dev->connect_type) { in connect_type_show()
51 static DEVICE_ATTR_RO(connect_type);
H A Dhub.c2452 switch (hub->ports[udev->portnum - 1]->connect_type) { in set_usb_port_removable()
4567 int connect_type = USB_PORT_CONNECT_TYPE_UNKNOWN; in hub_set_initial_usb2_lpm_policy() local
4573 connect_type = hub->ports[udev->portnum - 1]->connect_type; in hub_set_initial_usb2_lpm_policy()
4576 connect_type == USB_PORT_CONNECT_TYPE_HARD_WIRED) { in hub_set_initial_usb2_lpm_policy()
6137 enum usb_port_connect_type connect_type; in usb_hub_adjust_deviceremovable() local
6147 connect_type = port_dev->connect_type; in usb_hub_adjust_deviceremovable()
6148 if (connect_type == USB_PORT_CONNECT_TYPE_HARD_WIRED) { in usb_hub_adjust_deviceremovable()
6163 connect_type = port_dev->connect_type; in usb_hub_adjust_deviceremovable()
6164 if (connect_type == USB_PORT_CONNECT_TYPE_HARD_WIRED) { in usb_hub_adjust_deviceremovable()
H A Dusb.c554 return hub->ports[dev->portnum - 1]->connect_type == in usb_dev_authorized()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-usb187 What: /sys/bus/usb/devices/.../(hub interface)/portX/connect_type
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_init.c4509 char connect_type[22]; in qla2x00_configure_hba() local
4556 strcpy(connect_type, "(Loop)"); in qla2x00_configure_hba()
4563 strcpy(connect_type, "(FL_Port)"); in qla2x00_configure_hba()
4570 strcpy(connect_type, "(N_Port-to-N_Port)"); in qla2x00_configure_hba()
4578 strcpy(connect_type, "(F_Port)"); in qla2x00_configure_hba()
4585 strcpy(connect_type, "(Loop)"); in qla2x00_configure_hba()
4603 connect_type, vha->loop_id); in qla2x00_configure_hba()
/OK3568_Linux_fs/kernel/Documentation/driver-api/usb/
H A Dpower-management.rst702 ``<hubdev-portX>/connect_type``:
787 (ACPI _PLD record for a port populates 'connect_type') userspace can