Lines Matching refs:wValue
343 value = le16_to_cpu(ctrl->wValue); in dwc3_ep0_handle_status()
472 u32 wValue; in dwc3_ep0_handle_device() local
476 wValue = le16_to_cpu(ctrl->wValue); in dwc3_ep0_handle_device()
480 switch (wValue) { in dwc3_ep0_handle_device()
509 u32 wValue; in dwc3_ep0_handle_intf() local
512 wValue = le16_to_cpu(ctrl->wValue); in dwc3_ep0_handle_intf()
514 switch (wValue) { in dwc3_ep0_handle_intf()
535 u32 wValue; in dwc3_ep0_handle_endpoint() local
538 wValue = le16_to_cpu(ctrl->wValue); in dwc3_ep0_handle_endpoint()
540 switch (wValue) { in dwc3_ep0_handle_endpoint()
596 addr = le16_to_cpu(ctrl->wValue); in dwc3_ep0_set_address()
639 cfg = le16_to_cpu(ctrl->wValue); in dwc3_ep0_set_config()
768 u16 wValue; in dwc3_ep0_set_isoch_delay() local
771 wValue = le16_to_cpu(ctrl->wValue); in dwc3_ep0_set_isoch_delay()
778 dwc->gadget->isoch_delay = wValue; in dwc3_ep0_set_isoch_delay()