Searched full:adv7611 (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/media/i2c/ |
D | adv7604.yaml | 25 - adi,adv7611 82 const: adi,adv7611 130 compatible = "adi,adv7611";
|
/Linux-v6.1/include/media/i2c/ |
D | adv7604.h | 144 /* The source pad is either 1 (ADV7611) or 6 (ADV7604) */
|
/Linux-v6.1/drivers/media/i2c/ |
D | adv7604.c | 80 ADV7611, // including ADV7610 enumerator 2994 /* ADV7611 Register Settings Recommendations Rev 1.5, May 2014 */ 3079 [ADV7611] = { 3080 .type = ADV7611, 3178 { "adv7610", (kernel_ulong_t)&adv76xx_chip_info[ADV7611] }, 3179 { "adv7611", (kernel_ulong_t)&adv76xx_chip_info[ADV7611] }, 3186 { .compatible = "adi,adv7610", .data = &adv76xx_chip_info[ADV7611] }, 3187 { .compatible = "adi,adv7611", .data = &adv76xx_chip_info[ADV7611] }, 3493 * identifies the revision, while on ADV7611 it identifies the model as in adv76xx_probe() 3494 * well. Use the HDMI slave address on ADV7604 and RD_INFO on ADV7611. in adv76xx_probe() [all …]
|