Lines Matching defs:tvcard
217 struct tvcard { struct
218 char *name;
219 void (*volume_gpio)(struct bttv *btv, __u16 volume);
220 void (*audio_mode_gpio)(struct bttv *btv, struct v4l2_tuner *tuner, int set);
221 void (*muxsel_hook)(struct bttv *btv, unsigned int input);
224 u32 muxsel; /* Use MUXSEL() to set */
226 u32 gpiomask;
227 u32 gpiomux[4]; /* Tuner, Radio, external, internal */
228 u32 gpiomute; /* GPIO mute setting */
229 u32 gpiomask2; /* GPIO MUX mask */
231 unsigned int tuner_type;
232 u8 tuner_addr;
233 u8 video_inputs; /* Number of inputs */
234 unsigned int svhs:4; /* Which input is s-video */
258 extern struct tvcard bttv_tvcards[]; argument