Lines Matching defs:wIndex
163 u16 wIndex, u16 wValue)
186 u16 wIndex, u16 wValue)
191 ep_num = wIndex & USB_ENDPOINT_NUMBER_MASK;
205 u16 wIndex, u16 wValue,
222 u16 wIndex, u16 wValue,
228 ep_num = wIndex & USB_ENDPOINT_NUMBER_MASK;
381 u16 wValue, wIndex, wLength;
384 wIndex = le16_to_cpu(crq->wIndex);
407 return ast_vhub_hub_dev_status(ep, wIndex, wValue);
411 return ast_vhub_hub_ep_status(ep, wIndex, wValue);
415 return ast_vhub_hub_dev_feature(ep, wIndex, wValue, true);
417 return ast_vhub_hub_dev_feature(ep, wIndex, wValue, false);
419 return ast_vhub_hub_ep_feature(ep, wIndex, wValue, true);
421 return ast_vhub_hub_ep_feature(ep, wIndex, wValue, false);
440 wIndex, wLength);
448 if (wValue != 0 || wIndex != 0)
743 u16 wValue, wIndex, wLength;
746 wIndex = le16_to_cpu(crq->wIndex);
754 EPDBG(ep, "GetPortStatus(%d)\n", wIndex & 0xff);
755 return ast_vhub_get_port_stat(ep, wIndex & 0xf);
759 EPDBG(ep, "GetHubDescriptor(%d)\n", wIndex & 0xff);
770 EPDBG(ep, "SetPortFeature(%d,%d)\n", wIndex & 0xf, wValue);
771 return ast_vhub_set_port_feature(ep, wIndex & 0xf, wValue);
773 EPDBG(ep, "ClearPortFeature(%d,%d)\n", wIndex & 0xf, wValue);
774 return ast_vhub_clr_port_feature(ep, wIndex & 0xf, wValue);