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