Lines Matching refs:wIndex
1153 u16 wIndex, bool set) in ep0_handle_feature_dev() argument
1171 if ((wIndex & 0xFF) || in ep0_handle_feature_dev()
1175 bdc->test_mode = wIndex >> 8; in ep0_handle_feature_dev()
1241 u16 wIndex; in ep0_handle_feature() local
1245 wIndex = le16_to_cpu(setup_pkt->wIndex); in ep0_handle_feature()
1249 __func__, wValue, wIndex, state, in ep0_handle_feature()
1254 return ep0_handle_feature_dev(bdc, wValue, wIndex, set); in ep0_handle_feature()
1262 if (wIndex & USB_INTRF_FUNC_SUSPEND_RW) { in ep0_handle_feature()
1277 epnum = wIndex & USB_ENDPOINT_NUMBER_MASK; in ep0_handle_feature()
1279 if ((wIndex & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN) in ep0_handle_feature()
1317 u16 wIndex; in ep0_handle_status() local
1322 wIndex = le16_to_cpu(setup_pkt->wIndex); in ep0_handle_status()
1352 epnum = wIndex & USB_ENDPOINT_NUMBER_MASK; in ep0_handle_status()
1354 if ((wIndex & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN) in ep0_handle_status()