Searched refs:HCD_USB3 (Results 1 – 8 of 8) sorted by relevance
359 if (dummy_hcd_to_hcd(dum_hcd)->speed == HCD_USB3) { in set_link_state_by_speed()422 if ((dummy_hcd_to_hcd(dum_hcd)->speed == HCD_USB3 && in set_link_state()424 (dummy_hcd_to_hcd(dum_hcd)->speed != HCD_USB3 && in set_link_state()1597 HCD_USB3) in handle_control_request()1604 HCD_USB3) in handle_control_request()1611 HCD_USB3) in handle_control_request()1644 HCD_USB3) in handle_control_request()1651 HCD_USB3) in handle_control_request()1658 HCD_USB3) in handle_control_request()2052 if (hcd->speed == HCD_USB3) { in dummy_hub_control()[all …]
265 if (hcd->speed >= HCD_USB3) in xhci_hub_descriptor()354 if (((speed >= USB_SPEED_SUPER) == (hcd->speed >= HCD_USB3)) in xhci_find_slot_id_by_port()443 if (hcd->speed >= HCD_USB3) { in xhci_disable_port()511 if (hcd->speed >= HCD_USB3) { in xhci_get_ports()710 if (hcd->speed >= HCD_USB3) { in xhci_get_port_status()726 if (hcd->speed < HCD_USB3) { in xhci_get_port_status()824 if (hcd->speed < HCD_USB3) in xhci_get_port_status()841 if (hcd->speed >= HCD_USB3) in xhci_get_port_status()847 if (hcd->speed >= HCD_USB3) { in xhci_get_port_status()892 if (hcd->speed >= HCD_USB3 && in xhci_hub_control()[all …]
1456 if ((port_speed == 0x03) == (hcd->speed >= HCD_USB3)) in find_faked_portnum_from_hw_portnum()1518 if ((major_revision == 0x03) != (hcd->speed >= HCD_USB3)) in handle_port_status()1544 if (hcd->speed >= HCD_USB3) in handle_port_status()1558 if (hcd->speed >= HCD_USB3 && (temp & PORT_PLS_MASK) == XDEV_INACTIVE) in handle_port_status()1637 if (hcd->speed < HCD_USB3) in handle_port_status()
3990 if (hcd->speed < HCD_USB3) in xhci_find_raw_port_number()4141 if (hcd->speed >= HCD_USB3 || !xhci->hw_lpm_support || in xhci_set_usb2_hardware_lpm()4258 if (hcd->speed >= HCD_USB3 || !xhci->sw_lpm_support || in xhci_update_device()4973 .flags = HCD_MEMORY | HCD_USB3 | HCD_SHARED,
1491 if (hcd->speed == HCD_USB3) in hcd_index()
209 if ((driver->flags & HCD_MASK) != HCD_USB3) { in usb_hcd_pci_probe()227 driver->flags & (HCD_USB11 | HCD_USB3)) ? 1 : 0; in usb_hcd_pci_probe()
560 case HCD_USB3: in rh_call_control()582 case HCD_USB3: in rh_call_control()2780 case HCD_USB3: in usb_add_hcd()
252 #define HCD_USB3 0x0040 /* USB 3.0 */ macro