Searched refs:tea (Results 1 - 18 of 18) sorted by relevance

/linux-master/drivers/media/radio/
H A Dtea575x.c82 static void snd_tea575x_write(struct snd_tea575x *tea, unsigned int val) argument
87 if (tea->ops->write_val)
88 return tea->ops->write_val(tea, val);
90 tea->ops->set_direction(tea, 1);
96 tea->ops->set_pins(tea, data | TEA575X_WREN);
98 tea->ops->set_pins(tea, dat
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-tea5777.c162 static u32 tea5777_freq_to_v4l2_freq(struct radio_tea5777 *tea, u32 freq) argument
164 switch (tea->band) {
173 int radio_tea5777_set_freq(struct radio_tea5777 *tea) argument
178 freq = clamp(tea->freq, bands[tea->band].rangelow,
179 bands[tea->band].rangehigh);
182 switch (tea->band) {
184 tea->write_reg &= ~TEA5777_W_AM_FM_MASK;
186 tea->write_reg &= ~TEA5777_W_FM_PLL_MASK;
187 tea
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...]
H A Dradio-tea5777.h36 int (*write_reg)(struct radio_tea5777 *tea, u64 val);
47 int (*read_reg)(struct radio_tea5777 *tea, u32 *val);
72 int radio_tea5777_init(struct radio_tea5777 *tea, struct module *owner);
73 void radio_tea5777_exit(struct radio_tea5777 *tea);
74 int radio_tea5777_set_freq(struct radio_tea5777 *tea);
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
86 struct maxiradio *dev = tea->private_data;
99 static u8 maxiradio_tea575x_get_pins(struct snd_tea575x *tea) argument
101 struct maxiradio *dev = tea->private_data;
108 static void maxiradio_tea575x_set_direction(struct snd_tea575x *tea, bool output) argument
139 dev->tea.private_data = dev;
140 dev->tea.ops = &maxiradio_tea_ops;
143 dev->tea.cannot_read_data = true;
144 dev->tea
[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
62 struct fmr2 *fmr2 = tea->private_data;
73 static u8 fmr2_tea575x_get_pins(struct snd_tea575x *tea) argument
75 struct fmr2 *fmr2 = tea->private_data;
82 static void fmr2_tea575x_set_direction(struct snd_tea575x *tea, bool output) argument
118 if (!fmr2->tea.mute)
151 struct snd_tea575x *tea = container_of(ctrl->handler, struct snd_tea575x, ctrl_handler); local
152 struct fmr2 *fmr2 = tea->private_data;
184 static int fmr2_tea_ext_init(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
77 struct shark_device *shark = tea->private_data;
85 v4l2_dbg(1, debug, tea->v4l2_dev, "shark2-write: %*ph\n",
93 v4l2_err(tea->v4l2_dev, "write error: %d\n", res);
100 static int shark_read_reg(struct radio_tea5777 *tea, u32 *reg_ret) argument
102 struct shark_device *shark = tea->private_data;
113 v4l2_err(tea->v4l2_dev, "request-read error: %d\n", res);
122 v4l2_err(tea->v4l2_dev, "read error: %d\n", res);
129 v4l2_dbg(1, debug, tea
[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
82 struct shark_device *shark = tea->private_data;
104 static u32 shark_read_val(struct snd_tea575x *tea) argument
106 struct shark_device *shark = tea->private_data;
142 shark->tea.stereo = true;
144 shark->tea.stereo = false;
295 mutex_lock(&shark->tea.mutex);
297 snd_tea575x_exit(&shark->tea);
298 mutex_unlock(&shark->tea
[all...]
/linux-master/include/media/drv-intf/
H A Dtea575x.h28 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);
33 void (*set_direction)(struct snd_tea575x *tea, bool output);
57 int (*ext_init)(struct snd_tea575x *tea);
60 int snd_tea575x_enum_freq_bands(struct snd_tea575x *tea,
62 int snd_tea575x_g_tuner(struct snd_tea575x *tea, struct v4l2_tuner *v);
63 int snd_tea575x_s_hw_freq_seek(struct file *file, struct snd_tea575x *tea,
65 int snd_tea575x_hw_init(struct snd_tea575x *tea);
[all...]
/linux-master/sound/i2c/
H A Dtea6330t.c56 static void snd_tea6330t_set(struct tea6330t *tea,
62 snd_i2c_write(tea->bus, TEA6330T_ADDR, addr, value, 1);
84 struct tea6330t *tea = snd_kcontrol_chip(kcontrol); local
86 snd_i2c_lock(tea->bus);
87 ucontrol->value.integer.value[0] = tea->mleft - 0x14;
88 ucontrol->value.integer.value[1] = tea->mright - 0x14;
89 snd_i2c_unlock(tea->bus);
96 struct tea6330t *tea = snd_kcontrol_chip(kcontrol); local
103 snd_i2c_lock(tea->bus);
104 change = val1 != tea
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/arch/sh/include/asm/
H A Dsuspend.h47 unsigned long tea; member in struct:sh_sleep_regs
/linux-master/sound/pci/
H A Dfm801.c177 * @tea: tea575a structure
222 struct snd_tea575x tea; member in struct:fm801
762 static void snd_fm801_tea575x_set_pins(struct snd_tea575x *tea, u8 pins) argument
764 struct fm801 *chip = tea->private_data;
780 static u8 snd_fm801_tea575x_get_pins(struct snd_tea575x *tea) argument
782 struct fm801 *chip = tea->private_data;
795 static void snd_fm801_tea575x_set_direction(struct snd_tea575x *tea, bool output) argument
797 struct fm801 *chip = tea->private_data;
1172 snd_tea575x_exit(&chip->tea);
1230 chip->tea
[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
2520 struct es1968 *chip = tea->private_data;
2531 static u8 snd_es1968_tea575x_get_pins(struct snd_tea575x *tea) argument
2533 struct es1968 *chip = tea->private_data;
2546 static void snd_es1968_tea575x_set_direction(struct snd_tea575x *tea, bool output) argument
2548 struct es1968 *chip = tea->private_data;
2585 snd_tea575x_exit(&chip->tea);
2702 chip->tea.v4l2_dev = &chip->v4l2_dev;
2703 chip->tea
[all...]
/linux-master/arch/sh/kernel/cpu/shmobile/
H A Dpm.c93 sdp->addr.tea = 0xff00000c; /* TEA */
/linux-master/arch/sh/kernel/
H A Dasm-offsets.c52 DEFINE(SH_SLEEP_REG_TEA, offsetof(struct sh_sleep_regs, tea));
/linux-master/drivers/media/pci/bt8xx/
H A Dbttvp.h400 struct snd_tea575x tea; member in struct:bttv
H A Dbttv-cards.c3739 static void bttv_tea575x_set_pins(struct snd_tea575x *tea, u8 pins) argument
3741 struct bttv *btv = tea->private_data;
3760 static u8 bttv_tea575x_get_pins(struct snd_tea575x *tea) argument
3762 struct bttv *btv = tea->private_data;
3787 static void bttv_tea575x_set_direction(struct snd_tea575x *tea, bool output) argument
3789 struct bttv *btv = tea->private_data;
3809 btv->tea.private_data = btv;
3810 btv->tea.ops = &bttv_tea_ops;
3811 if (!snd_tea575x_hw_init(&btv->tea)) {
3813 btv->tea
[all...]
H A Dbttv-driver.c1735 btv->tea.freq = btv->radio_freq;
1736 snd_tea575x_set_freq(&btv->tea);
2419 return snd_tea575x_g_tuner(&btv->tea, t);
2443 return snd_tea575x_s_hw_freq_seek(file, &btv->tea, a);
2454 return snd_tea575x_enum_freq_bands(&btv->tea, band);
/linux-master/crypto/
H A DMakefile151 obj-$(CONFIG_CRYPTO_TEA) += tea.o

Completed in 220 milliseconds