Searched refs:aperture_remove_conflicting_pci_devices (Results 1 - 25 of 44) sorted by relevance

12

/linux-master/include/linux/
H A Daperture.h21 int aperture_remove_conflicting_pci_devices(struct pci_dev *pdev, const char *name);
41 static inline int aperture_remove_conflicting_pci_devices(struct pci_dev *pdev, const char *name) function
/linux-master/drivers/gpu/drm/
H A Ddrm_aperture.c190 return aperture_remove_conflicting_pci_devices(pdev, req_driver->name);
/linux-master/drivers/video/
H A Daperture.c70 * device drivers can also call aperture_remove_conflicting_pci_devices() and
315 * aperture_remove_conflicting_pci_devices() instead. The function will
336 * aperture_remove_conflicting_pci_devices - remove existing framebuffers for PCI devices
347 int aperture_remove_conflicting_pci_devices(struct pci_dev *pdev, const char *name) function
379 EXPORT_SYMBOL(aperture_remove_conflicting_pci_devices); variable
/linux-master/drivers/video/fbdev/
H A Dsunxvr2500.c124 err = aperture_remove_conflicting_pci_devices(pdev, "s3dfb");
H A Dskeletonfb.c673 retval = aperture_remove_conflicting_pci_devices(pdev, "xxxfb");
H A Dsunxvr500.c254 err = aperture_remove_conflicting_pci_devices(pdev, "e3dfb");
H A Dasiliantfb.c546 err = aperture_remove_conflicting_pci_devices(dp, "asiliantfb");
H A Dchipsfb.c355 rc = aperture_remove_conflicting_pci_devices(dp, "chipsfb");
H A Dcarminefb.c614 ret = aperture_remove_conflicting_pci_devices(dev, "carminefb");
H A Dgxt4500.c623 err = aperture_remove_conflicting_pci_devices(pdev, "gxt4500fb");
H A Dpvr2fb.c951 ret = aperture_remove_conflicting_pci_devices(pdev, "pvrfb");
H A Dvt8623fb.c685 rc = aperture_remove_conflicting_pci_devices(dev, "vt8623fb");
H A Dsstfb.c1328 err = aperture_remove_conflicting_pci_devices(pdev, "sstfb");
H A Di740fb.c1014 ret = aperture_remove_conflicting_pci_devices(dev, "i740fb");
H A Darkfb.c961 rc = aperture_remove_conflicting_pci_devices(dev, "arkfb");
H A Dneofb.c2026 err = aperture_remove_conflicting_pci_devices(dev, "neofb");
/linux-master/drivers/video/fbdev/geode/
H A Dlxfb_core.c487 ret = aperture_remove_conflicting_pci_devices(pdev, "lxfb");
H A Dgxfb_core.c364 ret = aperture_remove_conflicting_pci_devices(pdev, "gxfb");
H A Dgx1fb_core.c320 ret = aperture_remove_conflicting_pci_devices(pdev, "gx1fb");
/linux-master/drivers/video/fbdev/via/
H A Dvia-core.c621 ret = aperture_remove_conflicting_pci_devices(pdev, "viafb");
/linux-master/drivers/video/fbdev/kyro/
H A Dfbdev.c678 err = aperture_remove_conflicting_pci_devices(pdev, "kyrofb");
/linux-master/drivers/staging/sm750fb/
H A Dsm750.c1037 err = aperture_remove_conflicting_pci_devices(pdev, "sm750_fb1");
/linux-master/drivers/pci/
H A Dpci-sysfs.c1425 ret = aperture_remove_conflicting_pci_devices(pdev,
/linux-master/drivers/video/fbdev/mb862xx/
H A Dmb862xxfbdrv.c999 ret = aperture_remove_conflicting_pci_devices(pdev, "mb862xxfb");
/linux-master/drivers/video/fbdev/nvidia/
H A Dnvidia.c1317 ret = aperture_remove_conflicting_pci_devices(pd, "nvidiafb");

Completed in 243 milliseconds

12