Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Daperture.h19 int __aperture_remove_legacy_vga_devices(struct pci_dev *pdev);
36 static inline int __aperture_remove_legacy_vga_devices(struct pci_dev *pdev) in __aperture_remove_legacy_vga_devices() function
/linux-6.12.1/drivers/video/
Daperture.c325 int __aperture_remove_legacy_vga_devices(struct pci_dev *pdev) in __aperture_remove_legacy_vga_devices() function
333 EXPORT_SYMBOL(__aperture_remove_legacy_vga_devices);
369 ret = __aperture_remove_legacy_vga_devices(pdev); in aperture_remove_conflicting_pci_devices()
/linux-6.12.1/drivers/gpu/drm/gma500/
Dpsb_drv.c446 return __aperture_remove_legacy_vga_devices(pdev); in gma_remove_conflicting_framebuffers()