Lines Matching refs:wValue
110 u16 wIndex, u16 wValue, in ast_vhub_dev_feature() argument
116 is_set ? "SET" : "CLEAR", wValue); in ast_vhub_dev_feature()
118 if (wValue == USB_DEVICE_REMOTE_WAKEUP) { in ast_vhub_dev_feature()
123 if (wValue == USB_DEVICE_TEST_MODE) { in ast_vhub_dev_feature()
136 u16 wIndex, u16 wValue, bool is_set) in ast_vhub_ep_feature() argument
143 is_set ? "SET" : "CLEAR", ep_num, wValue); in ast_vhub_ep_feature()
148 if (wValue != USB_ENDPOINT_HALT) 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
222 u16 wValue, wIndex; in ast_vhub_std_dev_request() local
247 wValue = le16_to_cpu(crq->wValue); in ast_vhub_std_dev_request()
253 ast_vhub_dev_set_address(d, wValue); 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()