Searched defs:tea (Results 1 - 12 of 12) sorted by relevance

/linux-master/arch/sh/include/asm/
H A Dsuspend.h47 unsigned long tea; member in struct:sh_sleep_regs
/linux-master/drivers/media/radio/
H A Dradio-maxiradio.c72 struct snd_tea575x tea; member in struct:maxiradio
84 static void maxiradio_tea575x_set_pins(struct snd_tea575x *tea, u8 pins) argument
99 static u8 maxiradio_tea575x_get_pins(struct snd_tea575x *tea) argument
108 static void maxiradio_tea575x_set_direction(struct snd_tea575x *tea, bool output) argument
[all...]
H A Dtea575x.c82 static void snd_tea575x_write(struct snd_tea575x *tea, unsigned int val) argument
108 snd_tea575x_read(struct snd_tea575x *tea) argument
142 snd_tea575x_val_to_freq(struct snd_tea575x *tea, u32 val) argument
174 snd_tea575x_get_freq(struct snd_tea575x *tea) argument
179 snd_tea575x_set_freq(struct snd_tea575x *tea) argument
223 struct snd_tea575x *tea = video_drvdata(file); local
232 snd_tea575x_enum_freq_bands(struct snd_tea575x *tea, struct v4l2_frequency_band *band) argument
268 struct snd_tea575x *tea = video_drvdata(file); local
273 snd_tea575x_g_tuner(struct snd_tea575x *tea, struct v4l2_tuner *v) argument
300 struct snd_tea575x *tea = video_drvdata(file); local
308 struct snd_tea575x *tea = video_drvdata(file); local
326 struct snd_tea575x *tea = video_drvdata(file); local
338 struct snd_tea575x *tea = video_drvdata(file); local
356 snd_tea575x_s_hw_freq_seek(struct file *file, struct snd_tea575x *tea, const struct v4l2_hw_freq_seek *a) argument
446 struct snd_tea575x *tea = video_drvdata(file); local
453 struct snd_tea575x *tea = container_of(ctrl->handler, struct snd_tea575x, ctrl_handler); local
495 snd_tea575x_hw_init(struct snd_tea575x *tea) argument
515 snd_tea575x_init(struct snd_tea575x *tea, struct module *owner) argument
572 snd_tea575x_exit(struct snd_tea575x *tea) argument
[all...]
H A Dradio-shark.c64 struct snd_tea575x tea; member in struct:shark_device
80 static void shark_write_val(struct snd_tea575x *tea, u32 val) argument
104 static u32 shark_read_val(struct snd_tea575x *tea) argument
[all...]
H A Dradio-shark2.c60 struct radio_tea5777 tea; member in struct:shark_device
75 static int shark_write_reg(struct radio_tea5777 *tea, u64 reg) argument
100 static int shark_read_reg(struct radio_tea5777 *tea, u32 *reg_ret) argument
[all...]
H A Dradio-sf16fmr2.c34 struct snd_tea575x tea; member in struct:fmr2
60 static void fmr2_tea575x_set_pins(struct snd_tea575x *tea, u8 pins) argument
73 static u8 fmr2_tea575x_get_pins(struct snd_tea575x *tea) argument
82 static void fmr2_tea575x_set_direction(struct snd_tea575x *tea, bool output) argument
151 struct snd_tea575x *tea = container_of(ctrl->handler, struct snd_tea575x, ctrl_handler); local
184 static int fmr2_tea_ext_init(struct snd_tea575x *tea) argument
[all...]
H A Dradio-tea5777.c162 static u32 tea5777_freq_to_v4l2_freq(struct radio_tea5777 *tea, u32 freq) argument
173 int radio_tea5777_set_freq(struct radio_tea5777 *tea) argument
224 radio_tea5777_update_read_reg(struct radio_tea5777 *tea, int wait) argument
257 struct radio_tea5777 *tea = video_drvdata(file); local
269 struct radio_tea5777 *tea = video_drvdata(file); local
282 struct radio_tea5777 *tea = video_drvdata(file); local
324 struct radio_tea5777 *tea = video_drvdata(file); local
343 struct radio_tea5777 *tea = video_drvdata(file); local
355 struct radio_tea5777 *tea = video_drvdata(file); local
372 struct radio_tea5777 *tea = video_drvdata(file); local
485 struct radio_tea5777 *tea = local
530 radio_tea5777_init(struct radio_tea5777 *tea, struct module *owner) argument
582 radio_tea5777_exit(struct radio_tea5777 *tea) argument
[all...]
/linux-master/sound/i2c/
H A Dtea6330t.c84 struct tea6330t *tea = snd_kcontrol_chip(kcontrol); local
96 struct tea6330t *tea = snd_kcontrol_chip(kcontrol); local
136 struct tea6330t *tea = snd_kcontrol_chip(kcontrol); local
148 struct tea6330t *tea = snd_kcontrol_chip(kcontrol); local
179 struct tea6330t *tea = snd_kcontrol_chip(kcontrol); local
191 struct tea6330t *tea = snd_kcontrol_chip(kcontrol); local
200 struct tea6330t *tea = snd_kcontrol_chip(kcontrol); local
227 struct tea6330t *tea = snd_kcontrol_chip(kcontrol); local
239 struct tea6330t *tea = snd_kcontrol_chip(kcontrol); local
248 struct tea6330t *tea = snd_kcontrol_chip(kcontrol); local
284 struct tea6330t *tea; local
[all...]
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-cards.c3739 static void bttv_tea575x_set_pins(struct snd_tea575x *tea, u8 pins) argument
3760 static u8 bttv_tea575x_get_pins(struct snd_tea575x *tea) argument
3787 static void bttv_tea575x_set_direction(struct snd_tea575x *tea, bool output) argument
[all...]
H A Dbttvp.h400 struct snd_tea575x tea; member in struct:bttv
/linux-master/sound/pci/
H A Dfm801.c222 struct snd_tea575x tea; member in struct:fm801
762 static void snd_fm801_tea575x_set_pins(struct snd_tea575x *tea, u8 pins) argument
780 static u8 snd_fm801_tea575x_get_pins(struct snd_tea575x *tea) argument
795 static void snd_fm801_tea575x_set_direction(struct snd_tea575x *tea, bool output) argument
[all...]
H A Des1968.c544 struct snd_tea575x tea; member in struct:es1968
2518 static void snd_es1968_tea575x_set_pins(struct snd_tea575x *tea, u8 pins) argument
2531 static u8 snd_es1968_tea575x_get_pins(struct snd_tea575x *tea) argument
2546 static void snd_es1968_tea575x_set_direction(struct snd_tea575x *tea, bool output) argument
[all...]

Completed in 360 milliseconds