Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
A Dxhci-hub.c1086 if (link_state == XDEV_U3) in xhci_get_usb2_port_status()
1165 (raw_port_status & PORT_PLS_MASK) != XDEV_U3 && in xhci_get_port_status()
1303 || (temp & PORT_PLS_MASK) >= XDEV_U3) { in xhci_hub_control()
1320 xhci_set_link_state(xhci, ports[wIndex], XDEV_U3); in xhci_hub_control()
1418 if (pls == XDEV_U3 || in xhci_hub_control()
1424 if (pls <= XDEV_U3) /* U1, U2, U3 */ in xhci_hub_control()
1428 if (pls > XDEV_U3) in xhci_hub_control()
1459 if ((temp & PORT_PLS_MASK) == XDEV_U3) in xhci_hub_control()
1547 if ((temp & PORT_PLS_MASK) == XDEV_U3) { in xhci_hub_control()
1755 t2 |= PORT_LINK_STROBE | XDEV_U3; in xhci_bus_suspend()
[all …]
A Dxhci.h309 #define XDEV_U3 (0x3 << 5) macro
2552 case XDEV_U3: in xhci_portsc_link_state_string()
A Dxhci-tegra.c1819 if ((value & PORT_PLS_MASK) != XDEV_U3) { in xhci_hub_ports_suspended()
/linux/drivers/usb/cdns3/
A Dcdnsp-debug.h436 case XDEV_U3: in cdnsp_portsc_link_state_string()
A Dcdnsp-gadget.c1507 if (portsc == XDEV_U3 && !pdev->may_wakeup) in __cdnsp_gadget_wakeup()
1973 if (pdev->link_state == XDEV_U3) in cdnsp_gadget_suspend()
2002 if (pdev->link_state == XDEV_U3) in cdnsp_gadget_resume()
A Dcdnsp-ring.c844 if (link_state == XDEV_U0 && pdev->link_state == XDEV_U3 && in cdnsp_handle_port_status()
848 if (link_state == XDEV_U3 && pdev->link_state != XDEV_U3) in cdnsp_handle_port_status()
A Dcdnsp-gadget.h261 #define XDEV_U3 (0x3 << 5) macro

Completed in 34 milliseconds