Lines Matching refs:bus_state
1492 struct xhci_bus_state *bus_state; in handle_port_status() local
1543 bus_state = &xhci->bus_state[hcd_index(hcd)]; in handle_port_status()
1559 bus_state->port_remote_wakeup &= ~(1 << faked_port_index); in handle_port_status()
1576 bus_state->port_remote_wakeup |= 1 << faked_port_index; in handle_port_status()
1587 &bus_state->resuming_ports)) { in handle_port_status()
1589 bus_state->resume_done[faked_port_index] = jiffies + in handle_port_status()
1591 set_bit(faked_port_index, &bus_state->resuming_ports); in handle_port_status()
1593 bus_state->resume_done[faked_port_index]); in handle_port_status()
1612 if (bus_state->port_remote_wakeup & (1 << faked_port_index)) { in handle_port_status()
1613 bus_state->port_remote_wakeup &= in handle_port_status()
1631 &bus_state->rexit_ports)) { in handle_port_status()
1632 complete(&bus_state->rexit_done[faked_port_index]); in handle_port_status()