Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-ring.c1490 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()
[all …]