Home
last modified time | relevance | path

Searched refs:XDEV_RESUME (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/host/
Dxhci-hub.c472 if (pls == XDEV_RESUME) in xhci_hub_report_link_state()
631 if ((temp & PORT_PLS_MASK) == XDEV_RESUME && in xhci_hub_control()
912 XDEV_RESUME); in xhci_hub_control()
1161 port_index, XDEV_RESUME); in xhci_bus_resume()
Dxhci.h281 #define XDEV_RESUME (0xf << 5) macro
Dxhci-ring.c1653 if ((temp & PORT_PLC) && (temp & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()