Searched refs:tea (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/sound/i2c/ |
D | tea6330t.c | 70 static void snd_tea6330t_set(struct tea6330t *tea, 76 snd_i2c_write(tea->bus, TEA6330T_ADDR, addr, value, 1); 98 struct tea6330t *tea = snd_kcontrol_chip(kcontrol); in snd_tea6330t_get_master_volume() local 100 snd_i2c_lock(tea->bus); in snd_tea6330t_get_master_volume() 101 ucontrol->value.integer.value[0] = tea->mleft - 0x14; in snd_tea6330t_get_master_volume() 102 ucontrol->value.integer.value[1] = tea->mright - 0x14; in snd_tea6330t_get_master_volume() 103 snd_i2c_unlock(tea->bus); in snd_tea6330t_get_master_volume() 110 struct tea6330t *tea = snd_kcontrol_chip(kcontrol); in snd_tea6330t_put_master_volume() local 117 snd_i2c_lock(tea->bus); in snd_tea6330t_put_master_volume() 118 change = val1 != tea->mleft || val2 != tea->mright; in snd_tea6330t_put_master_volume() [all …]
|
/linux-2.6.39/sound/i2c/other/ |
D | tea575x-tuner.c | 80 static void snd_tea575x_set_freq(struct snd_tea575x *tea) in snd_tea575x_set_freq() argument 84 freq = tea->freq / 16; /* to kHz */ in snd_tea575x_set_freq() 90 if (tea->tea5759) in snd_tea575x_set_freq() 91 freq -= tea->freq_fixup; in snd_tea575x_set_freq() 93 freq += tea->freq_fixup; in snd_tea575x_set_freq() 98 tea->val &= ~TEA575X_BIT_FREQ_MASK; in snd_tea575x_set_freq() 99 tea->val |= freq & TEA575X_BIT_FREQ_MASK; in snd_tea575x_set_freq() 100 tea->ops->write(tea, tea->val); in snd_tea575x_set_freq() 110 struct snd_tea575x *tea = video_drvdata(file); in vidioc_querycap() local 112 strcpy(v->card, tea->tea5759 ? "TEA5759" : "TEA5757"); in vidioc_querycap() [all …]
|
/linux-2.6.39/include/sound/ |
D | tea575x-tuner.h | 32 void (*write)(struct snd_tea575x *tea, unsigned int val); 33 unsigned int (*read)(struct snd_tea575x *tea); 34 void (*mute)(struct snd_tea575x *tea, unsigned int mute); 51 void snd_tea575x_init(struct snd_tea575x *tea); 52 void snd_tea575x_exit(struct snd_tea575x *tea);
|
/linux-2.6.39/sound/pci/ |
D | fm801.c | 200 struct snd_tea575x tea; member 725 static void snd_fm801_tea575x_256pcs_write(struct snd_tea575x *tea, unsigned int val) in snd_fm801_tea575x_256pcs_write() argument 727 struct fm801 *chip = tea->private_data; in snd_fm801_tea575x_256pcs_write() 769 static unsigned int snd_fm801_tea575x_256pcs_read(struct snd_tea575x *tea) in snd_fm801_tea575x_256pcs_read() argument 771 struct fm801 *chip = tea->private_data; in snd_fm801_tea575x_256pcs_read() 813 static void snd_fm801_tea575x_256pcpr_write(struct snd_tea575x *tea, unsigned int val) in snd_fm801_tea575x_256pcpr_write() argument 815 struct fm801 *chip = tea->private_data; in snd_fm801_tea575x_256pcpr_write() 857 static unsigned int snd_fm801_tea575x_256pcpr_read(struct snd_tea575x *tea) in snd_fm801_tea575x_256pcpr_read() argument 859 struct fm801 *chip = tea->private_data; in snd_fm801_tea575x_256pcpr_read() 901 static void snd_fm801_tea575x_64pcr_write(struct snd_tea575x *tea, unsigned int val) in snd_fm801_tea575x_64pcr_write() argument [all …]
|
/linux-2.6.39/arch/sh/include/asm/ |
D | suspend.h | 47 unsigned long tea; member
|
/linux-2.6.39/arch/sh/kernel/ |
D | asm-offsets.c | 53 DEFINE(SH_SLEEP_REG_TEA, offsetof(struct sh_sleep_regs, tea)); in main()
|
/linux-2.6.39/arch/sh/kernel/cpu/shmobile/ |
D | pm.c | 95 sdp->addr.tea = 0xff00000c; /* TEA */ in sh_mobile_register_self_refresh()
|
/linux-2.6.39/crypto/ |
D | Makefile | 72 obj-$(CONFIG_CRYPTO_TEA) += tea.o
|
/linux-2.6.39/Documentation/video4linux/bttv/ |
D | Insmod-options | 86 driver for all simple i2c audio control chips (tda/tea*).
|