Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-hub.c734 if (pls == XDEV_RESUME) { in xhci_hub_report_usb3_link_state()
865 (raw_port_status & PORT_PLS_MASK) != XDEV_RESUME) in xhci_get_port_status()
878 if ((raw_port_status & PORT_PLS_MASK) == XDEV_RESUME && in xhci_get_port_status()
962 (raw_port_status & PORT_PLS_MASK) != XDEV_RESUME) { in xhci_get_port_status()
1341 XDEV_RESUME); in xhci_hub_control()
1608 next_state = XDEV_RESUME; in xhci_bus_resume()
1630 case XDEV_RESUME: in xhci_bus_resume()
Dxhci.h315 #define XDEV_RESUME (0xf << 5) macro
2460 case XDEV_RESUME: in xhci_portsc_link_state_string()
Dxhci.c947 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
955 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
Dxhci-ring.c1570 if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()