Lines Matching refs:wIndex
382 dep = dwc3_wIndex_to_dep(dwc, ctrl->wIndex); in dwc3_ep0_handle_status()
453 u32 wIndex, int set) in dwc3_ep0_handle_test() argument
455 if ((wIndex & 0xff) != 0) in dwc3_ep0_handle_test()
460 switch (wIndex >> 8) { in dwc3_ep0_handle_test()
466 dwc->test_mode_nr = wIndex >> 8; in dwc3_ep0_handle_test()
481 u32 wIndex; in dwc3_ep0_handle_device() local
485 wIndex = le16_to_cpu(ctrl->wIndex); in dwc3_ep0_handle_device()
505 ret = dwc3_ep0_handle_test(dwc, state, wIndex, set); in dwc3_ep0_handle_device()
550 dep = dwc3_wIndex_to_dep(dwc, ctrl->wIndex); in dwc3_ep0_handle_endpoint()
777 u16 wIndex; in dwc3_ep0_set_isoch_delay() local
781 wIndex = le16_to_cpu(ctrl->wIndex); in dwc3_ep0_set_isoch_delay()
783 if (wIndex || wLength) in dwc3_ep0_set_isoch_delay()