Home
last modified time | relevance | path

Searched defs:_chip (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/sound/pcmcia/vx/
Dvxp_ops.c51 static inline unsigned long vxp_reg_addr(struct vx_core *_chip, int reg) in vxp_reg_addr()
111 static void vxp_reset_dsp(struct vx_core *_chip) in vxp_reset_dsp()
129 static void vxp_reset_codec(struct vx_core *_chip) in vxp_reset_codec()
148 static int vxp_load_xilinx_binary(struct vx_core *_chip, const struct firmware *fw) in vxp_load_xilinx_binary()
281 static int vxp_test_and_ack(struct vx_core *_chip) in vxp_test_and_ack()
308 static void vxp_validate_irq(struct vx_core *_chip, int enable) in vxp_validate_irq()
324 static void vx_setup_pseudo_dma(struct vx_core *_chip, int do_write) in vx_setup_pseudo_dma()
344 static void vx_release_pseudo_dma(struct vx_core *_chip) in vx_release_pseudo_dma()
531 static void vxp_change_audio_source(struct vx_core *_chip, int src) in vxp_change_audio_source()
571 static void vxp_set_clock_source(struct vx_core *_chip, int source) in vxp_set_clock_source()
[all …]
Dvxp_mixer.c45 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); in vx_mic_level_get() local
53 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); in vx_mic_level_put() local
90 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); in vx_mic_boost_get() local
98 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); in vx_mic_boost_put() local
121 int vxp_add_mic_controls(struct vx_core *_chip) in vxp_add_mic_controls()
/linux-2.6.39/sound/pci/vx222/
Dvx222_ops.c87 static inline unsigned long vx2_reg_addr(struct vx_core *_chip, int reg) in vx2_reg_addr()
156 static void vx2_reset_dsp(struct vx_core *_chip) in vx2_reset_dsp()
171 static int vx2_test_xilinx(struct vx_core *_chip) in vx2_test_xilinx()
474 static void vx2_validate_irq(struct vx_core *_chip, int enable) in vx2_validate_irq()
725 static void vx2_reset_codec(struct vx_core *_chip) in vx2_reset_codec()
767 static void vx2_change_audio_source(struct vx_core *_chip, int src) in vx2_change_audio_source()
786 static void vx2_set_clock_source(struct vx_core *_chip, int source) in vx2_set_clock_source()
800 static void vx2_reset_board(struct vx_core *_chip, int cold_reset) in vx2_reset_board()
874 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); in vx_input_level_get() local
885 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); in vx_input_level_put() local
[all …]
/linux-2.6.39/drivers/scsi/
Dfd_mcs.c189 enum chip_type _chip; member