Lines Matching refs:pci_dev
47 static void vortex_fix_latency(struct pci_dev *vortex) in vortex_fix_latency()
58 static void vortex_fix_agp_bridge(struct pci_dev *via) in vortex_fix_agp_bridge()
79 static void snd_vortex_workaround(struct pci_dev *vortex, int fix) in snd_vortex_workaround()
81 struct pci_dev *via = NULL; in snd_vortex_workaround()
130 pci_release_regions(vortex->pci_dev); in snd_vortex_dev_free()
131 pci_disable_device(vortex->pci_dev); in snd_vortex_dev_free()
140 snd_vortex_create(struct snd_card *card, struct pci_dev *pci, vortex_t ** rchip) in snd_vortex_create()
169 chip->pci_dev = pci; in snd_vortex_create()
224 pci_release_regions(chip->pci_dev); in snd_vortex_create()
226 pci_disable_device(chip->pci_dev); in snd_vortex_create()
235 snd_vortex_probe(struct pci_dev *pci, const struct pci_device_id *pci_id) in snd_vortex_probe()
369 static void snd_vortex_remove(struct pci_dev *pci) in snd_vortex_remove()