Lines Matching defs:pci
378 #define CONTROLLER_IN_GPU(pci) (((pci)->device == 0x0a0c) || \ argument
383 #define IS_BXT(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0x5a98) argument
384 #define IS_CFL(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0xa348) argument
385 #define IS_CNL(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0x9dc8) argument
468 static void update_pci_byte(struct pci_dev *pci, unsigned int reg, in update_pci_byte()
650 struct pci_dev *pci = chip->pci; in hda_intel_init_chip() local
1081 struct pci_dev *pci = to_pci_dev(dev); in azx_resume() local
1131 struct pci_dev *pci = to_pci_dev(dev); in azx_freeze_noirq() local
1143 struct pci_dev *pci = to_pci_dev(dev); in azx_thaw_noirq() local
1279 static void azx_vs_set_state(struct pci_dev *pci, in azx_vs_set_state()
1328 static bool azx_vs_can_switch(struct pci_dev *pci) in azx_vs_can_switch()
1386 #define check_hdmi_disabled(pci) false argument
1394 struct pci_dev *pci = chip->pci; in azx_free() local
1470 static struct pci_dev *get_bound_vga(struct pci_dev *pci) in get_bound_vga()
1493 static bool check_hdmi_disabled(struct pci_dev *pci) in check_hdmi_disabled()
1760 static int azx_create(struct snd_card *card, struct pci_dev *pci, in azx_create()
1850 struct pci_dev *pci = chip->pci; in azx_first_init() local
2037 struct pci_dev *pci = chip->pci; in azx_firmware_cb() local
2189 static int azx_probe(struct pci_dev *pci, in azx_probe()
2296 struct pci_dev *pci = chip->pci; in azx_probe_continue() local
2411 static void azx_remove(struct pci_dev *pci) in azx_remove()
2440 static void azx_shutdown(struct pci_dev *pci) in azx_shutdown()