Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-port.h30 #define XDEV_RESUME (0xf << 5) macro
H A Dxhci.c938 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
946 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
H A Dxhci-ring.c2056 if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()
/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h455 case XDEV_RESUME: in cdnsp_portsc_link_state_string()
H A Dcdnsp-gadget.h270 #define XDEV_RESUME (0xf << 5) macro
H A Dcdnsp-ring.c827 link_state == XDEV_RESUME) { in cdnsp_handle_port_status()