Lines Matching refs:wValue
115 u16 wIndex, u16 wValue, in ast_vhub_dev_feature() argument
119 is_set ? "SET" : "CLEAR", wValue); in ast_vhub_dev_feature()
121 if (wValue != USB_DEVICE_REMOTE_WAKEUP) in ast_vhub_dev_feature()
130 u16 wIndex, u16 wValue, bool is_set) in ast_vhub_ep_feature() argument
137 is_set ? "SET" : "CLEAR", ep_num, wValue); in ast_vhub_ep_feature()
142 if (wValue != USB_ENDPOINT_HALT) 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
216 u16 wValue, wIndex; in ast_vhub_std_dev_request() local
241 wValue = le16_to_cpu(crq->wValue); in ast_vhub_std_dev_request()
247 ast_vhub_dev_set_address(d, wValue); 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()