Lines Matching refs:faked_port_index
1490 unsigned int faked_port_index; in handle_port_status() local
1549 faked_port_index = find_faked_portnum_from_hw_portnum(hcd, xhci, in handle_port_status()
1552 temp = readl(port_array[faked_port_index]); 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()
1578 faked_port_index, PORT_PLC); in handle_port_status()
1579 xhci_set_link_state(xhci, port_array, faked_port_index, in handle_port_status()
1588 bus_state->resume_done[faked_port_index] = jiffies + in handle_port_status()
1590 set_bit(faked_port_index, &bus_state->resuming_ports); in handle_port_status()
1592 bus_state->resume_done[faked_port_index]); in handle_port_status()
1608 faked_port_index + 1); in handle_port_status()
1611 if (bus_state->port_remote_wakeup & (1 << faked_port_index)) { in handle_port_status()
1613 ~(1 << faked_port_index); in handle_port_status()
1615 faked_port_index, PORT_PLC); in handle_port_status()
1617 faked_port_index + 1); in handle_port_status()
1629 test_and_clear_bit(faked_port_index, in handle_port_status()
1631 complete(&bus_state->rexit_done[faked_port_index]); in handle_port_status()
1637 xhci_test_and_clear_bit(xhci, port_array, faked_port_index, in handle_port_status()