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
525 if (info->type == ADV7604) { in adv76xx_set_hpd()
1151 * ADV7604 selects RGB limited range regardless of in set_rgb_quantization_range()
2071 * on adv7604 in adv76xx_cec_isr()
2848 if (info->type != ADV7604) { in adv76xx_core_init()
2957 /* "ADV7604 Register Settings Recommendations (rev. 2.5, June 2010)" p. 4. */
2972 /* "ADV7604 Register Settings Recommendations (rev. 2.5, June 2010)" p. 17. */
2984 /* "ADV7604 Register Settings Recommendations (rev. 2.5, June 2010)" p. 4. */
2998 /* "ADV7604 Register Settings Recommendations (rev. 2.5, June 2010)" p. 17. */
3036 [ADV7604] = {
3037 .type = ADV7604,
3189 { "adv7604", (kernel_ulong_t)&adv76xx_chip_info[ADV7604] },
3504 * Verify that the chip is present. On ADV7604 the RD_INFO register only in adv76xx_probe()
3506 * well. Use the HDMI slave address on ADV7604 and RD_INFO on ADV7611. in adv76xx_probe()
3509 case ADV7604: in adv76xx_probe()
3516 v4l2_err(sd, "not an ADV7604 on address 0x%x\n", in adv76xx_probe()
3698 .name = "adv7604",