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