• Home
  • Raw
  • Download

Lines Matching defs:pci

366 #define CONTROLLER_IN_GPU(pci) (((pci)->device == 0x0a0c) || \  argument
371 #define IS_BXT(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0x5a98) argument
372 #define IS_CFL(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0xa348) argument
373 #define IS_CNL(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0x9dc8) argument
403 static void update_pci_byte(struct pci_dev *pci, unsigned int reg, in update_pci_byte()
585 struct pci_dev *pci = chip->pci; in hda_intel_init_chip() local
1069 struct pci_dev *pci = to_pci_dev(dev); in azx_freeze_noirq() local
1081 struct pci_dev *pci = to_pci_dev(dev); in azx_thaw_noirq() local
1177 static void azx_vs_set_state(struct pci_dev *pci, in azx_vs_set_state()
1234 static bool azx_vs_can_switch(struct pci_dev *pci) in azx_vs_can_switch()
1269 static void azx_vs_gpu_bound(struct pci_dev *pci, in azx_vs_gpu_bound()
1328 #define check_hdmi_disabled(pci) false argument
1337 struct pci_dev *pci = chip->pci; in azx_free() local
1409 static struct pci_dev *get_bound_vga(struct pci_dev *pci) in get_bound_vga()
1432 static bool check_hdmi_disabled(struct pci_dev *pci) in check_hdmi_disabled()
1698 static int azx_create(struct snd_card *card, struct pci_dev *pci, in azx_create()
1793 struct pci_dev *pci = chip->pci; in azx_first_init() local
1979 struct pci_dev *pci = chip->pci; in azx_firmware_cb() local
2033 static int azx_check_dmic(struct pci_dev *pci, struct azx *chip) in azx_check_dmic()
2052 static int azx_probe(struct pci_dev *pci, in azx_probe()
2212 struct pci_dev *pci = chip->pci; in azx_probe_continue() local
2305 static void azx_remove(struct pci_dev *pci) in azx_remove()
2334 static void azx_shutdown(struct pci_dev *pci) in azx_shutdown()