Lines Matching defs:index
43 .index = 0,
52 .index = 1,
61 .index = 2,
71 .index = 3,
80 .index = 4,
89 .index = 5,
98 .index = 6,
108 .index = 7,
118 .index = 8,
127 .index = 9,
136 .index = 10,
144 .index = 11,
152 .index = 12,
160 .index = 13,
168 .index = 14,
177 .index = 15,
186 .index = 16,
193 .index = 17,
200 .index = 0,
208 .index = 1,
217 .index = 2,
225 .index = 3,
235 .index = 4,
242 .index = 5,
252 .index = 6,
262 .index = 7,
272 .index = 8,
280 .index = 9,
290 .index = 10,
300 .index = 11,
310 .index = 12,
319 .index = 13,
329 .index = 14,
339 .index = 17,
347 .index = 18,
356 .index = 0,
371 * This function translates the V4L2 menu index @idx, as exposed to userspace as
380 * The function returns -EINVAL if the V4L2 menu index @idx isn't valid for the
1396 u32 index = query_menu->index;
1403 query_menu->index = index;
1405 if (index >= BITS_PER_TYPE(mapping->menu_mask))
1418 if (!test_bit(query_menu->index, &mapping->menu_mask)) {
1432 mask = uvc_mapping_get_menu_value(mapping, query_menu->index);
1444 name = uvc_mapping_get_menu_name(mapping, query_menu->index);
2099 info->index = ctrl->index;
2100 info->selector = ctrl->index + 1;
2197 if (ctrl->index == xqry->selector - 1) {
2319 ctrl->info.entity, ctrl->info.index,
2464 if (ctrl->index == mapping->selector - 1) {
2532 u8 index;
2573 if (blacklist[i].index >= 8 * size ||
2574 !uvc_test_bit(controls, blacklist[i].index))
2579 entity->id, blacklist[i].index);
2581 uvc_clear_bit(controls, blacklist[i].index);
2608 ctrl->index == info->index) {
2720 ctrl->index = i;