Lines Matching refs:wIndex

158 				   u16 wIndex, u16 wValue)  in ast_vhub_hub_dev_status()  argument
181 u16 wIndex, u16 wValue) in ast_vhub_hub_ep_status() argument
186 ep_num = wIndex & USB_ENDPOINT_NUMBER_MASK; in ast_vhub_hub_ep_status()
200 u16 wIndex, u16 wValue, in ast_vhub_hub_dev_feature() argument
217 u16 wIndex, u16 wValue, in ast_vhub_hub_ep_feature() argument
223 ep_num = wIndex & USB_ENDPOINT_NUMBER_MASK; in ast_vhub_hub_ep_feature()
376 u16 wValue, wIndex, wLength; in ast_vhub_std_hub_request() local
379 wIndex = le16_to_cpu(crq->wIndex); in ast_vhub_std_hub_request()
402 return ast_vhub_hub_dev_status(ep, wIndex, wValue); in ast_vhub_std_hub_request()
406 return ast_vhub_hub_ep_status(ep, wIndex, wValue); in ast_vhub_std_hub_request()
410 return ast_vhub_hub_dev_feature(ep, wIndex, wValue, true); in ast_vhub_std_hub_request()
412 return ast_vhub_hub_dev_feature(ep, wIndex, wValue, false); in ast_vhub_std_hub_request()
414 return ast_vhub_hub_ep_feature(ep, wIndex, wValue, true); in ast_vhub_std_hub_request()
416 return ast_vhub_hub_ep_feature(ep, wIndex, wValue, false); in ast_vhub_std_hub_request()
435 wIndex, wLength); in ast_vhub_std_hub_request()
443 if (wValue != 0 || wIndex != 0) in ast_vhub_std_hub_request()
738 u16 wValue, wIndex, wLength; in ast_vhub_class_hub_request() local
741 wIndex = le16_to_cpu(crq->wIndex); in ast_vhub_class_hub_request()
749 EPDBG(ep, "GetPortStatus(%d)\n", wIndex & 0xff); in ast_vhub_class_hub_request()
750 return ast_vhub_get_port_stat(ep, wIndex & 0xf); in ast_vhub_class_hub_request()
754 EPDBG(ep, "GetHubDescriptor(%d)\n", wIndex & 0xff); in ast_vhub_class_hub_request()
765 EPDBG(ep, "SetPortFeature(%d,%d)\n", wIndex & 0xf, wValue); in ast_vhub_class_hub_request()
766 return ast_vhub_set_port_feature(ep, wIndex & 0xf, wValue); in ast_vhub_class_hub_request()
768 EPDBG(ep, "ClearPortFeature(%d,%d)\n", wIndex & 0xf, wValue); in ast_vhub_class_hub_request()
769 return ast_vhub_clr_port_feature(ep, wIndex & 0xf, wValue); in ast_vhub_class_hub_request()