Searched refs:_chip (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pcmcia/vx/
H A Dvxp_mixer.c45 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); local
46 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip;
53 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); local
54 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip;
59 mutex_lock(&_chip->mixer_mutex);
61 vx_set_mic_level(_chip, ucontrol->value.integer.value[0]);
63 mutex_unlock(&_chip->mixer_mutex);
66 mutex_unlock(&_chip->mixer_mutex);
90 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); local
91 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip;
98 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); local
121 vxp_add_mic_controls(struct vx_core *_chip) argument
[all...]
H A Dvxp_ops.c51 static inline unsigned long vxp_reg_addr(struct vx_core *_chip, int reg) argument
53 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip;
111 static void vxp_reset_dsp(struct vx_core *_chip) argument
113 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip;
129 static void vxp_reset_codec(struct vx_core *_chip) argument
131 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip;
148 static int vxp_load_xilinx_binary(struct vx_core *_chip, const struct firmware *fw) argument
150 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip;
170 if (vx_check_isr(_chip, ISR_HF2, ISR_HF2, 20) < 0)
178 if (vx_wait_isr_bit(_chip, ISR_TX_EMPT
281 vxp_test_and_ack(struct vx_core *_chip) argument
308 vxp_validate_irq(struct vx_core *_chip, int enable) argument
324 vx_setup_pseudo_dma(struct vx_core *_chip, int do_write) argument
344 vx_release_pseudo_dma(struct vx_core *_chip) argument
531 vxp_change_audio_source(struct vx_core *_chip, int src) argument
571 vxp_set_clock_source(struct vx_core *_chip, int source) argument
586 vxp_reset_board(struct vx_core *_chip, int cold_reset) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pcmcia/vx/
H A Dvxp_mixer.c45 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); local
46 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip;
53 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); local
54 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip;
59 mutex_lock(&_chip->mixer_mutex);
61 vx_set_mic_level(_chip, ucontrol->value.integer.value[0]);
63 mutex_unlock(&_chip->mixer_mutex);
66 mutex_unlock(&_chip->mixer_mutex);
90 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); local
91 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip;
98 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); local
121 vxp_add_mic_controls(struct vx_core *_chip) argument
[all...]
H A Dvxp_ops.c51 static inline unsigned long vxp_reg_addr(struct vx_core *_chip, int reg) argument
53 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip;
111 static void vxp_reset_dsp(struct vx_core *_chip) argument
113 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip;
129 static void vxp_reset_codec(struct vx_core *_chip) argument
131 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip;
148 static int vxp_load_xilinx_binary(struct vx_core *_chip, const struct firmware *fw) argument
150 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip;
170 if (vx_check_isr(_chip, ISR_HF2, ISR_HF2, 20) < 0)
178 if (vx_wait_isr_bit(_chip, ISR_TX_EMPT
281 vxp_test_and_ack(struct vx_core *_chip) argument
308 vxp_validate_irq(struct vx_core *_chip, int enable) argument
324 vx_setup_pseudo_dma(struct vx_core *_chip, int do_write) argument
344 vx_release_pseudo_dma(struct vx_core *_chip) argument
531 vxp_change_audio_source(struct vx_core *_chip, int src) argument
571 vxp_set_clock_source(struct vx_core *_chip, int source) argument
586 vxp_reset_board(struct vx_core *_chip, int cold_reset) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/vx222/
H A Dvx222_ops.c87 static inline unsigned long vx2_reg_addr(struct vx_core *_chip, int reg) argument
89 struct snd_vx222 *chip = (struct snd_vx222 *)_chip;
156 static void vx2_reset_dsp(struct vx_core *_chip) argument
158 struct snd_vx222 *chip = (struct snd_vx222 *)_chip;
171 static int vx2_test_xilinx(struct vx_core *_chip) argument
173 struct snd_vx222 *chip = (struct snd_vx222 *)_chip;
199 if (_chip->type == VX_TYPE_BOARD) {
474 static void vx2_validate_irq(struct vx_core *_chip, int enable) argument
476 struct snd_vx222 *chip = (struct snd_vx222 *)_chip;
725 static void vx2_reset_codec(struct vx_core *_chip) argument
767 vx2_change_audio_source(struct vx_core *_chip, int src) argument
786 vx2_set_clock_source(struct vx_core *_chip, int source) argument
800 vx2_reset_board(struct vx_core *_chip, int cold_reset) argument
874 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); local
885 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); local
918 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); local
926 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); local
965 vx2_add_mic_controls(struct vx_core *_chip) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/vx222/
H A Dvx222_ops.c87 static inline unsigned long vx2_reg_addr(struct vx_core *_chip, int reg) argument
89 struct snd_vx222 *chip = (struct snd_vx222 *)_chip;
156 static void vx2_reset_dsp(struct vx_core *_chip) argument
158 struct snd_vx222 *chip = (struct snd_vx222 *)_chip;
171 static int vx2_test_xilinx(struct vx_core *_chip) argument
173 struct snd_vx222 *chip = (struct snd_vx222 *)_chip;
199 if (_chip->type == VX_TYPE_BOARD) {
474 static void vx2_validate_irq(struct vx_core *_chip, int enable) argument
476 struct snd_vx222 *chip = (struct snd_vx222 *)_chip;
725 static void vx2_reset_codec(struct vx_core *_chip) argument
767 vx2_change_audio_source(struct vx_core *_chip, int src) argument
786 vx2_set_clock_source(struct vx_core *_chip, int source) argument
800 vx2_reset_board(struct vx_core *_chip, int cold_reset) argument
874 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); local
885 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); local
918 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); local
926 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); local
965 vx2_add_mic_controls(struct vx_core *_chip) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dfd_mcs.c189 enum chip_type _chip; member in struct:fd_hostdata
229 #define chip (HOSTDATA(shpnt)->_chip)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dfd_mcs.c189 enum chip_type _chip; member in struct:fd_hostdata
229 #define chip (HOSTDATA(shpnt)->_chip)

Completed in 181 milliseconds