Lines Matching refs:wIndex
379 dep = dwc3_wIndex_to_dep(dwc, ctrl->wIndex); in dwc3_ep0_handle_status()
408 u32 wIndex; in dwc3_ep0_handle_feature() local
414 wIndex = le16_to_cpu(ctrl->wIndex); in dwc3_ep0_handle_feature()
462 if ((wIndex & 0xff) != 0) in dwc3_ep0_handle_feature()
467 switch (wIndex >> 8) { in dwc3_ep0_handle_feature()
473 dwc->test_mode_nr = wIndex >> 8; in dwc3_ep0_handle_feature()
488 if (wIndex & USB_INTRF_FUNC_SUSPEND_LP) in dwc3_ep0_handle_feature()
491 if (wIndex & USB_INTRF_FUNC_SUSPEND_RW) in dwc3_ep0_handle_feature()
503 dep = dwc3_wIndex_to_dep(dwc, ctrl->wIndex); in dwc3_ep0_handle_feature()
699 u16 wIndex; in dwc3_ep0_set_isoch_delay() local
703 wIndex = le16_to_cpu(ctrl->wIndex); in dwc3_ep0_set_isoch_delay()
705 if (wIndex || wLength) in dwc3_ep0_set_isoch_delay()