Lines Matching refs:wValue
340 value = le16_to_cpu(ctrl->wValue); in dwc3_ep0_handle_status()
469 u32 wValue; in dwc3_ep0_handle_device() local
473 wValue = le16_to_cpu(ctrl->wValue); in dwc3_ep0_handle_device()
477 switch (wValue) { in dwc3_ep0_handle_device()
506 u32 wValue; in dwc3_ep0_handle_intf() local
509 wValue = le16_to_cpu(ctrl->wValue); in dwc3_ep0_handle_intf()
511 switch (wValue) { in dwc3_ep0_handle_intf()
532 u32 wValue; in dwc3_ep0_handle_endpoint() local
535 wValue = le16_to_cpu(ctrl->wValue); in dwc3_ep0_handle_endpoint()
537 switch (wValue) { in dwc3_ep0_handle_endpoint()
593 addr = le16_to_cpu(ctrl->wValue); in dwc3_ep0_set_address()
636 cfg = le16_to_cpu(ctrl->wValue); in dwc3_ep0_set_config()
765 u16 wValue; in dwc3_ep0_set_isoch_delay() local
768 wValue = le16_to_cpu(ctrl->wValue); in dwc3_ep0_set_isoch_delay()
775 dwc->gadget->isoch_delay = wValue; in dwc3_ep0_set_isoch_delay()