Lines Matching refs:other_data
2901 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.pad1) != 2); in is_display_descriptor()
2902 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.type) != 3); in is_display_descriptor()
2905 descriptor->data.other_data.pad1 == 0 && in is_display_descriptor()
2906 descriptor->data.other_data.type == type; in is_display_descriptor()
2983 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.flags) != 10); in is_rb()
2984 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.cvt.flags) != 15); in is_rb()
2986 if (descriptor->data.other_data.data.range.flags == DRM_EDID_CVT_SUPPORT_FLAG && in is_rb()
2987 descriptor->data.other_data.data.range.formula.cvt.flags & 0x10) in is_rb()
3013 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.flags) != 10); in find_gtf2()
3015 if (descriptor->data.other_data.data.range.flags == 0x02) in find_gtf2()
3027 …BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.hfreq_start_khz… in drm_gtf2_hbreak()
3029 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.hfreq_start_khz * 2 : 0; in drm_gtf2_hbreak()
3039 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.c) != 13); in drm_gtf2_2c()
3041 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.c : 0; in drm_gtf2_2c()
3051 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.m) != 14); in drm_gtf2_m()
3053 return descriptor ? le16_to_cpu(descriptor->data.other_data.data.range.formula.gtf2.m) : 0; in drm_gtf2_m()
3063 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.k) != 16); in drm_gtf2_k()
3065 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.k : 0; in drm_gtf2_k()
3075 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.j) != 17); in drm_gtf2_2j()
3077 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.j : 0; in drm_gtf2_2j()
3570 const struct detailed_non_pixel *data = &timing->data.other_data; in do_inferred_modes()
3700 const struct detailed_non_pixel *data = &timing->data.other_data; in do_standard_modes()
3766 cvt = &(timing->data.other_data.data.cvt[i]); in drm_cvt_modes()
5291 *res = timing->data.other_data.data.str.str; in monitor_name()
6028 const struct detailed_non_pixel *data = &timing->data.other_data; in get_monitor_range()