Lines Matching refs:wIndex
2621 static int u132_roothub_portstatus(struct u132 *u132, __le32 *desc, u16 wIndex) in u132_roothub_portstatus() argument
2623 if (wIndex == 0 || wIndex > u132->num_ports) { in u132_roothub_portstatus()
2626 int port = wIndex - 1; in u132_roothub_portstatus()
2695 u16 wIndex) in u132_roothub_setportfeature() argument
2697 if (wIndex == 0 || wIndex > u132->num_ports) { in u132_roothub_setportfeature()
2700 int port_index = wIndex - 1; in u132_roothub_setportfeature()
2719 u16 wIndex) in u132_roothub_clearportfeature() argument
2721 if (wIndex == 0 || wIndex > u132->num_ports) { in u132_roothub_clearportfeature()
2724 int port_index = wIndex - 1; in u132_roothub_clearportfeature()
2820 u16 wIndex, char *buf, u16 wLength) in u132_hub_control() argument
2854 wValue, wIndex); in u132_hub_control()
2875 (__le32 *) buf, wIndex); in u132_hub_control()
2882 wValue, wIndex); in u132_hub_control()