Lines Matching refs:bus_state
1529 struct xhci_bus_state *bus_state; in handle_port_status() local
1556 bus_state = &xhci->bus_state[hcd_index(hcd)]; in handle_port_status()
1568 bus_state->port_remote_wakeup &= ~(1 << hcd_portnum); in handle_port_status()
1585 bus_state->port_remote_wakeup |= 1 << hcd_portnum; in handle_port_status()
1593 } else if (!test_bit(hcd_portnum, &bus_state->resuming_ports)) { in handle_port_status()
1595 bus_state->resume_done[hcd_portnum] = jiffies + in handle_port_status()
1597 set_bit(hcd_portnum, &bus_state->resuming_ports); in handle_port_status()
1604 bus_state->resume_done[hcd_portnum]); in handle_port_status()
1622 if (bus_state->port_remote_wakeup & (1 << hcd_portnum)) { in handle_port_status()
1623 bus_state->port_remote_wakeup &= ~(1 << hcd_portnum); in handle_port_status()
1639 &bus_state->rexit_ports)) { in handle_port_status()
1640 complete(&bus_state->rexit_done[hcd_portnum]); in handle_port_status()