Lines Matching refs:wValue
351 value = le16_to_cpu(ctrl->wValue); in dwc3_ep0_handle_status()
480 u32 wValue; in dwc3_ep0_handle_device() local
484 wValue = le16_to_cpu(ctrl->wValue); in dwc3_ep0_handle_device()
488 switch (wValue) { in dwc3_ep0_handle_device()
517 u32 wValue; in dwc3_ep0_handle_intf() local
520 wValue = le16_to_cpu(ctrl->wValue); in dwc3_ep0_handle_intf()
522 switch (wValue) { in dwc3_ep0_handle_intf()
543 u32 wValue; in dwc3_ep0_handle_endpoint() local
546 wValue = le16_to_cpu(ctrl->wValue); in dwc3_ep0_handle_endpoint()
548 switch (wValue) { in dwc3_ep0_handle_endpoint()
604 addr = le16_to_cpu(ctrl->wValue); in dwc3_ep0_set_address()
647 cfg = le16_to_cpu(ctrl->wValue); in dwc3_ep0_set_config()
776 u16 wValue; in dwc3_ep0_set_isoch_delay() local
779 wValue = le16_to_cpu(ctrl->wValue); in dwc3_ep0_set_isoch_delay()
786 dwc->gadget->isoch_delay = wValue; in dwc3_ep0_set_isoch_delay()