Lines Matching defs:cea_db

4900  * struct cea_db *db:
4924 struct cea_db {
4929 static int cea_db_tag(const struct cea_db *db)
4936 /* FIXME: Transition to passing struct cea_db * everywhere. */
4937 const struct cea_db *db = _db;
4942 static const void *cea_db_data(const struct cea_db *db)
4947 static bool cea_db_is_extended_tag(const struct cea_db *db, int tag)
4954 static bool cea_db_is_vendor(const struct cea_db *db, int vendor_oui)
4972 static const struct cea_db *
4975 const struct cea_db *db;
4980 db = (const struct cea_db *)&iter->collection[iter->index];
5061 static const struct cea_db *__cea_db_iter_next(struct cea_db_iter *iter)
5063 const struct cea_db *db;
5114 static bool cea_db_is_hdmi_vsdb(const struct cea_db *db)
5120 static bool cea_db_is_hdmi_forum_vsdb(const struct cea_db *db)
5132 static bool cea_db_is_microsoft_vsdb(const struct cea_db *db)
5138 static bool cea_db_is_vcdb(const struct cea_db *db)
5144 static bool cea_db_is_hdmi_forum_scdb(const struct cea_db *db)
5150 static bool cea_db_is_y420cmdb(const struct cea_db *db)
5155 static bool cea_db_is_y420vdb(const struct cea_db *db)
5160 static bool cea_db_is_hdmi_hdr_metadata_block(const struct cea_db *db)
5216 const struct cea_db *db, u64 *y420cmdb_map)
5257 const struct cea_db *db;
5524 const struct cea_db *db;
5598 const struct cea_db *db;
5651 const struct cea_db *db;
5738 const struct cea_db *db;
5780 const struct cea_db *db;
5860 static void parse_cta_vdb(struct drm_connector *connector, const struct cea_db *db)
5927 const struct cea_db *db)
6253 const struct cea_db *db;
6286 /* FIXME: convert parsers to use struct cea_db */