Lines Matching defs:start
996 unsigned char start = block * EDID_LENGTH;
1018 .buf = &start,
2407 cea_db_offsets(const u8 *cea, int *start, int *end)
2410 *start = 4;
2419 #define for_each_cea_db(cea, i, start, end) \
2420 for ((i) = (start); (i) < (end) && (i) + cea_db_payload_len(&(cea)[(i)]) < (end); (i) += cea_db_payload_len(&(cea)[(i)]) + 1)
2430 int i, start, end;
2432 if (cea_db_offsets(cea, &start, &end))
2435 for_each_cea_db(cea, i, start, end) {
2555 int i, start, end;
2557 if (cea_db_offsets(cea, &start, &end)) {
2558 start = 0;
2562 for_each_cea_db(cea, i, start, end) {
2607 int i, start, end, dbl;
2621 if (cea_db_offsets(cea, &start, &end)) {
2626 for_each_cea_db(cea, i, start, end) {
2797 int i, start, end;
2803 if (cea_db_offsets(edid_ext, &start, &end))
2806 for_each_cea_db(edid_ext, i, start, end) {