Lines Matching refs:index
41 .index = 0,
50 .index = 1,
59 .index = 2,
69 .index = 3,
78 .index = 4,
87 .index = 5,
96 .index = 6,
106 .index = 7,
116 .index = 8,
125 .index = 9,
134 .index = 10,
142 .index = 11,
150 .index = 12,
158 .index = 13,
166 .index = 14,
175 .index = 15,
184 .index = 16,
191 .index = 17,
198 .index = 0,
206 .index = 1,
215 .index = 2,
223 .index = 3,
233 .index = 4,
240 .index = 5,
250 .index = 6,
260 .index = 7,
270 .index = 8,
278 .index = 9,
288 .index = 10,
298 .index = 11,
308 .index = 12,
317 .index = 13,
327 .index = 14,
337 .index = 17,
345 .index = 18,
1151 u32 index = query_menu->index;
1157 query_menu->index = index;
1169 if (query_menu->index >= mapping->menu_count) {
1174 menu_info = &mapping->menu_info[query_menu->index];
1791 info->index = ctrl->index;
1792 info->selector = ctrl->index + 1;
1888 if (ctrl->index == xqry->selector - 1) {
2010 ctrl->info.entity, ctrl->info.index,
2117 if (ctrl->index == mapping->selector - 1) {
2185 u8 index;
2226 if (blacklist[i].index >= 8 * size ||
2227 !uvc_test_bit(controls, blacklist[i].index))
2231 "removing it.\n", entity->id, blacklist[i].index);
2233 uvc_clear_bit(controls, blacklist[i].index);
2259 ctrl->index == info->index) {
2330 ctrl->index = i;