Lines Matching refs:wIndex
2625 static int u132_roothub_portstatus(struct u132 *u132, __le32 *desc, u16 wIndex) in u132_roothub_portstatus() argument
2627 if (wIndex == 0 || wIndex > u132->num_ports) { in u132_roothub_portstatus()
2630 int port = wIndex - 1; in u132_roothub_portstatus()
2699 u16 wIndex) in u132_roothub_setportfeature() argument
2701 if (wIndex == 0 || wIndex > u132->num_ports) { in u132_roothub_setportfeature()
2705 int port_index = wIndex - 1; in u132_roothub_setportfeature()
2733 u16 wIndex) in u132_roothub_clearportfeature() argument
2735 if (wIndex == 0 || wIndex > u132->num_ports) { in u132_roothub_clearportfeature()
2738 int port_index = wIndex - 1; in u132_roothub_clearportfeature()
2838 u16 wIndex, char *buf, u16 wLength) in u132_hub_control() argument
2872 wValue, wIndex); in u132_hub_control()
2893 (__le32 *) buf, wIndex); in u132_hub_control()
2900 wValue, wIndex); in u132_hub_control()