Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dxhci-ring.c1605 unsigned int faked_port_index; in handle_port_status() local
1662 faked_port_index = find_faked_portnum_from_hw_portnum(hcd, xhci, in handle_port_status()
1665 temp = xhci_readl(xhci, port_array[faked_port_index]); in handle_port_status()
1686 bus_state->port_remote_wakeup |= 1 << faked_port_index; in handle_port_status()
1688 faked_port_index, PORT_PLC); in handle_port_status()
1689 xhci_set_link_state(xhci, port_array, faked_port_index, in handle_port_status()
1698 bus_state->resume_done[faked_port_index] = jiffies + in handle_port_status()
1700 set_bit(faked_port_index, &bus_state->resuming_ports); in handle_port_status()
1702 bus_state->resume_done[faked_port_index]); in handle_port_status()
1718 faked_port_index + 1); in handle_port_status()
[all …]