Lines Matching refs:wIndex
110 u16 wIndex, u16 wValue, in ast_vhub_dev_feature() argument
126 val |= VHUB_CTRL_SET_TEST_MODE((wIndex >> 8) & 0x7); in ast_vhub_dev_feature()
136 u16 wIndex, u16 wValue, bool is_set) in ast_vhub_ep_feature() argument
141 ep_num = wIndex & USB_ENDPOINT_NUMBER_MASK; in ast_vhub_ep_feature()
156 ep->epn.is_in != !!(wIndex & USB_DIR_IN)) in ast_vhub_ep_feature()
168 u16 wIndex, u16 wValue) in ast_vhub_dev_status() argument
182 u16 wIndex, u16 wValue) in ast_vhub_ep_status() argument
184 int ep_num = wIndex & USB_ENDPOINT_NUMBER_MASK; in ast_vhub_ep_status()
197 ep->epn.is_in != !!(wIndex & USB_DIR_IN)) in ast_vhub_ep_status()
222 u16 wValue, wIndex; in ast_vhub_std_dev_request() local
248 wIndex = le16_to_cpu(crq->wIndex); in ast_vhub_std_dev_request()
258 return ast_vhub_dev_status(d, wIndex, wValue); in ast_vhub_std_dev_request()
262 return ast_vhub_ep_status(d, wIndex, wValue); in ast_vhub_std_dev_request()
266 return ast_vhub_dev_feature(d, wIndex, wValue, true); in ast_vhub_std_dev_request()
268 return ast_vhub_dev_feature(d, wIndex, wValue, false); in ast_vhub_std_dev_request()
270 return ast_vhub_ep_feature(d, wIndex, wValue, true); in ast_vhub_std_dev_request()
272 return ast_vhub_ep_feature(d, wIndex, wValue, false); in ast_vhub_std_dev_request()