Searched refs:HCD_USB3 (Results 1 – 8 of 8) sorted by relevance
375 if (hcd->speed == HCD_USB3) { in vhci_hub_control()391 if (hcd->speed == HCD_USB3) in vhci_hub_control()407 if (hcd->speed == HCD_USB3 && in vhci_hub_control()413 if (hcd->speed == HCD_USB3) in vhci_hub_control()419 if (hcd->speed != HCD_USB3) in vhci_hub_control()474 if (hcd->speed < HCD_USB3) { in vhci_hub_control()506 if (hcd->speed != HCD_USB3) { in vhci_hub_control()524 if (hcd->speed != HCD_USB3) { in vhci_hub_control()534 if (hcd->speed == HCD_USB3) { in vhci_hub_control()554 if (hcd->speed == HCD_USB3) in vhci_hub_control()[all …]
373 if (dummy_hcd_to_hcd(dum_hcd)->speed == HCD_USB3) { in set_link_state_by_speed()437 if ((dummy_hcd_to_hcd(dum_hcd)->speed == HCD_USB3 && in set_link_state()439 (dummy_hcd_to_hcd(dum_hcd)->speed != HCD_USB3 && in set_link_state()444 power_bit = (dummy_hcd_to_hcd(dum_hcd)->speed == HCD_USB3 ? in set_link_state()1640 HCD_USB3) in handle_control_request()1647 HCD_USB3) in handle_control_request()1654 HCD_USB3) in handle_control_request()1687 HCD_USB3) in handle_control_request()1694 HCD_USB3) in handle_control_request()1701 HCD_USB3) in handle_control_request()[all …]
284 if (hcd->speed >= HCD_USB3) in xhci_hub_descriptor()373 if (((speed >= USB_SPEED_SUPER) == (hcd->speed >= HCD_USB3)) in xhci_find_slot_id_by_port()485 if (hcd->speed >= HCD_USB3) { in xhci_disable_port()559 if (hcd->speed >= HCD_USB3) in xhci_get_rhub()1068 if (hcd->speed >= HCD_USB3) in xhci_get_port_status()1125 if (hcd->speed >= HCD_USB3 && in xhci_hub_control()1139 if (hcd->speed < HCD_USB3) in xhci_hub_control()1411 if (hcd->speed < HCD_USB3) in xhci_hub_control()1419 if (hcd->speed < HCD_USB3) in xhci_hub_control()1640 if ((hcd->speed >= HCD_USB3) && retries-- && in xhci_bus_suspend()[all …]
1723 if (hcd->speed >= HCD_USB3 && in handle_port_status()1802 if (!DEV_SUPERSPEED_ANY(portsc) && hcd->speed < HCD_USB3 && in handle_port_status()1810 if (hcd->speed < HCD_USB3) { in handle_port_status()
4433 if (hcd->speed >= HCD_USB3 || !xhci->hw_lpm_support || in xhci_set_usb2_hardware_lpm()4553 if (hcd->speed >= HCD_USB3 || !udev->lpm_capable) in xhci_update_device()5346 .flags = HCD_MEMORY | HCD_DMA | HCD_USB3 | HCD_SHARED |
196 if ((driver->flags & HCD_MASK) < HCD_USB3) { in usb_hcd_pci_probe()215 driver->flags & (HCD_USB11 | HCD_USB3)) ? 1 : 0; in usb_hcd_pci_probe()291 if ((driver->flags & HCD_MASK) < HCD_USB3) in usb_hcd_pci_probe()353 if ((hcd_driver_flags & HCD_MASK) < HCD_USB3) in usb_hcd_pci_remove()
578 case HCD_USB3: in rh_call_control()601 case HCD_USB3: in rh_call_control()2751 case HCD_USB3: in usb_add_hcd()
264 #define HCD_USB3 0x0040 /* USB 3.0 */ macro