Home
last modified time | relevance | path

Searched refs:snd_tea575x (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/include/media/drv-intf/
Dtea575x.h34 struct snd_tea575x;
38 void (*write_val)(struct snd_tea575x *tea, u32 val);
39 u32 (*read_val)(struct snd_tea575x *tea);
41 void (*set_pins)(struct snd_tea575x *tea, u8 pins);
42 u8 (*get_pins)(struct snd_tea575x *tea);
43 void (*set_direction)(struct snd_tea575x *tea, bool output);
46 struct snd_tea575x { struct
67 int (*ext_init)(struct snd_tea575x *tea); argument
70 int snd_tea575x_enum_freq_bands(struct snd_tea575x *tea,
72 int snd_tea575x_g_tuner(struct snd_tea575x *tea, struct v4l2_tuner *v);
[all …]
/linux-4.19.296/drivers/media/radio/
Dtea575x.c93 static void snd_tea575x_write(struct snd_tea575x *tea, unsigned int val) in snd_tea575x_write()
119 static u32 snd_tea575x_read(struct snd_tea575x *tea) in snd_tea575x_read()
153 static u32 snd_tea575x_val_to_freq(struct snd_tea575x *tea, u32 val) in snd_tea575x_val_to_freq()
185 static u32 snd_tea575x_get_freq(struct snd_tea575x *tea) in snd_tea575x_get_freq()
190 void snd_tea575x_set_freq(struct snd_tea575x *tea) in snd_tea575x_set_freq()
234 struct snd_tea575x *tea = video_drvdata(file); in vidioc_querycap()
247 int snd_tea575x_enum_freq_bands(struct snd_tea575x *tea, in snd_tea575x_enum_freq_bands()
283 struct snd_tea575x *tea = video_drvdata(file); in vidioc_enum_freq_bands()
288 int snd_tea575x_g_tuner(struct snd_tea575x *tea, struct v4l2_tuner *v) in snd_tea575x_g_tuner()
315 struct snd_tea575x *tea = video_drvdata(file); in vidioc_g_tuner()
[all …]
Dradio-sf16fmr2.c33 struct snd_tea575x tea;
59 static void fmr2_tea575x_set_pins(struct snd_tea575x *tea, u8 pins) in fmr2_tea575x_set_pins()
72 static u8 fmr2_tea575x_get_pins(struct snd_tea575x *tea) in fmr2_tea575x_get_pins()
81 static void fmr2_tea575x_set_direction(struct snd_tea575x *tea, bool output) in fmr2_tea575x_set_direction()
150 struct snd_tea575x *tea = container_of(ctrl->handler, struct snd_tea575x, ctrl_handler); in fmr2_s_ctrl()
183 static int fmr2_tea_ext_init(struct snd_tea575x *tea) in fmr2_tea_ext_init()
Dradio-maxiradio.c71 struct snd_tea575x tea;
83 static void maxiradio_tea575x_set_pins(struct snd_tea575x *tea, u8 pins) in maxiradio_tea575x_set_pins()
98 static u8 maxiradio_tea575x_get_pins(struct snd_tea575x *tea) in maxiradio_tea575x_get_pins()
107 static void maxiradio_tea575x_set_direction(struct snd_tea575x *tea, bool output) in maxiradio_tea575x_set_direction()
Dradio-shark.c64 struct snd_tea575x tea;
80 static void shark_write_val(struct snd_tea575x *tea, u32 val) in shark_write_val()
104 static u32 shark_read_val(struct snd_tea575x *tea) in shark_read_val()