Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dvga_switcheroo.h50 int vga_switcheroo_register_audio_client(struct pci_dev *pdev,
76 static inline int vga_switcheroo_register_audio_client(struct pci_dev *pdev, in vga_switcheroo_register_audio_client() function
/linux-4.1.27/drivers/gpu/vga/
Dvga_switcheroo.c174 int vga_switcheroo_register_audio_client(struct pci_dev *pdev, in vga_switcheroo_register_audio_client() function
180 EXPORT_SYMBOL(vga_switcheroo_register_audio_client);
/linux-4.1.27/sound/pci/hda/
Dhda_intel.c1088 err = vga_switcheroo_register_audio_client(chip->pci, &azx_vs_ops, in register_vga_switcheroo()