Home
last modified time | relevance | path

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

/drivers/usb/core/
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()
A Dusb-acpi.c205 enum usb_port_connect_type connect_type = USB_PORT_CONNECT_TYPE_UNKNOWN; in usb_acpi_get_connect_type() local
237 connect_type = USB_PORT_CONNECT_TYPE_HOT_PLUG; in usb_acpi_get_connect_type()
239 connect_type = USB_PORT_CONNECT_TYPE_HARD_WIRED; in usb_acpi_get_connect_type()
241 connect_type = USB_PORT_NOT_USED; in usb_acpi_get_connect_type()
243 port_dev->connect_type = connect_type; in usb_acpi_get_connect_type()
A Dport.c181 switch (port_dev->connect_type) { in connect_type_show()
198 static DEVICE_ATTR_RO(connect_type);
616 if (!peer_hub || port_dev->connect_type == USB_PORT_NOT_USED) in match_location()
627 if (peer && peer->connect_type != USB_PORT_NOT_USED && in match_location()
752 port_dev->connect_type = usb_of_get_connect_type(hdev, port1); in usb_hub_create_port_device()
A Dhub.h108 enum usb_port_connect_type connect_type; member
A Dhub.c2583 switch (hub->ports[udev->portnum - 1]->connect_type) { in set_usb_port_removable()
4793 int connect_type = USB_PORT_CONNECT_TYPE_UNKNOWN; in hub_set_initial_usb2_lpm_policy() local
4799 connect_type = hub->ports[udev->portnum - 1]->connect_type; in hub_set_initial_usb2_lpm_policy()
4802 connect_type == USB_PORT_CONNECT_TYPE_HARD_WIRED) { in hub_set_initial_usb2_lpm_policy()
6506 enum usb_port_connect_type connect_type; in usb_hub_adjust_deviceremovable() local
6516 connect_type = port_dev->connect_type; in usb_hub_adjust_deviceremovable()
6517 if (connect_type == USB_PORT_CONNECT_TYPE_HARD_WIRED) { in usb_hub_adjust_deviceremovable()
6532 connect_type = port_dev->connect_type; in usb_hub_adjust_deviceremovable()
6533 if (connect_type == USB_PORT_CONNECT_TYPE_HARD_WIRED) { in usb_hub_adjust_deviceremovable()
A Dusb.c622 return hub->ports[dev->portnum - 1]->connect_type == in usb_dev_authorized()
/drivers/scsi/qla2xxx/
A Dqla_init.c5037 char connect_type[22]; in qla2x00_configure_hba() local
5084 strcpy(connect_type, "(Loop)"); in qla2x00_configure_hba()
5091 strcpy(connect_type, "(FL_Port)"); in qla2x00_configure_hba()
5099 strcpy(connect_type, "(N_Port-to-N_Port)"); in qla2x00_configure_hba()
5107 strcpy(connect_type, "(F_Port)"); in qla2x00_configure_hba()
5115 strcpy(connect_type, "(Loop)"); in qla2x00_configure_hba()
5136 connect_type, vha->loop_id); in qla2x00_configure_hba()

Completed in 34 milliseconds