Home
last modified time | relevance | path

Searched refs:XDEV_U3 (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/usb/host/
Dxhci-hub.c976 if (link_state == XDEV_U3) in xhci_get_usb2_port_status()
1055 (raw_port_status & PORT_PLS_MASK) != XDEV_U3 && in xhci_get_port_status()
1193 || (temp & PORT_PLS_MASK) >= XDEV_U3) { in xhci_hub_control()
1210 xhci_set_link_state(xhci, ports[wIndex], XDEV_U3); in xhci_hub_control()
1392 if ((temp & PORT_PLS_MASK) == XDEV_U3) { in xhci_hub_control()
1587 t2 |= PORT_LINK_STROBE | XDEV_U3; in xhci_bus_suspend()
1722 case XDEV_U3: in xhci_bus_resume()
Dxhci.h306 #define XDEV_U3 (0x3 << 5) macro
2511 case XDEV_U3: in xhci_portsc_link_state_string()