Searched refs:snd_tea575x (Results 1 – 9 of 9) sorted by relevance
/linux/include/media/drv-intf/ |
A D | tea575x.h | 24 struct snd_tea575x; 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); 36 struct snd_tea575x { struct 57 int (*ext_init)(struct snd_tea575x *tea); argument 60 int snd_tea575x_enum_freq_bands(struct snd_tea575x *tea, 65 int snd_tea575x_hw_init(struct snd_tea575x *tea); 67 void snd_tea575x_exit(struct snd_tea575x *tea); [all …]
|
/linux/drivers/media/radio/ |
A D | tea575x.c | 179 void snd_tea575x_set_freq(struct snd_tea575x *tea) in snd_tea575x_set_freq() 223 struct snd_tea575x *tea = video_drvdata(file); in vidioc_querycap() 268 struct snd_tea575x *tea = video_drvdata(file); in vidioc_enum_freq_bands() 300 struct snd_tea575x *tea = video_drvdata(file); in vidioc_g_tuner() 308 struct snd_tea575x *tea = video_drvdata(file); in vidioc_s_tuner() 326 struct snd_tea575x *tea = video_drvdata(file); in vidioc_g_frequency() 338 struct snd_tea575x *tea = video_drvdata(file); in vidioc_s_frequency() 446 struct snd_tea575x *tea = video_drvdata(file); in vidioc_s_hw_freq_seek() 453 struct snd_tea575x *tea = container_of(ctrl->handler, struct snd_tea575x, ctrl_handler); in tea575x_s_ctrl() 495 int snd_tea575x_hw_init(struct snd_tea575x *tea) in snd_tea575x_hw_init() [all …]
|
A D | radio-sf16fmr2.c | 34 struct snd_tea575x tea; 60 static void fmr2_tea575x_set_pins(struct snd_tea575x *tea, u8 pins) in fmr2_tea575x_set_pins() 73 static u8 fmr2_tea575x_get_pins(struct snd_tea575x *tea) in fmr2_tea575x_get_pins() 82 static void fmr2_tea575x_set_direction(struct snd_tea575x *tea, bool output) in fmr2_tea575x_set_direction() 151 struct snd_tea575x *tea = container_of(ctrl->handler, struct snd_tea575x, ctrl_handler); in fmr2_s_ctrl() 184 static int fmr2_tea_ext_init(struct snd_tea575x *tea) in fmr2_tea_ext_init()
|
A D | radio-maxiradio.c | 72 struct snd_tea575x tea; 84 static void maxiradio_tea575x_set_pins(struct snd_tea575x *tea, u8 pins) in maxiradio_tea575x_set_pins() 99 static u8 maxiradio_tea575x_get_pins(struct snd_tea575x *tea) in maxiradio_tea575x_get_pins() 108 static void maxiradio_tea575x_set_direction(struct snd_tea575x *tea, bool output) in maxiradio_tea575x_set_direction()
|
A D | radio-shark.c | 64 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()
|
/linux/sound/pci/ |
A D | fm801.c | 222 struct snd_tea575x tea; 764 static void snd_fm801_tea575x_set_pins(struct snd_tea575x *tea, u8 pins) in snd_fm801_tea575x_set_pins() 782 static u8 snd_fm801_tea575x_get_pins(struct snd_tea575x *tea) in snd_fm801_tea575x_get_pins() 797 static void snd_fm801_tea575x_set_direction(struct snd_tea575x *tea, bool output) in snd_fm801_tea575x_set_direction()
|
A D | es1968.c | 548 struct snd_tea575x tea; 2538 static void snd_es1968_tea575x_set_pins(struct snd_tea575x *tea, u8 pins) in snd_es1968_tea575x_set_pins() 2551 static u8 snd_es1968_tea575x_get_pins(struct snd_tea575x *tea) in snd_es1968_tea575x_get_pins() 2566 static void snd_es1968_tea575x_set_direction(struct snd_tea575x *tea, bool output) in snd_es1968_tea575x_set_direction()
|
/linux/drivers/media/pci/bt8xx/ |
A D | bttvp.h | 443 struct snd_tea575x tea;
|
A D | bttv-cards.c | 3741 static void bttv_tea575x_set_pins(struct snd_tea575x *tea, u8 pins) in bttv_tea575x_set_pins() 3762 static u8 bttv_tea575x_get_pins(struct snd_tea575x *tea) in bttv_tea575x_get_pins() 3789 static void bttv_tea575x_set_direction(struct snd_tea575x *tea, bool output) in bttv_tea575x_set_direction()
|
Completed in 25 milliseconds