Lines Matching +full:ati +full:- +full:mode

1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * tuner.h - definition for different tuners
5 * Copyright (C) 1997 Markus Schroeder (schroedm@uni-duesseldorf.de)
6 * minor modifications by Ralph Metzler (rjkm@thp.uni-koeln.de)
14 #include <media/v4l2-mc.h>
73 #define TUNER_PHILIPS_4IN1 44 /* ATI TV Wonder Pro - Conexant */
83 #define TUNER_MICROTUNE_4042FI5 49 /* DViCO FusionHDTV 3 Gold-Q - 4042 FI5 (3X 8147) */
90 #define TUNER_TCL_2002MB 55 /* Hauppauge PVR-150 PAL */
92 #define TUNER_PHILIPS_FQ1216AME_MK4 56 /* Hauppauge PVR-150 PAL */
93 #define TUNER_PHILIPS_FQ1236A_MK4 57 /* Hauppauge PVR-500MCE NTSC */
107 #define TUNER_PHILIPS_TUV1236D 68 /* ATI HDTV Wonder */
109 #define TUNER_SAMSUNG_TCPN_2121P30A 70 /* Hauppauge PVR-500MCE NTSC */
112 #define TUNER_THOMSON_FE6600 72 /* DViCO FusionHDTV DVB-T Hybrid */
113 #define TUNER_SAMSUNG_TCPG_6121P30A 73 /* Hauppauge PVR-500 PAL */
145 /* Tuner takeover point adjustment, in dB, -16 <= top <= 15 */
162 * enum tuner_mode - Mode of the tuner
164 * @T_RADIO: Tuner core will work in radio mode
165 * @T_ANALOG_TV: Tuner core will work in analog TV mode
168 * separate tuner for radio. In any case, the tuner-core needs to know if
169 * the tuner chip(s) will be used in radio mode or analog TV mode, as, on
170 * radio mode, frequencies are specified on a different range than on TV
171 * mode. This enum is used by the tuner core in order to work with the
173 * radio mode.
178 /* Don't map V4L2_TUNER_DIGITAL_TV, as tuner-core won't use it */
182 * struct tuner_setup - setup the tuner chipsets
192 * @config: Used to send tuner-specific configuration for complex
212 * T_RADIO if the device is a radio-only tuner. That specific tuner will
213 * only accept commands when the tuner is in radio mode and ignore them
214 * when the tuner is set to TV mode.