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()
1586 } else if (!test_bit(faked_port_index, 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()
1609 faked_port_index + 1); in handle_port_status()
1612 if (bus_state->port_remote_wakeup & (1 << faked_port_index)) { in handle_port_status()
1614 ~(1 << faked_port_index); in handle_port_status()
1616 faked_port_index, PORT_PLC); in handle_port_status()
1618 faked_port_index + 1); in handle_port_status()
1630 test_and_clear_bit(faked_port_index, in handle_port_status()
1632 complete(&bus_state->rexit_done[faked_port_index]); in handle_port_status()
1638 xhci_test_and_clear_bit(xhci, port_array, faked_port_index, in handle_port_status()