Lines Matching refs:wIndex
381 dep = dwc3_wIndex_to_dep(dwc, ctrl->wIndex); in dwc3_ep0_handle_status()
452 u32 wIndex, int set) in dwc3_ep0_handle_test() argument
454 if ((wIndex & 0xff) != 0) in dwc3_ep0_handle_test()
459 switch (wIndex >> 8) { in dwc3_ep0_handle_test()
465 dwc->test_mode_nr = wIndex >> 8; in dwc3_ep0_handle_test()
480 u32 wIndex; in dwc3_ep0_handle_device() local
484 wIndex = le16_to_cpu(ctrl->wIndex); in dwc3_ep0_handle_device()
508 ret = dwc3_ep0_handle_test(dwc, state, wIndex, set); in dwc3_ep0_handle_device()
547 dep = dwc3_wIndex_to_dep(dwc, ctrl->wIndex); in dwc3_ep0_handle_endpoint()
775 u16 wIndex; in dwc3_ep0_set_isoch_delay() local
779 wIndex = le16_to_cpu(ctrl->wIndex); in dwc3_ep0_set_isoch_delay()
781 if (wIndex || wLength) in dwc3_ep0_set_isoch_delay()