Searched refs:snd_tea575x (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/include/media/ |
D | tea575x.h | 38 struct snd_tea575x; 42 void (*write_val)(struct snd_tea575x *tea, u32 val); 43 u32 (*read_val)(struct snd_tea575x *tea); 45 void (*set_pins)(struct snd_tea575x *tea, u8 pins); 46 u8 (*get_pins)(struct snd_tea575x *tea); 47 void (*set_direction)(struct snd_tea575x *tea, bool output); 50 struct snd_tea575x { struct 71 int (*ext_init)(struct snd_tea575x *tea); argument 74 int snd_tea575x_enum_freq_bands(struct snd_tea575x *tea, 76 int snd_tea575x_g_tuner(struct snd_tea575x *tea, struct v4l2_tuner *v); [all …]
|
/linux-4.1.27/drivers/media/radio/ |
D | tea575x.c | 97 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() 250 int snd_tea575x_enum_freq_bands(struct snd_tea575x *tea, in snd_tea575x_enum_freq_bands() 286 struct snd_tea575x *tea = video_drvdata(file); in vidioc_enum_freq_bands() 291 int snd_tea575x_g_tuner(struct snd_tea575x *tea, struct v4l2_tuner *v) in snd_tea575x_g_tuner() 318 struct snd_tea575x *tea = video_drvdata(file); in vidioc_g_tuner() [all …]
|
D | radio-sf16fmr2.c | 33 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()
|
D | radio-maxiradio.c | 71 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()
|
D | radio-shark.c | 68 struct snd_tea575x tea; 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()
|
/linux-4.1.27/sound/pci/ |
D | fm801.c | 207 struct snd_tea575x tea; 748 static void snd_fm801_tea575x_set_pins(struct snd_tea575x *tea, u8 pins) in snd_fm801_tea575x_set_pins() 766 static u8 snd_fm801_tea575x_get_pins(struct snd_tea575x *tea) in snd_fm801_tea575x_get_pins() 781 static void snd_fm801_tea575x_set_direction(struct snd_tea575x *tea, bool output) in snd_fm801_tea575x_set_direction()
|
D | es1968.c | 566 struct snd_tea575x tea; 2560 static void snd_es1968_tea575x_set_pins(struct snd_tea575x *tea, u8 pins) in snd_es1968_tea575x_set_pins() 2573 static u8 snd_es1968_tea575x_get_pins(struct snd_tea575x *tea) in snd_es1968_tea575x_get_pins() 2588 static void snd_es1968_tea575x_set_direction(struct snd_tea575x *tea, bool output) in snd_es1968_tea575x_set_direction()
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | bttvp.h | 455 struct snd_tea575x tea;
|
D | bttv-cards.c | 3749 static void bttv_tea575x_set_pins(struct snd_tea575x *tea, u8 pins) in bttv_tea575x_set_pins() 3770 static u8 bttv_tea575x_get_pins(struct snd_tea575x *tea) in bttv_tea575x_get_pins() 3797 static void bttv_tea575x_set_direction(struct snd_tea575x *tea, bool output) in bttv_tea575x_set_direction()
|