Searched full:adv7610 (Results 1 – 2 of 2) sorted by relevance
/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | adi,adv7604.yaml | 13 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/drivers/media/i2c/ |
H A D | adv7604.c | 80 ADV7611, // including ADV7610 3240 { "adv7610", (kernel_ulong_t)&adv76xx_chip_info[ADV7611] }, 3248 { .compatible = "adi,adv7610", .data = &adv76xx_chip_info[ADV7611] }, 3592 state->info->type == ADV7611 ? "ADV7610/11" : "ADV7612", in adv76xx_probe()
|