Lines Matching full:adv7604
3 * adv7604 - Analog Devices ADV7604 video decoder driver
11 * REF_01 - Analog devices, ADV7604, Register Settings Recommendations,
15 * REF_03 - Analog devices, ADV7604, Hardware Manual, Rev. F, August 2010
32 #include <media/i2c/adv7604.h>
44 MODULE_DESCRIPTION("Analog Devices ADV7604/10/11/12 video decoder driver");
49 /* ADV7604 system clock frequency */
79 ADV7604, enumerator
162 * Arrays with configuration parameters for the ADV7604
528 if (info->type == ADV7604) { in adv76xx_set_hpd()
1154 * ADV7604 selects RGB limited range regardless of in set_rgb_quantization_range()
2074 * on adv7604 in adv76xx_cec_isr()
2898 if (info->type != ADV7604) { in adv76xx_core_init()
3007 /* "ADV7604 Register Settings Recommendations (rev. 2.5, June 2010)" p. 4. */
3022 /* "ADV7604 Register Settings Recommendations (rev. 2.5, June 2010)" p. 17. */
3034 /* "ADV7604 Register Settings Recommendations (rev. 2.5, June 2010)" p. 4. */
3048 /* "ADV7604 Register Settings Recommendations (rev. 2.5, June 2010)" p. 17. */
3086 [ADV7604] = {
3087 .type = ADV7604,
3239 { "adv7604", (kernel_ulong_t)&adv76xx_chip_info[ADV7604] },
3554 * Verify that the chip is present. On ADV7604 the RD_INFO register only in adv76xx_probe()
3556 * well. Use the HDMI slave address on ADV7604 and RD_INFO on ADV7611. in adv76xx_probe()
3559 case ADV7604: in adv76xx_probe()
3566 v4l2_err(sd, "not an ADV7604 on address 0x%x\n", in adv76xx_probe()
3748 .name = "adv7604",