Lines Matching refs:cea_db

4915 struct cea_db {  struct
4920 static int cea_db_tag(const struct cea_db *db) in cea_db_tag() argument
4928 const struct cea_db *db = _db; in cea_db_payload_len()
4933 static const void *cea_db_data(const struct cea_db *db) in cea_db_data()
4938 static bool cea_db_is_extended_tag(const struct cea_db *db, int tag) in cea_db_is_extended_tag()
4945 static bool cea_db_is_vendor(const struct cea_db *db, int vendor_oui) in cea_db_is_vendor()
4963 static const struct cea_db *
4966 const struct cea_db *db; in __cea_db_iter_current_block()
4971 db = (const struct cea_db *)&iter->collection[iter->index]; in __cea_db_iter_current_block()
5052 static const struct cea_db *__cea_db_iter_next(struct cea_db_iter *iter) in __cea_db_iter_next()
5054 const struct cea_db *db; in __cea_db_iter_next()
5105 static bool cea_db_is_hdmi_vsdb(const struct cea_db *db) in cea_db_is_hdmi_vsdb()
5111 static bool cea_db_is_hdmi_forum_vsdb(const struct cea_db *db) in cea_db_is_hdmi_forum_vsdb()
5123 static bool cea_db_is_microsoft_vsdb(const struct cea_db *db) in cea_db_is_microsoft_vsdb()
5129 static bool cea_db_is_vcdb(const struct cea_db *db) in cea_db_is_vcdb()
5135 static bool cea_db_is_hdmi_forum_scdb(const struct cea_db *db) in cea_db_is_hdmi_forum_scdb()
5141 static bool cea_db_is_y420cmdb(const struct cea_db *db) in cea_db_is_y420cmdb()
5146 static bool cea_db_is_y420vdb(const struct cea_db *db) in cea_db_is_y420vdb()
5151 static bool cea_db_is_hdmi_hdr_metadata_block(const struct cea_db *db) in cea_db_is_hdmi_hdr_metadata_block()
5207 const struct cea_db *db, u64 *y420cmdb_map) in parse_cta_y420cmdb()
5248 const struct cea_db *db; in add_cea_modes()
5515 const struct cea_db *db; in drm_edid_to_eld()
5589 const struct cea_db *db; in _drm_edid_to_sad()
5642 const struct cea_db *db; in _drm_edid_to_speaker_allocation()
5729 const struct cea_db *db; in _drm_detect_hdmi_monitor()
5771 const struct cea_db *db; in _drm_detect_monitor_audio()
5851 static void parse_cta_vdb(struct drm_connector *connector, const struct cea_db *db) in parse_cta_vdb()
5918 const struct cea_db *db) in parse_cta_y420vdb()
6244 const struct cea_db *db; in drm_parse_cea_ext()