VX_               244 include/sound/vx_core.h #define vx_inb(chip,reg)	snd_vx_inb(chip, VX_##reg)
VX_               245 include/sound/vx_core.h #define vx_outb(chip,reg,val)	snd_vx_outb(chip, VX_##reg,val)
VX_               246 include/sound/vx_core.h #define vx_inl(chip,reg)	snd_vx_inl(chip, VX_##reg)
VX_               247 include/sound/vx_core.h #define vx_outl(chip,reg,val)	snd_vx_outl(chip, VX_##reg,val)
VX_               132 sound/pci/vx222/vx222_ops.c #define vx_inb(chip,reg)	vx2_inb((struct vx_core*)(chip), VX_##reg)
VX_               134 sound/pci/vx222/vx222_ops.c #define vx_outb(chip,reg,val)	vx2_outb((struct vx_core*)(chip), VX_##reg, val)
VX_               136 sound/pci/vx222/vx222_ops.c #define vx_inl(chip,reg)	vx2_inl((struct vx_core*)(chip), VX_##reg)
VX_               138 sound/pci/vx222/vx222_ops.c #define vx_outl(chip,reg,val)	vx2_outl((struct vx_core*)(chip), VX_##reg, val)
VX_                67 sound/pcmcia/vx/vxp_ops.c #define vx_inb(chip,reg)	vxp_inb((struct vx_core *)(chip), VX_##reg)
VX_                69 sound/pcmcia/vx/vxp_ops.c #define vx_outb(chip,reg,val)	vxp_outb((struct vx_core *)(chip), VX_##reg,val)