Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci-hub.c970 if (bus_state->port_remote_wakeup & (1 << portnum) && in xhci_get_usb3_port_status()
973 bus_state->port_remote_wakeup &= ~(1 << portnum); in xhci_get_usb3_port_status()
1613 bus_state->port_remote_wakeup) { /* USB3 */ in xhci_bus_suspend()
Dxhci-ring.c1670 bus_state->port_remote_wakeup |= 1 << hcd_portnum; in handle_port_status()
1713 if (bus_state->port_remote_wakeup & (1 << hcd_portnum)) { in handle_port_status()
Dxhci.h1690 u32 port_remote_wakeup; member