Lines Matching refs:vortex
46 static void vortex_fix_latency(struct pci_dev *vortex) in vortex_fix_latency() argument
49 rc = pci_write_config_byte(vortex, 0x40, 0xff); in vortex_fix_latency()
51 dev_info(&vortex->dev, "vortex latency is 0xff\n"); in vortex_fix_latency()
53 dev_warn(&vortex->dev, in vortex_fix_latency()
82 static void snd_vortex_workaround(struct pci_dev *vortex, int fix) in snd_vortex_workaround() argument
101 dev_info(&vortex->dev, in snd_vortex_workaround()
103 vortex_fix_latency(vortex); in snd_vortex_workaround()
108 vortex_fix_latency(vortex); in snd_vortex_workaround()
128 vortex_t *vortex = card->private_data; in snd_vortex_free() local
130 vortex_gameport_unregister(vortex); in snd_vortex_free()
131 vortex_core_shutdown(vortex); in snd_vortex_free()
275 arg->hwptr = vortex; in __snd_vortex_probe()