Lines Matching refs:other_data
3015 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.pad1) != 2); in is_display_descriptor()
3016 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.type) != 3); in is_display_descriptor()
3019 descriptor->data.other_data.pad1 == 0 && in is_display_descriptor()
3020 descriptor->data.other_data.type == type; in is_display_descriptor()
3097 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.flags) != 10); in is_rb()
3098 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.cvt.flags) != 15); in is_rb()
3100 if (descriptor->data.other_data.data.range.flags == DRM_EDID_CVT_SUPPORT_FLAG && in is_rb()
3101 descriptor->data.other_data.data.range.formula.cvt.flags & DRM_EDID_CVT_FLAGS_REDUCED_BLANKING) in is_rb()
3127 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.flags) != 10); in find_gtf2()
3129 if (descriptor->data.other_data.data.range.flags == DRM_EDID_SECONDARY_GTF_SUPPORT_FLAG) in find_gtf2()
3141 …BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.hfreq_start_khz… in drm_gtf2_hbreak()
3143 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.hfreq_start_khz * 2 : 0; in drm_gtf2_hbreak()
3153 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.c) != 13); in drm_gtf2_2c()
3155 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.c : 0; in drm_gtf2_2c()
3165 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.m) != 14); in drm_gtf2_m()
3167 return descriptor ? le16_to_cpu(descriptor->data.other_data.data.range.formula.gtf2.m) : 0; in drm_gtf2_m()
3177 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.k) != 16); in drm_gtf2_k()
3179 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.k : 0; in drm_gtf2_k()
3189 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.j) != 17); in drm_gtf2_2j()
3191 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.j : 0; in drm_gtf2_2j()
3202 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.flags) != 10); in get_timing_level()
3204 switch (descriptor->data.other_data.data.range.flags) { in get_timing_level()
3762 const struct detailed_non_pixel *data = &timing->data.other_data; in do_inferred_modes()
3896 const struct detailed_non_pixel *data = &timing->data.other_data; in do_standard_modes()
3962 cvt = &(timing->data.other_data.data.cvt[i]); in drm_cvt_modes()
5440 *res = timing->data.other_data.data.str.str; in monitor_name()
6312 const struct detailed_non_pixel *data = &timing->data.other_data; in get_monitor_range()