Home
last modified time | relevance | path

Searched refs:cea_db (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/
Ddrm_edid.c4760 struct cea_db { struct
4765 static int cea_db_tag(const struct cea_db *db) in cea_db_tag() argument
4773 const struct cea_db *db = _db; in cea_db_payload_len()
4778 static const void *cea_db_data(const struct cea_db *db) in cea_db_data()
4783 static bool cea_db_is_extended_tag(const struct cea_db *db, int tag) in cea_db_is_extended_tag()
4790 static bool cea_db_is_vendor(const struct cea_db *db, int vendor_oui) in cea_db_is_vendor()
4808 static const struct cea_db *
4811 const struct cea_db *db; in __cea_db_iter_current_block()
4816 db = (const struct cea_db *)&iter->collection[iter->index]; in __cea_db_iter_current_block()
4897 static const struct cea_db *__cea_db_iter_next(struct cea_db_iter *iter) in __cea_db_iter_next()
[all …]