Lines Matching refs:wValue
318 value = le16_to_cpu(ctrl->wValue); in dwc3_ep0_handle_status()
443 u32 wValue; in dwc3_ep0_handle_device() local
447 wValue = le16_to_cpu(ctrl->wValue); in dwc3_ep0_handle_device()
451 switch (wValue) { in dwc3_ep0_handle_device()
480 u32 wValue; in dwc3_ep0_handle_intf() local
483 wValue = le16_to_cpu(ctrl->wValue); in dwc3_ep0_handle_intf()
485 switch (wValue) { in dwc3_ep0_handle_intf()
506 u32 wValue; in dwc3_ep0_handle_endpoint() local
509 wValue = le16_to_cpu(ctrl->wValue); in dwc3_ep0_handle_endpoint()
511 switch (wValue) { in dwc3_ep0_handle_endpoint()
562 addr = le16_to_cpu(ctrl->wValue); in dwc3_ep0_set_address()
603 cfg = le16_to_cpu(ctrl->wValue); in dwc3_ep0_set_config()
727 u16 wValue; in dwc3_ep0_set_isoch_delay() local
730 wValue = le16_to_cpu(ctrl->wValue); in dwc3_ep0_set_isoch_delay()
737 dwc->gadget.isoch_delay = wValue; in dwc3_ep0_set_isoch_delay()