Lines Matching refs:wValue
110 u16 wIndex, u16 wValue, in ast_vhub_dev_feature() argument
114 is_set ? "SET" : "CLEAR", wValue); in ast_vhub_dev_feature()
116 if (wValue != USB_DEVICE_REMOTE_WAKEUP) in ast_vhub_dev_feature()
125 u16 wIndex, u16 wValue, bool is_set) in ast_vhub_ep_feature() argument
132 is_set ? "SET" : "CLEAR", ep_num, wValue); in ast_vhub_ep_feature()
137 if (wValue != USB_ENDPOINT_HALT) in ast_vhub_ep_feature()
157 u16 wIndex, u16 wValue) in ast_vhub_dev_status() argument
171 u16 wIndex, u16 wValue) in ast_vhub_ep_status() argument
211 u16 wValue, wIndex; in ast_vhub_std_dev_request() local
236 wValue = le16_to_cpu(crq->wValue); in ast_vhub_std_dev_request()
242 ast_vhub_dev_set_address(d, wValue); in ast_vhub_std_dev_request()
247 return ast_vhub_dev_status(d, wIndex, wValue); in ast_vhub_std_dev_request()
251 return ast_vhub_ep_status(d, wIndex, wValue); in ast_vhub_std_dev_request()
255 return ast_vhub_dev_feature(d, wIndex, wValue, true); in ast_vhub_std_dev_request()
257 return ast_vhub_dev_feature(d, wIndex, wValue, false); in ast_vhub_std_dev_request()
259 return ast_vhub_ep_feature(d, wIndex, wValue, true); in ast_vhub_std_dev_request()
261 return ast_vhub_ep_feature(d, wIndex, wValue, false); in ast_vhub_std_dev_request()