vx_core 93 include/sound/vx_core.h struct vx_core; vx_core 97 include/sound/vx_core.h unsigned char (*in8)(struct vx_core *chip, int reg); vx_core 98 include/sound/vx_core.h unsigned int (*in32)(struct vx_core *chip, int reg); vx_core 99 include/sound/vx_core.h void (*out8)(struct vx_core *chip, int reg, unsigned char val); vx_core 100 include/sound/vx_core.h void (*out32)(struct vx_core *chip, int reg, unsigned int val); vx_core 102 include/sound/vx_core.h int (*test_and_ack)(struct vx_core *chip); vx_core 103 include/sound/vx_core.h void (*validate_irq)(struct vx_core *chip, int enable); vx_core 105 include/sound/vx_core.h void (*write_codec)(struct vx_core *chip, int codec, unsigned int data); vx_core 106 include/sound/vx_core.h void (*akm_write)(struct vx_core *chip, int reg, unsigned int data); vx_core 107 include/sound/vx_core.h void (*reset_codec)(struct vx_core *chip); vx_core 108 include/sound/vx_core.h void (*change_audio_source)(struct vx_core *chip, int src); vx_core 109 include/sound/vx_core.h void (*set_clock_source)(struct vx_core *chp, int src); vx_core 111 include/sound/vx_core.h int (*load_dsp)(struct vx_core *chip, int idx, const struct firmware *fw); vx_core 112 include/sound/vx_core.h void (*reset_dsp)(struct vx_core *chip); vx_core 113 include/sound/vx_core.h void (*reset_board)(struct vx_core *chip, int cold_reset); vx_core 114 include/sound/vx_core.h int (*add_controls)(struct vx_core *chip); vx_core 116 include/sound/vx_core.h void (*dma_write)(struct vx_core *chip, struct snd_pcm_runtime *runtime, vx_core 118 include/sound/vx_core.h void (*dma_read)(struct vx_core *chip, struct snd_pcm_runtime *runtime, vx_core 219 include/sound/vx_core.h struct vx_core *snd_vx_create(struct snd_card *card, struct snd_vx_hardware *hw, vx_core 501 sound/drivers/vx/vx_core.c struct vx_core *chip = (struct vx_core *) private_data; vx_core 545 sound/drivers/vx/vx_core.c struct vx_core *chip = dev; vx_core 601 sound/drivers/vx/vx_core.c struct vx_core *chip = entry->private_data; vx_core 778 sound/drivers/vx/vx_core.c struct vx_core *snd_vx_create(struct snd_card *card, struct snd_vx_hardware *hw, vx_core 782 sound/drivers/vx/vx_core.c struct vx_core *chip; vx_core 142 sound/drivers/vx/vx_hwdep.c struct vx_core *vx = hw->private_data; vx_core 168 sound/drivers/vx/vx_hwdep.c struct vx_core *vx = hw->private_data; vx_core 419 sound/drivers/vx/vx_mixer.c struct vx_core *chip = snd_kcontrol_chip(kcontrol); vx_core 429 sound/drivers/vx/vx_mixer.c struct vx_core *chip = snd_kcontrol_chip(kcontrol); vx_core 440 sound/drivers/vx/vx_mixer.c struct vx_core *chip = snd_kcontrol_chip(kcontrol); vx_core 484 sound/drivers/vx/vx_mixer.c struct vx_core *chip = snd_kcontrol_chip(kcontrol); vx_core 506 sound/drivers/vx/vx_mixer.c struct vx_core *chip = snd_kcontrol_chip(kcontrol); vx_core 513 sound/drivers/vx/vx_mixer.c struct vx_core *chip = snd_kcontrol_chip(kcontrol); vx_core 562 sound/drivers/vx/vx_mixer.c struct vx_core *chip = snd_kcontrol_chip(kcontrol); vx_core 569 sound/drivers/vx/vx_mixer.c struct vx_core *chip = snd_kcontrol_chip(kcontrol); vx_core 606 sound/drivers/vx/vx_mixer.c struct vx_core *chip = snd_kcontrol_chip(kcontrol); vx_core 619 sound/drivers/vx/vx_mixer.c struct vx_core *chip = snd_kcontrol_chip(kcontrol); vx_core 642 sound/drivers/vx/vx_mixer.c struct vx_core *chip = snd_kcontrol_chip(kcontrol); vx_core 654 sound/drivers/vx/vx_mixer.c struct vx_core *chip = snd_kcontrol_chip(kcontrol); vx_core 681 sound/drivers/vx/vx_mixer.c struct vx_core *chip = snd_kcontrol_chip(kcontrol); vx_core 693 sound/drivers/vx/vx_mixer.c struct vx_core *chip = snd_kcontrol_chip(kcontrol); vx_core 712 sound/drivers/vx/vx_mixer.c struct vx_core *chip = snd_kcontrol_chip(kcontrol); vx_core 724 sound/drivers/vx/vx_mixer.c struct vx_core *chip = snd_kcontrol_chip(kcontrol); vx_core 791 sound/drivers/vx/vx_mixer.c struct vx_core *chip = snd_kcontrol_chip(kcontrol); vx_core 813 sound/drivers/vx/vx_mixer.c struct vx_core *chip = snd_kcontrol_chip(kcontrol); vx_core 866 sound/drivers/vx/vx_mixer.c struct vx_core *chip = snd_kcontrol_chip(kcontrol); vx_core 879 sound/drivers/vx/vx_mixer.c struct vx_core *chip = snd_kcontrol_chip(kcontrol); vx_core 894 sound/drivers/vx/vx_mixer.c struct vx_core *chip = snd_kcontrol_chip(kcontrol); vx_core 581 sound/drivers/vx/vx_pcm.c struct vx_core *chip = snd_pcm_substream_chip(subs); vx_core 625 sound/drivers/vx/vx_pcm.c struct vx_core *chip = snd_pcm_substream_chip(subs); vx_core 788 sound/drivers/vx/vx_pcm.c struct vx_core *chip = subs->pcm->private_data; vx_core 810 sound/drivers/vx/vx_pcm.c struct vx_core *chip = snd_pcm_substream_chip(subs); vx_core 884 sound/drivers/vx/vx_pcm.c struct vx_core *chip = snd_pcm_substream_chip(subs); vx_core 990 sound/drivers/vx/vx_pcm.c struct vx_core *chip = snd_pcm_substream_chip(subs); vx_core 1049 sound/drivers/vx/vx_pcm.c struct vx_core *chip = snd_pcm_substream_chip(subs); vx_core 1287 sound/drivers/vx/vx_pcm.c struct vx_core *chip = pcm->private_data; vx_core 132 sound/pci/vx222/vx222.c struct vx_core *chip = device->device_data; vx_core 141 sound/pci/vx222/vx222.c struct vx_core *chip; vx_core 156 sound/pci/vx222/vx222.c sizeof(struct snd_vx222) - sizeof(struct vx_core)); vx_core 28 sound/pci/vx222/vx222.h struct vx_core core; vx_core 137 sound/pci/vx222/vx222_ops.c #define vx_inb(chip,reg) vx2_inb((struct vx_core*)(chip), VX_##reg) vx_core 139 sound/pci/vx222/vx222_ops.c #define vx_outb(chip,reg,val) vx2_outb((struct vx_core*)(chip), VX_##reg, val) vx_core 141 sound/pci/vx222/vx222_ops.c #define vx_inl(chip,reg) vx2_inl((struct vx_core*)(chip), VX_##reg) vx_core 143 sound/pci/vx222/vx222_ops.c #define vx_outl(chip,reg,val) vx2_outl((struct vx_core*)(chip), VX_##reg, val) vx_core 870 sound/pci/vx222/vx222_ops.c struct vx_core *_chip = snd_kcontrol_chip(kcontrol); vx_core 881 sound/pci/vx222/vx222_ops.c struct vx_core *_chip = snd_kcontrol_chip(kcontrol); vx_core 914 sound/pci/vx222/vx222_ops.c struct vx_core *_chip = snd_kcontrol_chip(kcontrol); vx_core 922 sound/pci/vx222/vx222_ops.c struct vx_core *_chip = snd_kcontrol_chip(kcontrol); vx_core 45 sound/pcmcia/vx/vxp_mixer.c struct vx_core *_chip = snd_kcontrol_chip(kcontrol); vx_core 53 sound/pcmcia/vx/vxp_mixer.c struct vx_core *_chip = snd_kcontrol_chip(kcontrol); vx_core 90 sound/pcmcia/vx/vxp_mixer.c struct vx_core *_chip = snd_kcontrol_chip(kcontrol); vx_core 98 sound/pcmcia/vx/vxp_mixer.c struct vx_core *_chip = snd_kcontrol_chip(kcontrol); vx_core 80 sound/pcmcia/vx/vxp_ops.c #define vx_inb(chip,reg) vxp_inb((struct vx_core *)(chip), VX_##reg) vx_core 82 sound/pcmcia/vx/vxp_ops.c #define vx_outb(chip,reg,val) vxp_outb((struct vx_core *)(chip), VX_##reg,val) vx_core 72 sound/pcmcia/vx/vxpocket.c struct vx_core *chip = device->device_data; vx_core 136 sound/pcmcia/vx/vxpocket.c struct vx_core *chip; vx_core 143 sound/pcmcia/vx/vxpocket.c sizeof(struct snd_vxpocket) - sizeof(struct vx_core)); vx_core 217 sound/pcmcia/vx/vxpocket.c struct vx_core *chip = link->priv; vx_core 258 sound/pcmcia/vx/vxpocket.c struct vx_core *chip = link->priv; vx_core 271 sound/pcmcia/vx/vxpocket.c struct vx_core *chip = link->priv; vx_core 334 sound/pcmcia/vx/vxpocket.c struct vx_core *chip; vx_core 340 sound/pcmcia/vx/vxpocket.c chip = (struct vx_core *)vxp; vx_core 33 sound/pcmcia/vx/vxpocket.h struct vx_core core;