Lines Matching refs:wIndex
163 u16 wIndex, in ohci_s3c2410_hub_control() argument
174 hcd, typeReq, wValue, wIndex, buf, wLength); in ohci_s3c2410_hub_control()
181 wIndex, buf, wLength); in ohci_s3c2410_hub_control()
191 s3c2410_usb_set_power(info, wIndex, 1); in ohci_s3c2410_hub_control()
202 if (valid_port(wIndex)) { in ohci_s3c2410_hub_control()
203 info->port[wIndex-1].oc_changed = 0; in ohci_s3c2410_hub_control()
204 info->port[wIndex-1].oc_status = 0; in ohci_s3c2410_hub_control()
213 if (valid_port(wIndex)) in ohci_s3c2410_hub_control()
214 info->port[wIndex-1].oc_status = 0; in ohci_s3c2410_hub_control()
222 if (valid_port(wIndex)) { in ohci_s3c2410_hub_control()
223 s3c2410_usb_set_power(info, wIndex, 0); in ohci_s3c2410_hub_control()
230 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); in ohci_s3c2410_hub_control()
270 dev_dbg(hcd->self.controller, "GetPortStatus(%d)\n", wIndex); in ohci_s3c2410_hub_control()
272 if (valid_port(wIndex)) { in ohci_s3c2410_hub_control()
273 if (info->port[wIndex-1].oc_changed) in ohci_s3c2410_hub_control()
276 if (info->port[wIndex-1].oc_status) in ohci_s3c2410_hub_control()