Lines Matching defs:pci
368 #define CONTROLLER_IN_GPU(pci) (((pci)->device == 0x0a0c) || \ argument
377 #define IS_BXT(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0x5a98) argument
407 static void update_pci_byte(struct pci_dev *pci, unsigned int reg, in update_pci_byte()
589 struct pci_dev *pci = chip->pci; in hda_intel_init_chip() local
1114 struct pci_dev *pci = to_pci_dev(dev); in azx_freeze_noirq() local
1128 struct pci_dev *pci = to_pci_dev(dev); in azx_thaw_noirq() local
1222 static void azx_vs_set_state(struct pci_dev *pci, in azx_vs_set_state()
1277 static bool azx_vs_can_switch(struct pci_dev *pci) in azx_vs_can_switch()
1312 static void azx_vs_gpu_bound(struct pci_dev *pci, in azx_vs_gpu_bound()
1371 #define check_hdmi_disabled(pci) false argument
1380 struct pci_dev *pci = chip->pci; in azx_free() local
1492 static struct pci_dev *get_bound_vga(struct pci_dev *pci) in get_bound_vga()
1531 static bool check_hdmi_disabled(struct pci_dev *pci) in check_hdmi_disabled()
1798 static int azx_create(struct snd_card *card, struct pci_dev *pci, in azx_create()
1888 struct pci_dev *pci = chip->pci; in azx_first_init() local
2130 static int azx_probe(struct pci_dev *pci, in azx_probe()
2297 struct pci_dev *pci = chip->pci; in azx_probe_continue() local
2415 static void azx_remove(struct pci_dev *pci) in azx_remove()
2444 static void azx_shutdown(struct pci_dev *pci) in azx_shutdown()