Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-hub.c490 if (pls == XDEV_RESUME) { in xhci_hub_report_usb3_link_state()
601 (raw_port_status & PORT_PLS_MASK) != XDEV_RESUME) in xhci_get_port_status()
614 if ((raw_port_status & PORT_PLS_MASK) == XDEV_RESUME && in xhci_get_port_status()
999 XDEV_RESUME); in xhci_hub_control()
1234 port_index, XDEV_RESUME); in xhci_bus_resume()
Dxhci.h289 #define XDEV_RESUME (0xf << 5) macro
Dxhci-ring.c1561 if ((temp & PORT_PLC) && (temp & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()