Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/devicetree/bindings/media/i2c/
Dadv7604.txt3 The ADV7604 and ADV7611/12 are multiformat video decoders with an integrated
5 input, and the ADV7611 has one HDMI input and no analog input. The 7612 is
8 These device tree bindings support the ADV7611/12 only at the moment.
13 - "adi,adv7611" for the ADV7611
31 Port ADV7611 ADV7612
/Linux-v4.19/drivers/media/i2c/
Dadv7604.c77 ADV7611, enumerator
2995 [ADV7611] = {
2996 .type = ADV7611,
3081 { "adv7611", (kernel_ulong_t)&adv76xx_chip_info[ADV7611] },
3088 { .compatible = "adi,adv7611", .data = &adv76xx_chip_info[ADV7611] },
3410 case ADV7611: in adv76xx_probe()
3428 if ((state->info->type == ADV7611 && val != 0x2051) || in adv76xx_probe()