Searched refs:snd_tea575x (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/media/drv-intf/
H A Dtea575x.h24 struct snd_tea575x;
27 /* Drivers using snd_tea575x must either define read_ and write_val */
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);
36 struct snd_tea575x { struct
57 int (*ext_init)(struct snd_tea575x *tea);
60 int snd_tea575x_enum_freq_bands(struct snd_tea575x *te
[all...]
/linux-master/drivers/media/radio/
H A Dtea575x.c82 static void snd_tea575x_write(struct snd_tea575x *tea, unsigned int val)
108 static u32 snd_tea575x_read(struct snd_tea575x *tea)
142 static u32 snd_tea575x_val_to_freq(struct snd_tea575x *tea, u32 val)
174 static u32 snd_tea575x_get_freq(struct snd_tea575x *tea)
179 void snd_tea575x_set_freq(struct snd_tea575x *tea)
223 struct snd_tea575x *tea = video_drvdata(file);
232 int snd_tea575x_enum_freq_bands(struct snd_tea575x *tea,
268 struct snd_tea575x *tea = video_drvdata(file);
273 int snd_tea575x_g_tuner(struct snd_tea575x *tea, struct v4l2_tuner *v)
300 struct snd_tea575x *te
[all...]
H A Dradio-maxiradio.c72 struct snd_tea575x tea;
84 static void maxiradio_tea575x_set_pins(struct snd_tea575x *tea, u8 pins)
99 static u8 maxiradio_tea575x_get_pins(struct snd_tea575x *tea)
108 static void maxiradio_tea575x_set_direction(struct snd_tea575x *tea, bool output)
H A Dradio-sf16fmr2.c34 struct snd_tea575x tea;
60 static void fmr2_tea575x_set_pins(struct snd_tea575x *tea, u8 pins)
73 static u8 fmr2_tea575x_get_pins(struct snd_tea575x *tea)
82 static void fmr2_tea575x_set_direction(struct snd_tea575x *tea, bool output)
151 struct snd_tea575x *tea = container_of(ctrl->handler, struct snd_tea575x, ctrl_handler);
184 static int fmr2_tea_ext_init(struct snd_tea575x *tea)
H A Dradio-shark.c64 struct snd_tea575x tea;
80 static void shark_write_val(struct snd_tea575x *tea, u32 val)
104 static u32 shark_read_val(struct snd_tea575x *tea)
/linux-master/sound/pci/
H A Dfm801.c222 struct snd_tea575x tea;
762 static void snd_fm801_tea575x_set_pins(struct snd_tea575x *tea, u8 pins)
780 static u8 snd_fm801_tea575x_get_pins(struct snd_tea575x *tea)
795 static void snd_fm801_tea575x_set_direction(struct snd_tea575x *tea, bool output)
H A Des1968.c544 struct snd_tea575x tea;
2518 static void snd_es1968_tea575x_set_pins(struct snd_tea575x *tea, u8 pins)
2531 static u8 snd_es1968_tea575x_get_pins(struct snd_tea575x *tea)
2546 static void snd_es1968_tea575x_set_direction(struct snd_tea575x *tea, bool output)
/linux-master/drivers/media/pci/bt8xx/
H A Dbttvp.h400 struct snd_tea575x tea;
H A Dbttv-cards.c3739 static void bttv_tea575x_set_pins(struct snd_tea575x *tea, u8 pins)
3760 static u8 bttv_tea575x_get_pins(struct snd_tea575x *tea)
3787 static void bttv_tea575x_set_direction(struct snd_tea575x *tea, bool output)

Completed in 203 milliseconds