Lines Matching refs:wIndex
371 dep = dwc3_wIndex_to_dep(dwc, ctrl->wIndex); in dwc3_ep0_handle_status()
442 u32 wIndex, int set) in dwc3_ep0_handle_test() argument
444 if ((wIndex & 0xff) != 0) in dwc3_ep0_handle_test()
449 switch (wIndex >> 8) { in dwc3_ep0_handle_test()
455 dwc->test_mode_nr = wIndex >> 8; in dwc3_ep0_handle_test()
470 u32 wIndex; in dwc3_ep0_handle_device() local
474 wIndex = le16_to_cpu(ctrl->wIndex); in dwc3_ep0_handle_device()
494 ret = dwc3_ep0_handle_test(dwc, state, wIndex, set); in dwc3_ep0_handle_device()
539 dep = dwc3_wIndex_to_dep(dwc, ctrl->wIndex); in dwc3_ep0_handle_endpoint()
766 u16 wIndex; in dwc3_ep0_set_isoch_delay() local
770 wIndex = le16_to_cpu(ctrl->wIndex); in dwc3_ep0_set_isoch_delay()
772 if (wIndex || wLength) in dwc3_ep0_set_isoch_delay()