Home
last modified time | relevance | path

Searched full:adv7610 (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/
Dadv7604.yaml13 The ADV7604 and ADV7610/11/12 are multiformat video decoders with
15 and one analog input, and the ADV7610/11 have one HDMI input and no analog
16 input. The ADV7612 is similar to the ADV7610/11 but has 2 HDMI inputs.
18 These device tree bindings support the ADV7610/11/12 only at the moment.
24 - adi,adv7610
/linux-6.12.1/drivers/media/i2c/
Dadv7604.c80 ADV7611, // including ADV7610
3189 { "adv7610", (kernel_ulong_t)&adv76xx_chip_info[ADV7611] },
3197 { .compatible = "adi,adv7610", .data = &adv76xx_chip_info[ADV7611] },
3541 state->info->type == ADV7611 ? "ADV7610/11" : "ADV7612", in adv76xx_probe()