Searched refs:vga_switcheroo_unlock_ddc (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dvga_switcheroo.h167 int vga_switcheroo_unlock_ddc(struct pci_dev *pdev);
190 static inline int vga_switcheroo_unlock_ddc(struct pci_dev *pdev) { return -ENODEV; } function
/linux-master/drivers/gpu/vga/
H A Dvga_switcheroo.c547 * afterwards be switched back by calling vga_switcheroo_unlock_ddc(),
576 * vga_switcheroo_unlock_ddc() - switch DDC lines back to previous owner
591 int vga_switcheroo_unlock_ddc(struct pci_dev *pdev) function
608 EXPORT_SYMBOL(vga_switcheroo_unlock_ddc); variable
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c463 vga_switcheroo_unlock_ddc(pdev);
/linux-master/drivers/gpu/drm/
H A Ddrm_edid.c2849 vga_switcheroo_unlock_ddc(pdev);
2878 vga_switcheroo_unlock_ddc(pdev);

Completed in 111 milliseconds