Lines Matching refs:wValue
60 cfg = le16_to_cpu(ctrl->wValue); in cdnsp_ep0_set_config()
93 addr = le16_to_cpu(ctrl->wValue); in cdnsp_ep0_set_address()
107 pdev->device_address = le16_to_cpu(ctrl->wValue); in cdnsp_ep0_set_address()
213 switch (le16_to_cpu(ctrl->wValue)) { in cdnsp_ep0_handle_feature_device()
267 u16 wValue, wIndex; in cdnsp_ep0_handle_feature_intf() local
270 wValue = le16_to_cpu(ctrl->wValue); in cdnsp_ep0_handle_feature_intf()
273 switch (wValue) { in cdnsp_ep0_handle_feature_intf()
302 u16 wValue; in cdnsp_ep0_handle_feature_endpoint() local
304 wValue = le16_to_cpu(ctrl->wValue); in cdnsp_ep0_handle_feature_endpoint()
307 switch (wValue) { in cdnsp_ep0_handle_feature_endpoint()
318 dev_warn(pdev->dev, "WARN Incorrect wValue %04x\n", wValue); in cdnsp_ep0_handle_feature_endpoint()
374 pdev->gadget.isoch_delay = le16_to_cpu(ctrl->wValue); in cdnsp_ep0_set_isoch_delay()