Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-hub.c880 if (pls == XDEV_RESUME) { in xhci_hub_report_usb3_link_state()
1058 if (portsc & PORT_PLC && (link_state != XDEV_RESUME)) in xhci_get_usb3_port_status()
1071 link_state != XDEV_RESUME && in xhci_get_usb3_port_status()
1112 if (link_state == XDEV_RESUME) { in xhci_get_usb2_port_status()
1127 if (link_state != XDEV_U3 && link_state != XDEV_RESUME) { in xhci_get_usb2_port_status()
1440 pls == XDEV_RESUME || in xhci_hub_control()
1573 xhci_set_link_state(xhci, port, XDEV_RESUME); in xhci_hub_control()
1900 next_state = XDEV_RESUME; in xhci_bus_resume()
1923 case XDEV_RESUME: in xhci_bus_resume()
Dxhci-port.h30 #define XDEV_RESUME (0xf << 5) macro
Dxhci.h2320 case XDEV_RESUME: in xhci_portsc_link_state_string()
Dxhci.c870 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
878 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
Dxhci-tegra.c2712 if ((portsc & PORT_PLS_MASK) == XDEV_RESUME) in tegra_xhci_hub_control()
Dxhci-ring.c1955 if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()
/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-debug.h454 case XDEV_RESUME: in cdnsp_portsc_link_state_string()
Dcdnsp-gadget.h270 #define XDEV_RESUME (0xf << 5) macro
Dcdnsp-ring.c824 link_state == XDEV_RESUME) { in cdnsp_handle_port_status()