Lines Matching defs:pci

348 #define CONTROLLER_IN_GPU(pci) (((pci)->device == 0x0a0c) || \  argument
433 static void update_pci_byte(struct pci_dev *pci, unsigned int reg, in update_pci_byte()
816 struct pci_dev *pci = to_pci_dev(dev); in azx_resume() local
851 #define IS_SKL(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0xa170) argument
852 #define IS_SKL_LP(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0x9d70) argument
853 #define IS_BXT(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0x5a98) argument
854 #define IS_SKL_PLUS(pci) (IS_SKL(pci) || IS_SKL_LP(pci) || IS_BXT(pci)) argument
858 struct pci_dev *pci = to_pci_dev(dev); in azx_freeze_noirq() local
868 struct pci_dev *pci = to_pci_dev(dev); in azx_thaw_noirq() local
995 static void azx_vs_set_state(struct pci_dev *pci, in azx_vs_set_state()
1044 static bool azx_vs_can_switch(struct pci_dev *pci) in azx_vs_can_switch()
1103 #define check_hdmi_disabled(pci) false argument
1111 struct pci_dev *pci = chip->pci; in azx_free() local
1169 static struct pci_dev *get_bound_vga(struct pci_dev *pci) in get_bound_vga()
1192 static bool check_hdmi_disabled(struct pci_dev *pci) in check_hdmi_disabled()
1415 static int azx_create(struct snd_card *card, struct pci_dev *pci, in azx_create()
1495 struct pci_dev *pci = chip->pci; in azx_first_init() local
1659 struct pci_dev *pci = chip->pci; in azx_firmware_cb() local
1806 static int azx_probe(struct pci_dev *pci, in azx_probe()
1893 struct pci_dev *pci = chip->pci; in azx_probe_continue() local
1976 static void azx_remove(struct pci_dev *pci) in azx_remove()
1992 static void azx_shutdown(struct pci_dev *pci) in azx_shutdown()