Searched refs:NUM_TIMINGS (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dtvp7002.c403 #define NUM_TIMINGS ARRAY_SIZE(tvp7002_timings) macro
558 for (i = 0; i < NUM_TIMINGS; i++) {
621 *index = NUM_TIMINGS;
642 for (*index = 0; *index < NUM_TIMINGS; (*index)++, timings++)
651 if (*index == NUM_TIMINGS) {
757 if (detected == NUM_TIMINGS) {
780 if (timings->index >= NUM_TIMINGS)

Completed in 218 milliseconds