Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-hub.c771 if (pls == XDEV_RESUME) { in xhci_hub_report_usb3_link_state()
956 if (portsc & PORT_PLC && (link_state != XDEV_RESUME)) in xhci_get_usb3_port_status()
973 link_state != XDEV_RESUME && in xhci_get_usb3_port_status()
1015 if (link_state == XDEV_RESUME) { in xhci_get_usb2_port_status()
1083 (raw_port_status & PORT_PLS_MASK) != XDEV_RESUME) { in xhci_get_port_status()
1336 pls == XDEV_RESUME || in xhci_hub_control()
1471 XDEV_RESUME); in xhci_hub_control()
1803 next_state = XDEV_RESUME; in xhci_bus_resume()
1826 case XDEV_RESUME: in xhci_bus_resume()
Dxhci.h321 #define XDEV_RESUME (0xf << 5) macro
2574 case XDEV_RESUME: in xhci_portsc_link_state_string()
Dxhci.c975 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
983 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
Dxhci-ring.c1828 if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()