Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-hub.c776 if (pls == XDEV_RESUME) { in xhci_hub_report_usb3_link_state()
961 if (portsc & PORT_PLC && (link_state != XDEV_RESUME)) in xhci_get_usb3_port_status()
978 link_state != XDEV_RESUME && in xhci_get_usb3_port_status()
1020 if (link_state == XDEV_RESUME) { in xhci_get_usb2_port_status()
1088 (raw_port_status & PORT_PLS_MASK) != XDEV_RESUME) { in xhci_get_port_status()
1341 pls == XDEV_RESUME || in xhci_hub_control()
1476 XDEV_RESUME); in xhci_hub_control()
1814 next_state = XDEV_RESUME; in xhci_bus_resume()
1837 case XDEV_RESUME: in xhci_bus_resume()
H A Dxhci.h322 #define XDEV_RESUME (0xf << 5) macro
2640 case XDEV_RESUME: in xhci_portsc_link_state_string()
H A Dxhci.c966 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
974 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
H A Dxhci-ring.c1958 if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h275 #define XDEV_RESUME (0xf << 5) macro