Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-hub.c164 if (hcd->speed == HCD_USB3) in xhci_hub_descriptor()
253 if (((speed == USB_SPEED_SUPER) == (hcd->speed == HCD_USB3)) in xhci_find_slot_id_by_port()
342 if (hcd->speed == HCD_USB3) { in xhci_disable_port()
410 if (hcd->speed == HCD_USB3) { in xhci_get_ports()
593 if (hcd->speed == HCD_USB3) { in xhci_get_port_status()
609 if (hcd->speed != HCD_USB3) { in xhci_get_port_status()
672 if (hcd->speed != HCD_USB3) in xhci_get_port_status()
686 if (hcd->speed == HCD_USB3) in xhci_get_port_status()
692 if (hcd->speed == HCD_USB3) { in xhci_get_port_status()
737 if (hcd->speed == HCD_USB3 && in xhci_hub_control()
[all …]
Dxhci-ring.c1456 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()
1636 if (hcd->speed != HCD_USB3) in handle_port_status()
Dxhci.c4002 if (hcd->speed != HCD_USB3) in xhci_find_raw_port_number()
4153 if (hcd->speed == HCD_USB3 || !xhci->hw_lpm_support || in xhci_set_usb2_hardware_lpm()
4270 if (hcd->speed == HCD_USB3 || !xhci->sw_lpm_support || in xhci_update_device()
4988 .flags = HCD_MEMORY | HCD_USB3 | HCD_SHARED,
Dxhci.h1440 if (hcd->speed == HCD_USB3) in hcd_index()
/linux-4.1.27/drivers/usb/gadget/udc/
Ddummy_hcd.c295 if (dummy_hcd_to_hcd(dum_hcd)->speed == HCD_USB3) { in set_link_state_by_speed()
358 if ((dummy_hcd_to_hcd(dum_hcd)->speed == HCD_USB3 && in set_link_state()
360 (dummy_hcd_to_hcd(dum_hcd)->speed != HCD_USB3 && in set_link_state()
1518 HCD_USB3) in handle_control_request()
1525 HCD_USB3) in handle_control_request()
1532 HCD_USB3) in handle_control_request()
1565 HCD_USB3) in handle_control_request()
1572 HCD_USB3) in handle_control_request()
1579 HCD_USB3) in handle_control_request()
1973 if (hcd->speed == HCD_USB3) { in dummy_hub_control()
[all …]
/linux-4.1.27/drivers/usb/core/
Dhcd-pci.c209 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()
Dhcd.c558 case HCD_USB3: in rh_call_control()
579 case HCD_USB3: in rh_call_control()
2727 case HCD_USB3: in usb_add_hcd()
/linux-4.1.27/include/linux/usb/
Dhcd.h242 #define HCD_USB3 0x0040 /* USB 3.0 */ macro