Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci.h309 #define XDEV_INACTIVE (0x6 << 5) macro
2448 case XDEV_INACTIVE: in xhci_portsc_link_state_string()
Dxhci-ring.c1567 if (hcd->speed >= HCD_USB3 && (portsc & PORT_PLS_MASK) == XDEV_INACTIVE) in handle_port_status()