Lines Matching refs:wIndex
352 dep = dwc3_wIndex_to_dep(dwc, ctrl->wIndex); in dwc3_ep0_handle_status()
423 u32 wIndex, int set) in dwc3_ep0_handle_test() argument
425 if ((wIndex & 0xff) != 0) in dwc3_ep0_handle_test()
430 switch (wIndex >> 8) { in dwc3_ep0_handle_test()
436 dwc->test_mode_nr = wIndex >> 8; in dwc3_ep0_handle_test()
451 u32 wIndex; in dwc3_ep0_handle_device() local
455 wIndex = le16_to_cpu(ctrl->wIndex); in dwc3_ep0_handle_device()
475 ret = dwc3_ep0_handle_test(dwc, state, wIndex, set); in dwc3_ep0_handle_device()
520 dep = dwc3_wIndex_to_dep(dwc, ctrl->wIndex); in dwc3_ep0_handle_endpoint()
743 u16 wIndex; in dwc3_ep0_set_isoch_delay() local
747 wIndex = le16_to_cpu(ctrl->wIndex); in dwc3_ep0_set_isoch_delay()
749 if (wIndex || wLength) in dwc3_ep0_set_isoch_delay()