Lines Matching refs:collection
4914 const u8 *collection;
4916 /* Current Data Block index in current collection. */
4919 /* End index in current collection. */
4977 if (!iter->collection)
4980 db = (const struct cea_db *)&iter->collection[iter->index];
5065 if (iter->collection) {
5066 /* Current collection should always be valid. */
5069 iter->collection = NULL;
5090 iter->collection = __cea_db_iter_edid_next(iter);
5091 if (!iter->collection)
5092 iter->collection = __cea_db_iter_displayid_next(iter);
5094 if (!iter->collection)
5192 /* Need to have the data block collection, and at least 3 bytes. */