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