Lines Matching refs:other_data

3051 	BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.pad1) != 2);  in is_display_descriptor()
3052 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.type) != 3); in is_display_descriptor()
3055 descriptor->data.other_data.pad1 == 0 && in is_display_descriptor()
3056 descriptor->data.other_data.type == type; in is_display_descriptor()
3133 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.flags) != 10); in is_rb()
3134 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.cvt.flags) != 15); in is_rb()
3136 if (descriptor->data.other_data.data.range.flags == DRM_EDID_CVT_SUPPORT_FLAG && in is_rb()
3137 descriptor->data.other_data.data.range.formula.cvt.flags & DRM_EDID_CVT_FLAGS_REDUCED_BLANKING) in is_rb()
3163 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.flags) != 10); in find_gtf2()
3165 if (descriptor->data.other_data.data.range.flags == DRM_EDID_SECONDARY_GTF_SUPPORT_FLAG) in find_gtf2()
3177 …BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.hfreq_start_khz… in drm_gtf2_hbreak()
3179 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.hfreq_start_khz * 2 : 0; in drm_gtf2_hbreak()
3189 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.c) != 13); in drm_gtf2_2c()
3191 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.c : 0; in drm_gtf2_2c()
3201 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.m) != 14); in drm_gtf2_m()
3203 return descriptor ? le16_to_cpu(descriptor->data.other_data.data.range.formula.gtf2.m) : 0; in drm_gtf2_m()
3213 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.k) != 16); in drm_gtf2_k()
3215 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.k : 0; in drm_gtf2_k()
3225 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.j) != 17); in drm_gtf2_2j()
3227 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.j : 0; in drm_gtf2_2j()
3238 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.flags) != 10); in get_timing_level()
3240 switch (descriptor->data.other_data.data.range.flags) { in get_timing_level()
3807 const struct detailed_non_pixel *data = &timing->data.other_data; in do_inferred_modes()
3941 const struct detailed_non_pixel *data = &timing->data.other_data; in do_standard_modes()
4007 cvt = &(timing->data.other_data.data.cvt[i]); in drm_cvt_modes()
5494 const char *desc = timing->data.other_data.data.str.str; in match_identity()
5495 unsigned int desc_len = ARRAY_SIZE(timing->data.other_data.data.str.str); in match_identity()
5555 *res = timing->data.other_data.data.str.str; in monitor_name()
6446 const struct detailed_non_pixel *data = &timing->data.other_data; in get_monitor_range()