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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pcmcia/vx/
H A Dvxp_mixer.c46 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); local
47 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip;
54 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); local
55 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip;
56 mutex_lock(&_chip->mixer_mutex);
58 vx_set_mic_level(_chip, ucontrol->value.integer.value[0]);
60 mutex_unlock(&_chip->mixer_mutex);
63 mutex_unlock(&_chip->mixer_mutex);
94 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); local
95 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip;
102 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); local
124 vxp_add_mic_controls(struct vx_core *_chip) argument
[all...]
H A Dvxp_ops.c52 static inline unsigned long vxp_reg_addr(struct vx_core *_chip, int reg) argument
54 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip;
112 static void vxp_reset_dsp(struct vx_core *_chip) argument
114 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip;
130 static void vxp_reset_codec(struct vx_core *_chip) argument
132 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip;
149 static int vxp_load_xilinx_binary(struct vx_core *_chip, const struct firmware *fw) argument
151 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip;
171 if (vx_check_isr(_chip, ISR_HF2, ISR_HF2, 20) < 0)
179 if (vx_wait_isr_bit(_chip, ISR_TX_EMPT
282 vxp_test_and_ack(struct vx_core *_chip) argument
309 vxp_validate_irq(struct vx_core *_chip, int enable) argument
325 vx_setup_pseudo_dma(struct vx_core *_chip, int do_write) argument
345 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...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/vx222/
H A Dvx222_ops.c88 static inline unsigned long vx2_reg_addr(struct vx_core *_chip, int reg) argument
90 struct snd_vx222 *chip = (struct snd_vx222 *)_chip;
153 static void vx2_reset_dsp(struct vx_core *_chip) argument
155 struct snd_vx222 *chip = (struct snd_vx222 *)_chip;
168 static int vx2_test_xilinx(struct vx_core *_chip) argument
170 struct snd_vx222 *chip = (struct snd_vx222 *)_chip;
196 if (_chip->type == VX_TYPE_BOARD) {
469 static void vx2_validate_irq(struct vx_core *_chip, int enable) argument
471 struct snd_vx222 *chip = (struct snd_vx222 *)_chip;
719 static void vx2_reset_codec(struct vx_core *_chip) argument
761 vx2_change_audio_source(struct vx_core *_chip, int src) argument
780 vx2_set_clock_source(struct vx_core *_chip, int source) argument
794 vx2_reset_board(struct vx_core *_chip, int cold_reset) argument
867 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); local
878 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); local
905 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); local
913 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); local
949 vx2_add_mic_controls(struct vx_core *_chip) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dfd_mcs.c188 enum chip_type _chip; member in struct:fd_hostdata
228 #define chip (HOSTDATA(shpnt)->_chip)

Completed in 116 milliseconds