Home
last modified time | relevance | path

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

/linux/drivers/gpu/vga/
H A Dvga_switcheroo.c107 * @vga_dev: pci device, indicate which GPU is bound to current audio client
111 * clients, the @vga_dev is bogus.
122 struct pci_dev *vga_dev; member
212 ret = vgasr_priv.handler->get_client_id(client->vga_dev); in vga_switcheroo_enable()
294 struct pci_dev *vga_dev, in register_client() argument
310 client->vga_dev = vga_dev; in register_client()
353 * @vga_dev: pci device which is bound to current audio client
364 struct pci_dev *vga_dev) in vga_switcheroo_register_audio_client() argument
377 id = vgasr_priv.handler->get_client_id(vga_dev); in vga_switcheroo_register_audio_client()
[all...]
/linux/include/linux/
H A Dvga_switcheroo.h157 struct pci_dev *vga_dev);
186 struct pci_dev *vga_dev) { return 0; } in vga_switcheroo_register_audio_client() argument
/linux/drivers/pci/
H A Dpci-sysfs.c655 struct pci_dev *vga_dev = vga_default_device(); in boot_vga_show() local
657 if (vga_dev) in boot_vga_show()
658 return sysfs_emit(buf, "%u\n", (pdev == vga_dev)); in boot_vga_show()