Lines Matching defs:start
996 unsigned char start = block * EDID_LENGTH;
1018 .buf = &start,
2405 cea_db_offsets(const u8 *cea, int *start, int *end)
2408 *start = 4;
2417 #define for_each_cea_db(cea, i, start, end) \
2418 for ((i) = (start); (i) < (end) && (i) + cea_db_payload_len(&(cea)[(i)]) < (end); (i) += cea_db_payload_len(&(cea)[(i)]) + 1)
2428 int i, start, end;
2430 if (cea_db_offsets(cea, &start, &end))
2433 for_each_cea_db(cea, i, start, end) {
2553 int i, start, end;
2555 if (cea_db_offsets(cea, &start, &end)) {
2556 start = 0;
2560 for_each_cea_db(cea, i, start, end) {
2605 int i, start, end, dbl;
2619 if (cea_db_offsets(cea, &start, &end)) {
2624 for_each_cea_db(cea, i, start, end) {
2795 int i, start, end;
2801 if (cea_db_offsets(edid_ext, &start, &end))
2804 for_each_cea_db(edid_ext, i, start, end) {