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

/linux-4.4.14/drivers/media/i2c/
H A Dtvp7002.c416 #define NUM_TIMINGS ARRAY_SIZE(tvp7002_timings) macro
571 for (i = 0; i < NUM_TIMINGS; i++) { tvp7002_s_dv_timings()
634 *index = NUM_TIMINGS; tvp7002_query_dv()
655 for (*index = 0; *index < NUM_TIMINGS; (*index)++, timings++) tvp7002_query_dv()
664 if (*index == NUM_TIMINGS) { tvp7002_query_dv()
768 if (detected == NUM_TIMINGS) { tvp7002_log_status()
791 if (timings->index >= NUM_TIMINGS) tvp7002_enum_dv_timings()

Completed in 232 milliseconds