Searched refs:connect_type (Results 1 – 5 of 5) sorted by relevance
91 enum usb_port_connect_type connect_type = USB_PORT_CONNECT_TYPE_UNKNOWN; in usb_acpi_get_connect_type() local113 connect_type = USB_PORT_CONNECT_TYPE_HOT_PLUG; in usb_acpi_get_connect_type()115 connect_type = USB_PORT_CONNECT_TYPE_HARD_WIRED; in usb_acpi_get_connect_type()117 connect_type = USB_PORT_NOT_USED; in usb_acpi_get_connect_type()120 return connect_type; in usb_acpi_get_connect_type()220 port_dev->connect_type = usb_acpi_get_connect_type(handle, pld); in usb_acpi_find_companion()
104 enum usb_port_connect_type connect_type; member
34 switch (port_dev->connect_type) { in connect_type_show()51 static DEVICE_ATTR_RO(connect_type);
2339 switch (hub->ports[udev->portnum - 1]->connect_type) { in set_usb_port_removable()4301 int connect_type = USB_PORT_CONNECT_TYPE_UNKNOWN; in hub_set_initial_usb2_lpm_policy() local4307 connect_type = hub->ports[udev->portnum - 1]->connect_type; in hub_set_initial_usb2_lpm_policy()4310 connect_type == USB_PORT_CONNECT_TYPE_HARD_WIRED) { in hub_set_initial_usb2_lpm_policy()5753 enum usb_port_connect_type connect_type; in usb_hub_adjust_deviceremovable() local5763 connect_type = port_dev->connect_type; in usb_hub_adjust_deviceremovable()5764 if (connect_type == USB_PORT_CONNECT_TYPE_HARD_WIRED) { in usb_hub_adjust_deviceremovable()5779 connect_type = port_dev->connect_type; in usb_hub_adjust_deviceremovable()5780 if (connect_type == USB_PORT_CONNECT_TYPE_HARD_WIRED) { in usb_hub_adjust_deviceremovable()
2471 char connect_type[22]; in qla2x00_configure_hba() local2517 strcpy(connect_type, "(Loop)"); in qla2x00_configure_hba()2524 strcpy(connect_type, "(FL_Port)"); in qla2x00_configure_hba()2531 strcpy(connect_type, "(N_Port-to-N_Port)"); in qla2x00_configure_hba()2539 strcpy(connect_type, "(F_Port)"); in qla2x00_configure_hba()2546 strcpy(connect_type, "(Loop)"); in qla2x00_configure_hba()2563 connect_type, vha->loop_id); in qla2x00_configure_hba()