Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dvga_switcheroo.h128 int vga_switcheroo_register_audio_client(struct pci_dev *pdev,
154 static inline int vga_switcheroo_register_audio_client(struct pci_dev *pdev, in vga_switcheroo_register_audio_client() function
/linux-4.4.14/drivers/gpu/vga/
Dvga_switcheroo.c299 int vga_switcheroo_register_audio_client(struct pci_dev *pdev, in vga_switcheroo_register_audio_client() function
305 EXPORT_SYMBOL(vga_switcheroo_register_audio_client);
/linux-4.4.14/sound/pci/hda/
Dhda_intel.c1221 err = vga_switcheroo_register_audio_client(chip->pci, &azx_vs_ops, in register_vga_switcheroo()