Home
last modified time | relevance | path

Searched refs:vga_switcheroo_register_audio_client (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dvga_switcheroo.h155 int vga_switcheroo_register_audio_client(struct pci_dev *pdev,
184 static inline int vga_switcheroo_register_audio_client(struct pci_dev *pdev, in vga_switcheroo_register_audio_client() function
/Linux-v4.19/drivers/gpu/vga/
Dvga_switcheroo.c363 int vga_switcheroo_register_audio_client(struct pci_dev *pdev, in vga_switcheroo_register_audio_client() function
389 EXPORT_SYMBOL(vga_switcheroo_register_audio_client);
/Linux-v4.19/sound/pci/hda/
Dhda_intel.c1368 err = vga_switcheroo_register_audio_client(chip->pci, &azx_vs_ops, p); in register_vga_switcheroo()