Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/host/
Dxhci-hub.c858 if (pls == XDEV_RESUME) { in xhci_hub_report_usb3_link_state()
1043 if (portsc & PORT_PLC && (link_state != XDEV_RESUME)) in xhci_get_usb3_port_status()
1060 link_state != XDEV_RESUME && in xhci_get_usb3_port_status()
1102 if (link_state == XDEV_RESUME) { in xhci_get_usb2_port_status()
1170 (raw_port_status & PORT_PLS_MASK) != XDEV_RESUME) { in xhci_get_port_status()
1423 pls == XDEV_RESUME || in xhci_hub_control()
1558 XDEV_RESUME); in xhci_hub_control()
1892 next_state = XDEV_RESUME; in xhci_bus_resume()
1915 case XDEV_RESUME: in xhci_bus_resume()
Dxhci.h321 #define XDEV_RESUME (0xf << 5) macro
2595 case XDEV_RESUME: in xhci_portsc_link_state_string()
Dxhci.c985 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
993 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
Dxhci-ring.c1898 if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()
/Linux-v6.1/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()