Lines Matching refs:tea
28 void (*write_val)(struct snd_tea575x *tea, u32 val);
29 u32 (*read_val)(struct snd_tea575x *tea);
31 void (*set_pins)(struct snd_tea575x *tea, u8 pins);
32 u8 (*get_pins)(struct snd_tea575x *tea);
33 void (*set_direction)(struct snd_tea575x *tea, bool output);
57 int (*ext_init)(struct snd_tea575x *tea);
60 int snd_tea575x_enum_freq_bands(struct snd_tea575x *tea,
62 int snd_tea575x_g_tuner(struct snd_tea575x *tea, struct v4l2_tuner *v);
63 int snd_tea575x_s_hw_freq_seek(struct file *file, struct snd_tea575x *tea,
65 int snd_tea575x_hw_init(struct snd_tea575x *tea);
66 int snd_tea575x_init(struct snd_tea575x *tea, struct module *owner);
67 void snd_tea575x_exit(struct snd_tea575x *tea);
68 void snd_tea575x_set_freq(struct snd_tea575x *tea);