Lines Matching refs:index
47 int index = 0;
52 index += bdb->header_size;
56 while (index < total) {
57 current_id = *(base + index);
58 index++;
59 current_size = *((u16 *)(uintptr_t)(base + index));
60 index += 2;
62 return base + index;
63 index += current_size;
161 int index)
175 char *entry = (char *)lvds_lfp_data->data + lfp_data_size * index;
187 int index)
195 if (index >= ARRAY_SIZE(ptrs->ptr))
197 ofs = ptrs->ptr[index].fp_timing_offset;
297 int index;
299 index = i915_vbt_sdvo_panel_type;
300 if (index == -2) {
305 if (index == -1) {
312 index = sdvo_lvds_options->panel_type;
323 fill_detail_timing_data(panel_fixed_mode, dvo_timing + index);