Home
last modified time | relevance | path

Searched refs:rexit_active (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-hub.c987 port->rexit_active = true; in xhci_handle_usb2_port_link_resume()
1124 else if (port->resume_timestamp || port->rexit_active) in xhci_get_usb2_port_status()
1141 port->rexit_active = 0; in xhci_get_usb2_port_status()
H A Dxhci-ring.c2127 if (hcd->speed < HCD_USB3 && port->rexit_active) { in handle_port_status()
2129 port->rexit_active = false; in handle_port_status()
H A Dxhci.h1482 bool rexit_active; member