Lines Matching defs:wIndex
166 u16 wIndex,
177 hcd, typeReq, wValue, wIndex, buf, wLength);
184 wIndex, buf, wLength);
194 s3c2410_usb_set_power(info, wIndex, 1);
205 if (valid_port(wIndex)) {
206 info->port[wIndex-1].oc_changed = 0;
207 info->port[wIndex-1].oc_status = 0;
216 if (valid_port(wIndex))
217 info->port[wIndex-1].oc_status = 0;
225 if (valid_port(wIndex)) {
226 s3c2410_usb_set_power(info, wIndex, 0);
233 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength);
273 dev_dbg(hcd->self.controller, "GetPortStatus(%d)\n", wIndex);
275 if (valid_port(wIndex)) {
276 if (info->port[wIndex-1].oc_changed)
279 if (info->port[wIndex-1].oc_status)