• Home
  • Raw
  • Download

Lines Matching defs:chip

53 	struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip;  in vxp_reg_addr()  local
61 static unsigned char vxp_inb(struct vx_core *chip, int offset) in vxp_inb()
71 static void vxp_outb(struct vx_core *chip, int offset, unsigned char val) in vxp_outb()
80 #define vx_inb(chip,reg) vxp_inb((struct vx_core *)(chip), VX_##reg) argument
82 #define vx_outb(chip,reg,val) vxp_outb((struct vx_core *)(chip), VX_##reg,val) argument
90 static int vx_check_magic(struct vx_core *chip) in vx_check_magic()
113 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip; in vxp_reset_dsp() local
131 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip; in vxp_reset_codec() local
150 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip; in vxp_load_xilinx_binary() local
283 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip; in vxp_test_and_ack() local
310 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip; in vxp_validate_irq() local
326 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip; in vx_setup_pseudo_dma() local
346 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip; in vx_release_pseudo_dma() local
364 static void vxp_dma_write(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vxp_dma_write()
403 static void vxp_dma_read(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vxp_dma_read()
445 static void vxp_write_codec_reg(struct vx_core *chip, int codec, unsigned int data) in vxp_write_codec_reg()
468 void vx_set_mic_boost(struct vx_core *chip, int boost) in vx_set_mic_boost()
511 void vx_set_mic_level(struct vx_core *chip, int level) in vx_set_mic_level()
533 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip; in vxp_change_audio_source() local
573 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip; in vxp_set_clock_source() local
588 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip; in vxp_reset_board() local