Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-hub.c857 if (pls == XDEV_RESUME) { in xhci_hub_report_usb3_link_state()
1042 if (portsc & PORT_PLC && (link_state != XDEV_RESUME)) in xhci_get_usb3_port_status()
1059 link_state != XDEV_RESUME && in xhci_get_usb3_port_status()
1101 if (link_state == XDEV_RESUME) { in xhci_get_usb2_port_status()
1169 (raw_port_status & PORT_PLS_MASK) != XDEV_RESUME) { in xhci_get_port_status()
1422 pls == XDEV_RESUME || in xhci_hub_control()
1557 XDEV_RESUME); in xhci_hub_control()
1891 next_state = XDEV_RESUME; in xhci_bus_resume()
1914 case XDEV_RESUME: in xhci_bus_resume()
Dxhci.h322 #define XDEV_RESUME (0xf << 5) macro
2609 case XDEV_RESUME: in xhci_portsc_link_state_string()
Dxhci.c984 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
992 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
Dxhci-ring.c1966 if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()
/drivers/usb/cdns3/
Dcdnsp-debug.h457 case XDEV_RESUME: in cdnsp_portsc_link_state_string()
Dcdnsp-gadget.h270 #define XDEV_RESUME (0xf << 5) macro
Dcdnsp-ring.c822 link_state == XDEV_RESUME) { in cdnsp_handle_port_status()