Lines Matching defs:wIndex
34 u16 wValue, u16 wIndex, char *buf, u16 wLength);
301 u16 wIndex, char *buf, u16 wLength)
309 if (wIndex != 1)
312 dev_dbg(dev, "GetPortStatus(%u)\n", wIndex);
314 temp = roothub_portstatus(hcd_to_ohci(hcd), wIndex - 1);
325 if (ocic_mask & (1 << wIndex))
338 if (wIndex != 1)
344 temp ? "Set" : "Clear", wIndex, "POWER");
349 temp ? "Set" : "Clear", wIndex,
353 ocic_mask |= 1 << wIndex;
355 ocic_mask &= ~(1 << wIndex);
361 wIndex, buf, wLength);