Lines Matching refs:wValue
321 value = le16_to_cpu(ctrl->wValue); in dwc3_ep0_handle_status()
450 u32 wValue; in dwc3_ep0_handle_device() local
454 wValue = le16_to_cpu(ctrl->wValue); in dwc3_ep0_handle_device()
458 switch (wValue) { in dwc3_ep0_handle_device()
487 u32 wValue; in dwc3_ep0_handle_intf() local
490 wValue = le16_to_cpu(ctrl->wValue); in dwc3_ep0_handle_intf()
492 switch (wValue) { in dwc3_ep0_handle_intf()
513 u32 wValue; in dwc3_ep0_handle_endpoint() local
516 wValue = le16_to_cpu(ctrl->wValue); in dwc3_ep0_handle_endpoint()
518 switch (wValue) { in dwc3_ep0_handle_endpoint()
574 addr = le16_to_cpu(ctrl->wValue); in dwc3_ep0_set_address()
617 cfg = le16_to_cpu(ctrl->wValue); in dwc3_ep0_set_config()
746 u16 wValue; in dwc3_ep0_set_isoch_delay() local
749 wValue = le16_to_cpu(ctrl->wValue); in dwc3_ep0_set_isoch_delay()
756 dwc->gadget->isoch_delay = wValue; in dwc3_ep0_set_isoch_delay()