Lines Matching refs:wIndex
1151 u16 wIndex, bool set) in ep0_handle_feature_dev() argument
1169 if ((wIndex & 0xFF) || in ep0_handle_feature_dev()
1173 bdc->test_mode = wIndex >> 8; in ep0_handle_feature_dev()
1239 u16 wIndex; in ep0_handle_feature() local
1243 wIndex = le16_to_cpu(setup_pkt->wIndex); in ep0_handle_feature()
1247 __func__, wValue, wIndex, state, in ep0_handle_feature()
1252 return ep0_handle_feature_dev(bdc, wValue, wIndex, set); in ep0_handle_feature()
1260 if (wIndex & USB_INTRF_FUNC_SUSPEND_RW) { in ep0_handle_feature()
1275 epnum = wIndex & USB_ENDPOINT_NUMBER_MASK; in ep0_handle_feature()
1277 if ((wIndex & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN) in ep0_handle_feature()
1315 u16 wIndex; in ep0_handle_status() local
1320 wIndex = le16_to_cpu(setup_pkt->wIndex); in ep0_handle_status()
1350 epnum = wIndex & USB_ENDPOINT_NUMBER_MASK; in ep0_handle_status()
1352 if ((wIndex & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN) in ep0_handle_status()