Home
last modified time | relevance | path

Searched defs:tea (Results 1 – 6 of 6) sorted by relevance

/drivers/media/radio/
Dtea575x.c97 static void snd_tea575x_write(struct snd_tea575x *tea, unsigned int val) in snd_tea575x_write()
123 static u32 snd_tea575x_read(struct snd_tea575x *tea) in snd_tea575x_read()
157 static u32 snd_tea575x_val_to_freq(struct snd_tea575x *tea, u32 val) in snd_tea575x_val_to_freq()
189 static u32 snd_tea575x_get_freq(struct snd_tea575x *tea) in snd_tea575x_get_freq()
194 void snd_tea575x_set_freq(struct snd_tea575x *tea) in snd_tea575x_set_freq()
237 struct snd_tea575x *tea = video_drvdata(file); in vidioc_querycap() local
253 struct snd_tea575x *tea = video_drvdata(file); in vidioc_enum_freq_bands() local
286 struct snd_tea575x *tea = video_drvdata(file); in vidioc_g_tuner() local
311 struct snd_tea575x *tea = video_drvdata(file); in vidioc_s_tuner() local
329 struct snd_tea575x *tea = video_drvdata(file); in vidioc_g_frequency() local
[all …]
Dradio-tea5777.c176 static u32 tea5777_freq_to_v4l2_freq(struct radio_tea5777 *tea, u32 freq) in tea5777_freq_to_v4l2_freq()
187 int radio_tea5777_set_freq(struct radio_tea5777 *tea) in radio_tea5777_set_freq()
238 static int radio_tea5777_update_read_reg(struct radio_tea5777 *tea, int wait) in radio_tea5777_update_read_reg()
271 struct radio_tea5777 *tea = video_drvdata(file); in vidioc_querycap() local
286 struct radio_tea5777 *tea = video_drvdata(file); in vidioc_enum_freq_bands() local
299 struct radio_tea5777 *tea = video_drvdata(file); in vidioc_g_tuner() local
341 struct radio_tea5777 *tea = video_drvdata(file); in vidioc_s_tuner() local
360 struct radio_tea5777 *tea = video_drvdata(file); in vidioc_g_frequency() local
372 struct radio_tea5777 *tea = video_drvdata(file); in vidioc_s_frequency() local
389 struct radio_tea5777 *tea = video_drvdata(file); in vidioc_s_hw_freq_seek() local
[all …]
Dradio-maxiradio.c71 struct snd_tea575x tea; member
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-sf16fmr2.c33 struct snd_tea575x tea; member
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() local
183 static int fmr2_tea_ext_init(struct snd_tea575x *tea) in fmr2_tea_ext_init()
Dradio-shark.c68 struct snd_tea575x tea; member
84 static void shark_write_val(struct snd_tea575x *tea, u32 val) in shark_write_val()
108 static u32 shark_read_val(struct snd_tea575x *tea) in shark_read_val()
Dradio-shark2.c64 struct radio_tea5777 tea; member
79 static int shark_write_reg(struct radio_tea5777 *tea, u64 reg) in shark_write_reg()
104 static int shark_read_reg(struct radio_tea5777 *tea, u32 *reg_ret) in shark_read_reg()