Lines Matching defs:wIndex
164 u16 wIndex,
175 hcd, typeReq, wValue, wIndex, buf, wLength);
182 wIndex, buf, wLength);
192 s3c2410_usb_set_power(info, wIndex, 1);
203 if (valid_port(wIndex)) {
204 info->port[wIndex-1].oc_changed = 0;
205 info->port[wIndex-1].oc_status = 0;
214 if (valid_port(wIndex))
215 info->port[wIndex-1].oc_status = 0;
223 if (valid_port(wIndex)) {
224 s3c2410_usb_set_power(info, wIndex, 0);
231 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength);
271 dev_dbg(hcd->self.controller, "GetPortStatus(%d)\n", wIndex);
273 if (valid_port(wIndex)) {
274 if (info->port[wIndex-1].oc_changed)
277 if (info->port[wIndex-1].oc_status)