Lines Matching defs:chip
40 struct snd_vxpocket *chip = to_vxpocket(_chip); in vxp_reg_addr() local
48 static unsigned char vxp_inb(struct vx_core *chip, int offset) in vxp_inb()
58 static void vxp_outb(struct vx_core *chip, int offset, unsigned char val) in vxp_outb()
67 #define vx_inb(chip,reg) vxp_inb((struct vx_core *)(chip), VX_##reg) argument
69 #define vx_outb(chip,reg,val) vxp_outb((struct vx_core *)(chip), VX_##reg,val) argument
77 static int vx_check_magic(struct vx_core *chip) in vx_check_magic()
100 struct snd_vxpocket *chip = to_vxpocket(_chip); in vxp_reset_dsp() local
118 struct snd_vxpocket *chip = to_vxpocket(_chip); in vxp_reset_codec() local
137 struct snd_vxpocket *chip = to_vxpocket(_chip); in vxp_load_xilinx_binary() local
274 struct snd_vxpocket *chip = to_vxpocket(_chip); in vxp_test_and_ack() local
301 struct snd_vxpocket *chip = to_vxpocket(_chip); in vxp_validate_irq() local
317 struct snd_vxpocket *chip = to_vxpocket(_chip); in vx_setup_pseudo_dma() local
337 struct snd_vxpocket *chip = to_vxpocket(_chip); in vx_release_pseudo_dma() local
355 static void vxp_dma_write(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vxp_dma_write()
394 static void vxp_dma_read(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vxp_dma_read()
436 static void vxp_write_codec_reg(struct vx_core *chip, int codec, unsigned int data) in vxp_write_codec_reg()
459 void vx_set_mic_boost(struct vx_core *chip, int boost) in vx_set_mic_boost()
501 void vx_set_mic_level(struct vx_core *chip, int level) in vx_set_mic_level()
522 struct snd_vxpocket *chip = to_vxpocket(_chip); in vxp_change_audio_source() local
562 struct snd_vxpocket *chip = to_vxpocket(_chip); in vxp_set_clock_source() local
577 struct snd_vxpocket *chip = to_vxpocket(_chip); in vxp_reset_board() local