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

/linux-master/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) function
/linux-master/drivers/video/
H A Daperture.c305 * __aperture_remove_legacy_vga_devices - remove legacy VGA devices of a PCI devices
325 int __aperture_remove_legacy_vga_devices(struct pci_dev *pdev) function
333 EXPORT_SYMBOL(__aperture_remove_legacy_vga_devices); variable
374 ret = __aperture_remove_legacy_vga_devices(pdev);
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_drv.c446 return __aperture_remove_legacy_vga_devices(pdev);

Completed in 154 milliseconds