Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-hub.c887 if (pls == XDEV_RESUME) { in xhci_hub_report_usb3_link_state()
1065 if (portsc & PORT_PLC && (link_state != XDEV_RESUME)) in xhci_get_usb3_port_status()
1078 link_state != XDEV_RESUME && in xhci_get_usb3_port_status()
1119 if (link_state == XDEV_RESUME) { in xhci_get_usb2_port_status()
1134 if (link_state != XDEV_U3 && link_state != XDEV_RESUME) { in xhci_get_usb2_port_status()
1447 pls == XDEV_RESUME || in xhci_hub_control()
1580 xhci_set_link_state(xhci, port, XDEV_RESUME); in xhci_hub_control()
1902 next_state = XDEV_RESUME; in xhci_bus_resume()
1933 case XDEV_RESUME: in xhci_bus_resume()
H A Dxhci-port.h30 #define XDEV_RESUME (0xf << 5) macro
H A Dxhci.h2386 case XDEV_RESUME: in xhci_portsc_link_state_string()
H A Dxhci.c948 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
956 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
H A Dxhci-tegra.c2776 if ((portsc & PORT_PLS_MASK) == XDEV_RESUME) in tegra_xhci_hub_control()
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()