Lines Matching defs:pci

355 #define CONTROLLER_IN_GPU(pci) (((pci)->device == 0x0a0c) || \  argument
360 #define IS_SKL(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0xa170) argument
361 #define IS_SKL_LP(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0x9d70) argument
362 #define IS_KBL(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0xa171) argument
363 #define IS_KBL_LP(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0x9d71) argument
364 #define IS_BXT(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0x5a98) argument
365 #define IS_SKL_PLUS(pci) (IS_SKL(pci) || IS_SKL_LP(pci) || IS_BXT(pci)) || \ argument
448 static void update_pci_byte(struct pci_dev *pci, unsigned int reg, in update_pci_byte()
538 struct pci_dev *pci = chip->pci; in hda_intel_init_chip() local
942 struct pci_dev *pci = to_pci_dev(dev); in azx_resume() local
982 struct pci_dev *pci = to_pci_dev(dev); in azx_freeze_noirq() local
992 struct pci_dev *pci = to_pci_dev(dev); in azx_thaw_noirq() local
1128 static void azx_vs_set_state(struct pci_dev *pci, in azx_vs_set_state()
1177 static bool azx_vs_can_switch(struct pci_dev *pci) in azx_vs_can_switch()
1235 #define check_hdmi_disabled(pci) false argument
1243 struct pci_dev *pci = chip->pci; in azx_free() local
1313 static struct pci_dev *get_bound_vga(struct pci_dev *pci) in get_bound_vga()
1336 static bool check_hdmi_disabled(struct pci_dev *pci) in check_hdmi_disabled()
1562 static int azx_create(struct snd_card *card, struct pci_dev *pci, in azx_create()
1647 struct pci_dev *pci = chip->pci; in azx_first_init() local
1810 struct pci_dev *pci = chip->pci; in azx_firmware_cb() local
1962 static int azx_probe(struct pci_dev *pci, in azx_probe()
2049 struct pci_dev *pci = chip->pci; in azx_probe_continue() local
2140 static void azx_remove(struct pci_dev *pci) in azx_remove()
2156 static void azx_shutdown(struct pci_dev *pci) in azx_shutdown()