Home
last modified time | relevance | path

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

/linux-6.15/Documentation/devicetree/bindings/media/i2c/
H A Dadv7604.yaml16 input. The ADV7612 is similar to the ADV7610/11 but has 2 HDMI inputs.
/linux-6.15/drivers/media/i2c/
H A Dadv7604.c81 ADV7612, enumerator
3187 [ADV7612] = {
3188 .type = ADV7612,
3242 { "adv7612", (kernel_ulong_t)&adv76xx_chip_info[ADV7612] },
3250 { .compatible = "adi,adv7612", .data = &adv76xx_chip_info[ADV7612] },
3572 case ADV7612: in adv76xx_probe()
3590 (state->info->type == ADV7612 && val != 0x2041)) { in adv76xx_probe()