Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-hub.c1078 if (link_state != XDEV_U3 && in xhci_get_usb3_port_status()
1110 if (link_state == XDEV_U3) in xhci_get_usb2_port_status()
1135 if (link_state != XDEV_U3 && link_state != XDEV_RESUME) { in xhci_get_usb2_port_status()
1337 || (temp & PORT_PLS_MASK) >= XDEV_U3) { in xhci_hub_control()
1352 xhci_set_link_state(xhci, port, XDEV_U3); in xhci_hub_control()
1447 if (pls == XDEV_U3 || in xhci_hub_control()
1453 if (pls <= XDEV_U3) /* U1, U2, U3 */ in xhci_hub_control()
1456 if (pls > XDEV_U3) in xhci_hub_control()
1485 if ((temp & PORT_PLS_MASK) == XDEV_U3) in xhci_hub_control()
1575 if ((temp & PORT_PLS_MASK) == XDEV_U3) { in xhci_hub_control()
[all...]
H A Dxhci-port.h21 #define XDEV_U3 (0x3 << 5) macro
H A Dxhci-pci.c896 if ((portsc & PORT_PLS_MASK) != XDEV_U3) in xhci_pci_poweroff_late()
H A Dxhci-tegra.c1976 if ((value & PORT_PLS_MASK) != XDEV_U3) { in xhci_hub_ports_suspended()
2195 if (((portsc & PORT_PLS_MASK) == XDEV_U3) || ((portsc & DEV_SPEED_MASK) == XDEV_FS)) in tegra_xusb_enter_elpg()
H A Dxhci.h2363 case XDEV_U3: in xhci_portsc_link_state_string()
/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h437 case XDEV_U3: in cdnsp_portsc_link_state_string()
H A Dcdnsp-gadget.c1537 if (portsc == XDEV_U3 && !pdev->may_wakeup) in __cdnsp_gadget_wakeup()
2014 if (pdev->link_state == XDEV_U3) in cdnsp_gadget_suspend()
2043 if (pdev->link_state == XDEV_U3) in cdnsp_gadget_resume()
H A Dcdnsp-ring.c849 if (link_state == XDEV_U0 && pdev->link_state == XDEV_U3 && in cdnsp_handle_port_status()
853 if (link_state == XDEV_U3 && pdev->link_state != XDEV_U3) in cdnsp_handle_port_status()
H A Dcdnsp-gadget.h261 #define XDEV_U3 (0x3 << 5) macro