Home
last modified time | relevance | path

Searched refs:HCD_USB3 (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/usb/usbip/
H A Dvhci_hcd.c392 if (hcd->speed >= HCD_USB3) in vhci_hub_control()
408 if (hcd->speed >= HCD_USB3 && in vhci_hub_control()
414 if (hcd->speed >= HCD_USB3) in vhci_hub_control()
420 if (hcd->speed < HCD_USB3) in vhci_hub_control()
475 if (hcd->speed < HCD_USB3) { in vhci_hub_control()
507 if (hcd->speed < HCD_USB3) { in vhci_hub_control()
525 if (hcd->speed < HCD_USB3) { in vhci_hub_control()
555 if (hcd->speed >= HCD_USB3) in vhci_hub_control()
568 if (hcd->speed < HCD_USB3) { in vhci_hub_control()
620 if (hcd->speed < HCD_USB3) { in vhci_hub_control()
[all …]
/linux-6.15/drivers/usb/gadget/udc/
H A Ddummy_hcd.c1659 HCD_USB3) in handle_control_request()
1666 HCD_USB3) in handle_control_request()
1673 HCD_USB3) in handle_control_request()
1706 HCD_USB3) in handle_control_request()
1713 HCD_USB3) in handle_control_request()
1720 HCD_USB3) in handle_control_request()
2143 if (hcd->speed == HCD_USB3) in dummy_hub_control()
2153 if (hcd->speed == HCD_USB3) in dummy_hub_control()
2175 if (hcd->speed == HCD_USB3) in dummy_hub_control()
2182 if (hcd->speed != HCD_USB3) in dummy_hub_control()
[all …]
/linux-6.15/drivers/usb/host/
H A Dxhci-hub.c371 if (hcd->speed >= HCD_USB3) in xhci_hub_descriptor()
558 if (hcd->speed >= HCD_USB3) { in xhci_disable_port()
635 if (hcd->speed >= HCD_USB3) in xhci_get_rhub()
1194 if (hcd->speed >= HCD_USB3) in xhci_get_port_status()
1241 if (hcd->speed >= HCD_USB3 && in xhci_hub_control()
1255 if (hcd->speed < HCD_USB3) in xhci_hub_control()
1522 if (hcd->speed < HCD_USB3) in xhci_hub_control()
1530 if (hcd->speed < HCD_USB3) in xhci_hub_control()
1807 (hcd->speed < HCD_USB3)) { in xhci_bus_suspend()
1901 if (hcd->speed >= HCD_USB3) { in xhci_bus_resume()
[all …]
H A Dxhci.c4508 if (hcd->speed >= HCD_USB3 || !xhci->hw_lpm_support || in xhci_set_usb2_hardware_lpm()
4595 if (hcd->speed >= HCD_USB3 && !udev->parent->parent) { in xhci_update_device()
4608 if (hcd->speed >= HCD_USB3 || !udev->lpm_capable || !xhci->hw_lpm_support) in xhci_update_device()
5416 .flags = HCD_MEMORY | HCD_DMA | HCD_USB3 | HCD_SHARED |
H A Dxhci-ring.c2034 if (hcd->speed >= HCD_USB3 && in handle_port_status()
2111 if (hcd->speed < HCD_USB3 && port->rexit_active) { in handle_port_status()
2118 if (hcd->speed < HCD_USB3) { in handle_port_status()
/linux-6.15/drivers/usb/core/
H A Dhcd-pci.c191 if ((driver->flags & HCD_MASK) < HCD_USB3) { in usb_hcd_pci_probe()
286 if ((driver->flags & HCD_MASK) < HCD_USB3) in usb_hcd_pci_probe()
349 if ((hcd_driver_flags & HCD_MASK) < HCD_USB3) in usb_hcd_pci_remove()
H A Dhcd.c555 case HCD_USB3: in rh_call_control()
575 case HCD_USB3: in rh_call_control()
2890 case HCD_USB3: in usb_add_hcd()
/linux-6.15/include/linux/usb/
H A Dhcd.h251 #define HCD_USB3 0x0040 /* USB 3.0 */ macro
496 if (driver->flags & (HCD_USB11 | HCD_USB3)) in usb_hcd_amd_resume_bug()