Lines Matching defs:wIndex
169 u16 wIndex, u16 wValue)
192 u16 wIndex, u16 wValue)
197 ep_num = wIndex & USB_ENDPOINT_NUMBER_MASK;
211 u16 wIndex, u16 wValue,
229 val |= VHUB_CTRL_SET_TEST_MODE((wIndex >> 8) & 0x7);
239 u16 wIndex, u16 wValue,
245 ep_num = wIndex & USB_ENDPOINT_NUMBER_MASK;
404 u16 wValue, wIndex, wLength;
407 wIndex = le16_to_cpu(crq->wIndex);
430 return ast_vhub_hub_dev_status(ep, wIndex, wValue);
434 return ast_vhub_hub_ep_status(ep, wIndex, wValue);
438 return ast_vhub_hub_dev_feature(ep, wIndex, wValue, true);
440 return ast_vhub_hub_dev_feature(ep, wIndex, wValue, false);
442 return ast_vhub_hub_ep_feature(ep, wIndex, wValue, true);
444 return ast_vhub_hub_ep_feature(ep, wIndex, wValue, false);
465 wIndex, wLength);
473 if (wValue != 0 || wIndex != 0)
768 u16 wValue, wIndex, wLength;
771 wIndex = le16_to_cpu(crq->wIndex);
779 EPDBG(ep, "GetPortStatus(%d)\n", wIndex & 0xff);
780 return ast_vhub_get_port_stat(ep, wIndex & 0xf);
784 EPDBG(ep, "GetHubDescriptor(%d)\n", wIndex & 0xff);
795 EPDBG(ep, "SetPortFeature(%d,%d)\n", wIndex & 0xf, wValue);
796 return ast_vhub_set_port_feature(ep, wIndex & 0xf, wValue);
798 EPDBG(ep, "ClearPortFeature(%d,%d)\n", wIndex & 0xf, wValue);
799 return ast_vhub_clr_port_feature(ep, wIndex & 0xf, wValue);