Lines Matching refs:wIndex
115 u16 wIndex, u16 wValue, in ast_vhub_dev_feature() argument
130 u16 wIndex, u16 wValue, bool is_set) in ast_vhub_ep_feature() argument
135 ep_num = wIndex & USB_ENDPOINT_NUMBER_MASK; in ast_vhub_ep_feature()
150 ep->epn.is_in != !!(wIndex & USB_DIR_IN)) in ast_vhub_ep_feature()
162 u16 wIndex, u16 wValue) in ast_vhub_dev_status() argument
176 u16 wIndex, u16 wValue) in ast_vhub_ep_status() argument
178 int ep_num = wIndex & USB_ENDPOINT_NUMBER_MASK; in ast_vhub_ep_status()
191 ep->epn.is_in != !!(wIndex & USB_DIR_IN)) in ast_vhub_ep_status()
216 u16 wValue, wIndex; in ast_vhub_std_dev_request() local
242 wIndex = le16_to_cpu(crq->wIndex); in ast_vhub_std_dev_request()
252 return ast_vhub_dev_status(d, wIndex, wValue); in ast_vhub_std_dev_request()
256 return ast_vhub_ep_status(d, wIndex, wValue); in ast_vhub_std_dev_request()
260 return ast_vhub_dev_feature(d, wIndex, wValue, true); in ast_vhub_std_dev_request()
262 return ast_vhub_dev_feature(d, wIndex, wValue, false); in ast_vhub_std_dev_request()
264 return ast_vhub_ep_feature(d, wIndex, wValue, true); in ast_vhub_std_dev_request()
266 return ast_vhub_ep_feature(d, wIndex, wValue, false); in ast_vhub_std_dev_request()