Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/drivers/gpu/vga/
Dvga_switcheroo.c362 int vga_switcheroo_register_audio_client(struct pci_dev *pdev, in vga_switcheroo_register_audio_client() function
391 EXPORT_SYMBOL(vga_switcheroo_register_audio_client);
/linux-6.1.9/sound/pci/hda/
Dhda_intel.c1318 err = vga_switcheroo_register_audio_client(chip->pci, &azx_vs_ops, p); in register_vga_switcheroo()