Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dvgaarb.h122 extern int vga_remove_vgacon(struct pci_dev *pdev);
126 static inline int vga_remove_vgacon(struct pci_dev *pdev) { return 0; }; in vga_remove_vgacon() function
/OK3568_Linux_fs/kernel/drivers/gpu/vga/
H A Dvgaarb.c184 int vga_remove_vgacon(struct pci_dev *pdev) in vga_remove_vgacon() function
189 int vga_remove_vgacon(struct pci_dev *pdev) in vga_remove_vgacon() function
194 int vga_remove_vgacon(struct pci_dev *pdev) in vga_remove_vgacon() function
218 EXPORT_SYMBOL(vga_remove_vgacon);
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_fb_helper.h500 ret = vga_remove_vgacon(pdev); in drm_fb_helper_remove_conflicting_pci_framebuffers()