Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/usbip/
Dvhci_hcd.c375 if (hcd->speed == HCD_USB3) { in vhci_hub_control()
391 if (hcd->speed == HCD_USB3) in vhci_hub_control()
405 if (hcd->speed == HCD_USB3 && in vhci_hub_control()
411 if (hcd->speed == HCD_USB3) in vhci_hub_control()
417 if (hcd->speed != HCD_USB3) in vhci_hub_control()
466 if (hcd->speed < HCD_USB3) { in vhci_hub_control()
498 if (hcd->speed != HCD_USB3) { in vhci_hub_control()
515 if (hcd->speed != HCD_USB3) { in vhci_hub_control()
525 if (hcd->speed == HCD_USB3) { in vhci_hub_control()
545 if (hcd->speed == HCD_USB3) in vhci_hub_control()
[all …]
/Linux-v4.19/drivers/usb/gadget/udc/
Ddummy_hcd.c372 if (dummy_hcd_to_hcd(dum_hcd)->speed == HCD_USB3) { in set_link_state_by_speed()
435 if ((dummy_hcd_to_hcd(dum_hcd)->speed == HCD_USB3 && in set_link_state()
437 (dummy_hcd_to_hcd(dum_hcd)->speed != HCD_USB3 && in set_link_state()
442 power_bit = (dummy_hcd_to_hcd(dum_hcd)->speed == HCD_USB3 ? in set_link_state()
1635 HCD_USB3) in handle_control_request()
1642 HCD_USB3) in handle_control_request()
1649 HCD_USB3) in handle_control_request()
1682 HCD_USB3) in handle_control_request()
1689 HCD_USB3) in handle_control_request()
1696 HCD_USB3) in handle_control_request()
[all …]
/Linux-v4.19/drivers/usb/host/
Dxhci-hub.c274 if (hcd->speed >= HCD_USB3) in xhci_hub_descriptor()
363 if (((speed >= USB_SPEED_SUPER) == (hcd->speed >= HCD_USB3)) in xhci_find_slot_id_by_port()
475 if (hcd->speed >= HCD_USB3) { in xhci_disable_port()
548 if (hcd->speed >= HCD_USB3) in xhci_get_rhub()
857 if (hcd->speed >= HCD_USB3) { in xhci_get_port_status()
873 if (hcd->speed < HCD_USB3) { in xhci_get_port_status()
972 if (hcd->speed < HCD_USB3) in xhci_get_port_status()
989 if (hcd->speed >= HCD_USB3) in xhci_get_port_status()
995 if (hcd->speed >= HCD_USB3) { in xhci_get_port_status()
1044 if (hcd->speed >= HCD_USB3 && in xhci_hub_control()
[all …]
Dxhci.c4258 if (hcd->speed >= HCD_USB3 || !xhci->hw_lpm_support || in xhci_set_usb2_hardware_lpm()
4375 if (hcd->speed >= HCD_USB3 || !xhci->sw_lpm_support || in xhci_update_device()
5113 .flags = HCD_MEMORY | HCD_USB3 | HCD_SHARED,
Dxhci-ring.c1567 if (hcd->speed >= HCD_USB3 && (portsc & PORT_PLS_MASK) == XDEV_INACTIVE) in handle_port_status()
1645 if (hcd->speed < HCD_USB3) in handle_port_status()
Dxhci.h1685 if (hcd->speed >= HCD_USB3) in hcd_index()
/Linux-v4.19/drivers/usb/core/
Dhcd-pci.c195 if ((driver->flags & HCD_MASK) < HCD_USB3) { in usb_hcd_pci_probe()
213 driver->flags & (HCD_USB11 | HCD_USB3)) ? 1 : 0; in usb_hcd_pci_probe()
Dhcd.c574 case HCD_USB3: in rh_call_control()
597 case HCD_USB3: in rh_call_control()
2816 case HCD_USB3: in usb_add_hcd()
/Linux-v4.19/include/linux/usb/
Dhcd.h261 #define HCD_USB3 0x0040 /* USB 3.0 */ macro