Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/gadget/
Ddummy_hcd.c293 if (dummy_hcd_to_hcd(dum_hcd)->speed == HCD_USB3) { in set_link_state_by_speed()
356 if ((dummy_hcd_to_hcd(dum_hcd)->speed == HCD_USB3 && in set_link_state()
358 (dummy_hcd_to_hcd(dum_hcd)->speed != HCD_USB3 && in set_link_state()
1539 HCD_USB3) in handle_control_request()
1546 HCD_USB3) in handle_control_request()
1553 HCD_USB3) in handle_control_request()
1586 HCD_USB3) in handle_control_request()
1593 HCD_USB3) in handle_control_request()
1600 HCD_USB3) in handle_control_request()
1969 if (hcd->speed == HCD_USB3) { in dummy_hub_control()
[all …]
/linux-3.4.99/drivers/usb/host/
Dxhci-hub.c163 if (hcd->speed == HCD_USB3) in xhci_hub_descriptor()
252 if (((speed == USB_SPEED_SUPER) == (hcd->speed == HCD_USB3)) in xhci_find_slot_id_by_port()
338 if (hcd->speed == HCD_USB3) { in xhci_disable_port()
402 if (hcd->speed == HCD_USB3) { in xhci_get_ports()
566 if (hcd->speed == HCD_USB3 && in xhci_hub_control()
580 if (hcd->speed != HCD_USB3) in xhci_hub_control()
613 if (hcd->speed == HCD_USB3) { in xhci_hub_control()
620 if (hcd->speed != HCD_USB3) { in xhci_hub_control()
662 if (hcd->speed != HCD_USB3) in xhci_hub_control()
676 if (hcd->speed == HCD_USB3) in xhci_hub_control()
[all …]
Dxhci-plat.c45 .flags = HCD_MEMORY | HCD_USB3 | HCD_SHARED,
Dxhci-pci.c295 .flags = HCD_MEMORY | HCD_USB3 | HCD_SHARED,
Dxhci-ring.c1571 if ((port_speed == 0x03) == (hcd->speed == HCD_USB3)) in find_faked_portnum_from_hw_portnum()
1654 if ((major_revision == 0x03) != (hcd->speed == HCD_USB3)) in handle_port_status()
1657 if (hcd->speed == HCD_USB3) in handle_port_status()
1733 if (hcd->speed != HCD_USB3) in handle_port_status()
Dxhci.h1389 if (hcd->speed == HCD_USB3) in hcd_index()
Dxhci.c3871 if (hcd->speed == HCD_USB3 || !xhci->sw_lpm_support || in xhci_usb2_software_lpm_test()
3995 if (hcd->speed == HCD_USB3 || !xhci->hw_lpm_support || in xhci_set_usb2_hardware_lpm()
/linux-3.4.99/include/linux/usb/
Dhcd.h215 #define HCD_USB3 0x0040 /* USB 3.0 */ macro
/linux-3.4.99/drivers/usb/core/
Dhcd-pci.c195 if ((driver->flags & HCD_MASK) != HCD_USB3) { in usb_hcd_pci_probe()
Dhcd.c526 case HCD_USB3: in rh_call_control()
544 case HCD_USB3: in rh_call_control()
2426 case HCD_USB3: in usb_add_hcd()
Dhub.c3178 if (USE_NEW_SCHEME(retry_counter) && !(hcd->driver->flags & HCD_USB3)) { in hub_port_init()
3270 if (USE_NEW_SCHEME(retry_counter) && !(hcd->driver->flags & HCD_USB3)) in hub_port_init()