Searched refs:vga_dev (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/vga/ |
H A D | vga_switcheroo.c | 107 * @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() 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() 377 id = vgasr_priv.handler->get_client_id(vga_dev); in vga_switcheroo_register_audio_client() 291 register_client(struct pci_dev *pdev, const struct vga_switcheroo_client_ops *ops, enum vga_switcheroo_client_id id, struct pci_dev *vga_dev, bool active, bool driver_power_control) register_client() argument 362 vga_switcheroo_register_audio_client(struct pci_dev *pdev, const struct vga_switcheroo_client_ops *ops, struct pci_dev *vga_dev) vga_switcheroo_register_audio_client() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/vga/ |
H A D | vga_switcheroo.c | 107 * @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() 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() 377 id = vgasr_priv.handler->get_client_id(vga_dev); in vga_switcheroo_register_audio_client() 291 register_client(struct pci_dev *pdev, const struct vga_switcheroo_client_ops *ops, enum vga_switcheroo_client_id id, struct pci_dev *vga_dev, bool active, bool driver_power_control) register_client() argument 362 vga_switcheroo_register_audio_client(struct pci_dev *pdev, const struct vga_switcheroo_client_ops *ops, struct pci_dev *vga_dev) vga_switcheroo_register_audio_client() argument [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | vga_switcheroo.h | 157 struct pci_dev *vga_dev); 186 struct pci_dev *vga_dev) { return 0; } in vga_switcheroo_register_audio_client() 184 vga_switcheroo_register_audio_client(struct pci_dev *pdev, const struct vga_switcheroo_client_ops *ops, struct pci_dev *vga_dev) vga_switcheroo_register_audio_client() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | vga_switcheroo.h | 157 struct pci_dev *vga_dev); 186 struct pci_dev *vga_dev) { return 0; } in vga_switcheroo_register_audio_client() 184 vga_switcheroo_register_audio_client(struct pci_dev *pdev, const struct vga_switcheroo_client_ops *ops, struct pci_dev *vga_dev) vga_switcheroo_register_audio_client() argument
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | pci-sysfs.c | 645 struct pci_dev *vga_dev = vga_default_device(); in boot_vga_show() local 647 if (vga_dev) in boot_vga_show() 648 return sprintf(buf, "%u\n", (pdev == vga_dev)); in boot_vga_show()
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | pci-sysfs.c | 655 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()
|
Completed in 8 milliseconds