Lines Matching defs:wIndex
35 u16 wValue, u16 wIndex, char *buf, u16 wLength);
302 u16 wIndex, char *buf, u16 wLength)
310 if (wIndex != 1)
313 dev_dbg(dev, "GetPortStatus(%u)\n", wIndex);
315 temp = roothub_portstatus(hcd_to_ohci(hcd), wIndex - 1);
326 if (ocic_mask & (1 << wIndex))
339 if (wIndex != 1)
345 temp ? "Set" : "Clear", wIndex, "POWER");
350 temp ? "Set" : "Clear", wIndex,
354 ocic_mask |= 1 << wIndex;
356 ocic_mask &= ~(1 << wIndex);
362 wIndex, buf, wLength);