Home
last modified time | relevance | path

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

/linux/drivers/usb/core/
H A Dof.c114 enum usb_port_connect_type connect_type; in usb_of_get_connect_type() local
121 connect_type = USB_PORT_NOT_USED; in usb_of_get_connect_type()
134 connect_type = USB_PORT_CONNECT_TYPE_HOT_PLUG; in usb_of_get_connect_type()
145 connect_type = USB_PORT_CONNECT_TYPE_HARD_WIRED; in usb_of_get_connect_type()
148 return connect_type; in usb_of_get_connect_type()
H A Dusb-acpi.c201 enum usb_port_connect_type connect_type = USB_PORT_CONNECT_TYPE_UNKNOWN; in usb_acpi_get_connect_type() local
234 connect_type = USB_PORT_CONNECT_TYPE_HOT_PLUG; in usb_acpi_get_connect_type()
236 connect_type = USB_PORT_CONNECT_TYPE_HARD_WIRED; in usb_acpi_get_connect_type()
238 connect_type = USB_PORT_NOT_USED; in usb_acpi_get_connect_type()
240 port_dev->connect_type = connect_type; in usb_acpi_get_connect_type()
H A Dport.c179 switch (port_dev->connect_type) { in connect_type_show()
196 static DEVICE_ATTR_RO(connect_type);
613 if (!peer_hub || port_dev->connect_type == USB_PORT_NOT_USED) in match_location()
624 if (peer && peer->connect_type != USB_PORT_NOT_USED && in match_location()
749 port_dev->connect_type = usb_of_get_connect_type(hdev, port1); in usb_hub_create_port_device()
H A Dusb.c622 return hub->ports[dev->portnum - 1]->connect_type == in usb_dev_authorized()
/linux/drivers/scsi/qla2xxx/
H A Dqla_init.c5027 char connect_type[22]; in qla2x00_configure_hba() local
5074 strcpy(connect_type, "(Loop)"); in qla2x00_configure_hba()
5081 strcpy(connect_type, "(FL_Port)"); in qla2x00_configure_hba()
5089 strcpy(connect_type, "(N_Port-to-N_Port)"); in qla2x00_configure_hba()
5097 strcpy(connect_type, "(F_Port)"); in qla2x00_configure_hba()
5105 strcpy(connect_type, "(Loop)"); in qla2x00_configure_hba()
5126 connect_type, vha->loop_id); in qla2x00_configure_hba()
/linux/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
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-usb159 What: /sys/bus/usb/devices/.../<hub_interface>/port<X>/connect_type