Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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
/openbmc/linux/drivers/video/
H A 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);
374 ret = __aperture_remove_legacy_vga_devices(pdev); in aperture_remove_conflicting_pci_devices()
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dpsb_drv.c446 return __aperture_remove_legacy_vga_devices(pdev); in gma_remove_conflicting_framebuffers()