Home
last modified time | relevance | path

Searched refs:adv7842_formats (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/media/i2c/
Dadv7842.c569 static const struct adv7842_format_info adv7842_formats[] = { variable
615 for (i = 0; i < ARRAY_SIZE(adv7842_formats); ++i) { in adv7842_format_info()
616 if (adv7842_formats[i].code == code) in adv7842_format_info()
617 return &adv7842_formats[i]; in adv7842_format_info()
1998 if (code->index >= ARRAY_SIZE(adv7842_formats)) in adv7842_enum_mbus_code()
2000 code->code = adv7842_formats[code->index].code; in adv7842_enum_mbus_code()