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.c844 if (pls == XDEV_RESUME) { in xhci_hub_report_usb3_link_state()
1022 if (portsc & PORT_PLC && (link_state != XDEV_RESUME)) in xhci_get_usb3_port_status()
1035 link_state != XDEV_RESUME && in xhci_get_usb3_port_status()
1076 if (link_state == XDEV_RESUME) { in xhci_get_usb2_port_status()
1091 if (link_state != XDEV_U3 && link_state != XDEV_RESUME) { in xhci_get_usb2_port_status()
1404 pls == XDEV_RESUME || in xhci_hub_control()
1537 xhci_set_link_state(xhci, port, XDEV_RESUME); in xhci_hub_control()
1864 next_state = XDEV_RESUME; in xhci_bus_resume()
1887 case XDEV_RESUME: in xhci_bus_resume()
H A Dxhci-port.h30 #define XDEV_RESUME (0xf << 5) macro
H A Dxhci.h2325 case XDEV_RESUME: in xhci_portsc_link_state_string()
H A Dxhci.c870 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
878 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
H A Dxhci-tegra.c2712 if ((portsc & PORT_PLS_MASK) == XDEV_RESUME) in tegra_xhci_hub_control()
H A Dxhci-ring.c1971 if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()
/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h454 case XDEV_RESUME: in cdnsp_portsc_link_state_string()
H A Dcdnsp-gadget.h270 #define XDEV_RESUME (0xf << 5) macro
H A Dcdnsp-ring.c822 link_state == XDEV_RESUME) { in cdnsp_handle_port_status()