Home
last modified time | relevance | path

Searched full:adv7611 (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/Documentation/devicetree/bindings/media/i2c/
Dadv7604.yaml13 The ADV7604 and ADV7611/12 are multiformat video decoders with an integrated
15 input, and the ADV7611 has one HDMI input and no analog input. The 7612 is
18 These device tree bindings support the ADV7611/12 only at the moment.
24 - adi,adv7611
80 const: adi,adv7611
128 compatible = "adi,adv7611";
/Linux-v5.15/include/media/i2c/
Dadv7604.h144 /* The source pad is either 1 (ADV7611) or 6 (ADV7604) */
/Linux-v5.15/drivers/media/i2c/
Dadv7604.c80 ADV7611, enumerator
2995 /* ADV7611 Register Settings Recommendations Rev 1.5, May 2014 */
3080 [ADV7611] = {
3081 .type = ADV7611,
3179 { "adv7611", (kernel_ulong_t)&adv76xx_chip_info[ADV7611] },
3186 { .compatible = "adi,adv7611", .data = &adv76xx_chip_info[ADV7611] },
3492 * identifies the revision, while on ADV7611 it identifies the model as in adv76xx_probe()
3493 * well. Use the HDMI slave address on ADV7604 and RD_INFO on ADV7611. in adv76xx_probe()
3508 case ADV7611: in adv76xx_probe()
3526 if ((state->info->type == ADV7611 && val != 0x2051) || in adv76xx_probe()