Home
last modified time | relevance | path

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

/linux/drivers/usb/usbip/
A Dvhci_hcd.c375 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()
554 if (hcd->speed == HCD_USB3) in vhci_hub_control()
619 if (hcd->speed != HCD_USB3) { in vhci_hub_control()
629 if (hcd->speed != HCD_USB3) { in vhci_hub_control()
[all …]
/linux/drivers/usb/gadget/udc/
A Ddummy_hcd.c1651 HCD_USB3) in handle_control_request()
1658 HCD_USB3) in handle_control_request()
1665 HCD_USB3) in handle_control_request()
1698 HCD_USB3) in handle_control_request()
1705 HCD_USB3) in handle_control_request()
1712 HCD_USB3) in handle_control_request()
2131 if (hcd->speed == HCD_USB3) in dummy_hub_control()
2141 if (hcd->speed == HCD_USB3) in dummy_hub_control()
2163 if (hcd->speed == HCD_USB3) in dummy_hub_control()
2170 if (hcd->speed != HCD_USB3) in dummy_hub_control()
[all …]
/linux/drivers/usb/host/
A Dxhci-hub.c370 if (hcd->speed >= HCD_USB3) in xhci_hub_descriptor()
571 if (hcd->speed >= HCD_USB3) { in xhci_disable_port()
645 if (hcd->speed >= HCD_USB3) in xhci_get_rhub()
1154 if (hcd->speed >= HCD_USB3) in xhci_get_port_status()
1211 if (hcd->speed >= HCD_USB3 && in xhci_hub_control()
1225 if (hcd->speed < HCD_USB3) in xhci_hub_control()
1497 if (hcd->speed < HCD_USB3) in xhci_hub_control()
1505 if (hcd->speed < HCD_USB3) in xhci_hub_control()
1772 (hcd->speed < HCD_USB3)) { in xhci_bus_suspend()
1874 if (hcd->speed >= HCD_USB3) in xhci_bus_resume()
[all …]
A Dxhci-ring.c1957 if (hcd->speed >= HCD_USB3 && in handle_port_status()
2036 if (!DEV_SUPERSPEED_ANY(portsc) && hcd->speed < HCD_USB3 && in handle_port_status()
2044 if (hcd->speed < HCD_USB3) { in handle_port_status()
A Dxhci.c4474 if (hcd->speed >= HCD_USB3 || !xhci->hw_lpm_support || in xhci_set_usb2_hardware_lpm()
4594 if (hcd->speed >= HCD_USB3 || !udev->lpm_capable) in xhci_update_device()
5388 .flags = HCD_MEMORY | HCD_DMA | HCD_USB3 | HCD_SHARED |
/linux/drivers/usb/core/
A Dhcd-pci.c197 if ((driver->flags & HCD_MASK) < HCD_USB3) { in usb_hcd_pci_probe()
216 driver->flags & (HCD_USB11 | HCD_USB3)) ? 1 : 0; in usb_hcd_pci_probe()
292 if ((driver->flags & HCD_MASK) < HCD_USB3) in usb_hcd_pci_probe()
355 if ((hcd_driver_flags & HCD_MASK) < HCD_USB3) in usb_hcd_pci_remove()
A Dhcd.c578 case HCD_USB3: in rh_call_control()
601 case HCD_USB3: in rh_call_control()
2886 case HCD_USB3: in usb_add_hcd()
/linux/include/linux/usb/
A Dhcd.h264 #define HCD_USB3 0x0040 /* USB 3.0 */ macro

Completed in 41 milliseconds