Lines Matching refs:wIndex
109 u16 wIndex, u16 wValue, in ast_vhub_dev_feature() argument
125 val |= VHUB_CTRL_SET_TEST_MODE((wIndex >> 8) & 0x7); in ast_vhub_dev_feature()
135 u16 wIndex, u16 wValue, bool is_set) in ast_vhub_ep_feature() argument
140 ep_num = wIndex & USB_ENDPOINT_NUMBER_MASK; in ast_vhub_ep_feature()
155 ep->epn.is_in != !!(wIndex & USB_DIR_IN)) in ast_vhub_ep_feature()
167 u16 wIndex, u16 wValue) in ast_vhub_dev_status() argument
181 u16 wIndex, u16 wValue) in ast_vhub_ep_status() argument
183 int ep_num = wIndex & USB_ENDPOINT_NUMBER_MASK; in ast_vhub_ep_status()
196 ep->epn.is_in != !!(wIndex & USB_DIR_IN)) in ast_vhub_ep_status()
221 u16 wValue, wIndex; in ast_vhub_std_dev_request() local
247 wIndex = le16_to_cpu(crq->wIndex); in ast_vhub_std_dev_request()
257 return ast_vhub_dev_status(d, wIndex, wValue); in ast_vhub_std_dev_request()
261 return ast_vhub_ep_status(d, wIndex, wValue); in ast_vhub_std_dev_request()
265 return ast_vhub_dev_feature(d, wIndex, wValue, true); in ast_vhub_std_dev_request()
267 return ast_vhub_dev_feature(d, wIndex, wValue, false); in ast_vhub_std_dev_request()
269 return ast_vhub_ep_feature(d, wIndex, wValue, true); in ast_vhub_std_dev_request()
271 return ast_vhub_ep_feature(d, wIndex, wValue, false); in ast_vhub_std_dev_request()