Searched refs:cea_db_offsets (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_edid.c | 3599 cea_db_offsets(const u8 *cea, int *start, int *end) in cea_db_offsets() function 3723 if (cea_db_offsets(cea, &start, &end)) in add_cea_modes() 3936 if (cea_db_offsets(cea, &start, &end)) { in drm_edid_to_eld() 4014 if (cea_db_offsets(cea, &start, &end)) { in drm_edid_to_sad() 4075 if (cea_db_offsets(cea, &start, &end)) { in drm_edid_to_speaker_allocation() 4160 if (cea_db_offsets(edid_ext, &start_offset, &end_offset)) in drm_detect_hdmi_monitor() 4206 if (cea_db_offsets(edid_ext, &start_offset, &end_offset)) in drm_detect_monitor_audio() 4242 if (cea_db_offsets(edid_ext, &start, &end)) in drm_rgb_quant_range_selectable() 4440 if (cea_db_offsets(edid_ext, &start, &end)) in drm_parse_cea_ext()
|