Lines Matching refs:wIndex
1147 u16 wIndex, bool set) in ep0_handle_feature_dev() argument
1165 if ((wIndex & 0xFF) || in ep0_handle_feature_dev()
1169 bdc->test_mode = wIndex >> 8; in ep0_handle_feature_dev()
1235 u16 wIndex; in ep0_handle_feature() local
1239 wIndex = le16_to_cpu(setup_pkt->wIndex); in ep0_handle_feature()
1243 __func__, wValue, wIndex, state, in ep0_handle_feature()
1248 return ep0_handle_feature_dev(bdc, wValue, wIndex, set); in ep0_handle_feature()
1256 if (wIndex & USB_INTRF_FUNC_SUSPEND_RW) { in ep0_handle_feature()
1271 epnum = wIndex & USB_ENDPOINT_NUMBER_MASK; in ep0_handle_feature()
1273 if ((wIndex & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN) in ep0_handle_feature()
1311 u16 wIndex; in ep0_handle_status() local
1316 wIndex = le16_to_cpu(setup_pkt->wIndex); in ep0_handle_status()
1346 epnum = wIndex & USB_ENDPOINT_NUMBER_MASK; in ep0_handle_status()
1348 if ((wIndex & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN) in ep0_handle_status()