Searched refs:cea_db_offsets (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_edid.c | 2983 cea_db_offsets(const u8 *cea, int *start, int *end) in cea_db_offsets() function 3024 if (cea_db_offsets(cea, &start, &end)) in add_cea_modes() 3147 if (cea_db_offsets(cea, &start, &end)) { in drm_edid_to_eld() 3216 if (cea_db_offsets(cea, &start, &end)) { in drm_edid_to_sad() 3277 if (cea_db_offsets(cea, &start, &end)) { in drm_edid_to_speaker_allocation() 3390 if (cea_db_offsets(edid_ext, &start_offset, &end_offset)) in drm_detect_hdmi_monitor() 3436 if (cea_db_offsets(edid_ext, &start_offset, &end_offset)) in drm_detect_monitor_audio() 3472 if (cea_db_offsets(edid_ext, &start, &end)) in drm_rgb_quant_range_selectable() 3511 if (cea_db_offsets(edid_ext, &start_offset, &end_offset)) in drm_assign_hdmi_deep_color_info()
|