Searched defs:tea (Results 1 – 6 of 6) sorted by relevance
/linux-3.3/sound/i2c/other/ |
D | tea575x-tuner.c | 70 static void snd_tea575x_write(struct snd_tea575x *tea, unsigned int val) in snd_tea575x_write() 93 static unsigned int snd_tea575x_read(struct snd_tea575x *tea) in snd_tea575x_read() 124 static void snd_tea575x_get_freq(struct snd_tea575x *tea) in snd_tea575x_get_freq() 141 static void snd_tea575x_set_freq(struct snd_tea575x *tea) in snd_tea575x_set_freq() 168 struct snd_tea575x *tea = video_drvdata(file); in vidioc_querycap() local 182 struct snd_tea575x *tea = video_drvdata(file); in vidioc_g_tuner() local 212 struct snd_tea575x *tea = video_drvdata(file); in vidioc_g_frequency() local 225 struct snd_tea575x *tea = video_drvdata(file); in vidioc_s_frequency() local 261 struct snd_tea575x *tea = container_of(ctrl->handler, struct snd_tea575x, ctrl_handler); in tea575x_s_ctrl() local 302 int snd_tea575x_init(struct snd_tea575x *tea) in snd_tea575x_init() [all …]
|
/linux-3.3/sound/i2c/ |
D | tea6330t.c | 99 struct tea6330t *tea = snd_kcontrol_chip(kcontrol); in snd_tea6330t_get_master_volume() local 111 struct tea6330t *tea = snd_kcontrol_chip(kcontrol); in snd_tea6330t_put_master_volume() local 150 struct tea6330t *tea = snd_kcontrol_chip(kcontrol); in snd_tea6330t_get_master_switch() local 162 struct tea6330t *tea = snd_kcontrol_chip(kcontrol); in snd_tea6330t_put_master_switch() local 192 struct tea6330t *tea = snd_kcontrol_chip(kcontrol); in snd_tea6330t_info_bass() local 204 struct tea6330t *tea = snd_kcontrol_chip(kcontrol); in snd_tea6330t_get_bass() local 213 struct tea6330t *tea = snd_kcontrol_chip(kcontrol); in snd_tea6330t_put_bass() local 239 struct tea6330t *tea = snd_kcontrol_chip(kcontrol); in snd_tea6330t_info_treble() local 251 struct tea6330t *tea = snd_kcontrol_chip(kcontrol); in snd_tea6330t_get_treble() local 260 struct tea6330t *tea = snd_kcontrol_chip(kcontrol); in snd_tea6330t_put_treble() local [all …]
|
/linux-3.3/drivers/media/radio/ |
D | radio-sf16fmr2.c | 22 struct snd_tea575x tea; member 43 static void fmr2_tea575x_set_pins(struct snd_tea575x *tea, u8 pins) in fmr2_tea575x_set_pins() 56 static u8 fmr2_tea575x_get_pins(struct snd_tea575x *tea) in fmr2_tea575x_get_pins() 65 static void fmr2_tea575x_set_direction(struct snd_tea575x *tea, bool output) in fmr2_tea575x_set_direction() 134 struct snd_tea575x *tea = container_of(ctrl->handler, struct snd_tea575x, ctrl_handler); in fmr2_s_ctrl() local 167 static int fmr2_tea_ext_init(struct snd_tea575x *tea) in fmr2_tea_ext_init()
|
/linux-3.3/arch/sh/include/asm/ |
D | suspend.h | 46 unsigned long tea; member
|
/linux-3.3/sound/pci/ |
D | fm801.c | 200 struct snd_tea575x tea; member 735 static void snd_fm801_tea575x_set_pins(struct snd_tea575x *tea, u8 pins) in snd_fm801_tea575x_set_pins() 753 static u8 snd_fm801_tea575x_get_pins(struct snd_tea575x *tea) in snd_fm801_tea575x_get_pins() 763 static void snd_fm801_tea575x_set_direction(struct snd_tea575x *tea, bool output) in snd_fm801_tea575x_set_direction()
|
D | es1968.c | 561 struct snd_tea575x tea; member 2554 static void snd_es1968_tea575x_set_pins(struct snd_tea575x *tea, u8 pins) in snd_es1968_tea575x_set_pins() 2567 static u8 snd_es1968_tea575x_get_pins(struct snd_tea575x *tea) in snd_es1968_tea575x_get_pins() 2577 static void snd_es1968_tea575x_set_direction(struct snd_tea575x *tea, bool output) in snd_es1968_tea575x_set_direction()
|