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

12

/linux-master/drivers/gpu/drm/
H A Ddrm_aperture.c190 return aperture_remove_conflicting_pci_devices(pdev, req_driver->name);
/linux-master/drivers/pci/
H A Dpci-sysfs.c1425 ret = aperture_remove_conflicting_pci_devices(pdev,
/linux-master/drivers/staging/sm750fb/
H A Dsm750.c1037 err = aperture_remove_conflicting_pci_devices(pdev, "sm750_fb1");
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_core.c2147 ret = aperture_remove_conflicting_pci_devices(pdev, vdev->vdev.ops->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 Darkfb.c961 rc = aperture_remove_conflicting_pci_devices(dev, "arkfb");
H A Dasiliantfb.c546 err = aperture_remove_conflicting_pci_devices(dp, "asiliantfb");
H A Dcarminefb.c614 ret = aperture_remove_conflicting_pci_devices(dev, "carminefb");
H A Dchipsfb.c355 rc = aperture_remove_conflicting_pci_devices(dp, "chipsfb");
H A Dcirrusfb.c2090 ret = aperture_remove_conflicting_pci_devices(pdev, "cirrusfb");
H A Dcyber2000fb.c1717 err = aperture_remove_conflicting_pci_devices(dev, name);
H A Dgxt4500.c623 err = aperture_remove_conflicting_pci_devices(pdev, "gxt4500fb");
H A Di740fb.c1014 ret = aperture_remove_conflicting_pci_devices(dev, "i740fb");
H A Dimsttfb.c1477 ret = aperture_remove_conflicting_pci_devices(pdev, "imsttfb");
H A Dneofb.c2026 err = aperture_remove_conflicting_pci_devices(dev, "neofb");
/linux-master/drivers/video/fbdev/aty/
H A Daty128fb.c2054 err = aperture_remove_conflicting_pci_devices(pdev, "aty128fb");
H A Datyfb_base.c3534 rc = aperture_remove_conflicting_pci_devices(pdev, "atyfb");
H A Dradeon_base.c2292 ret = aperture_remove_conflicting_pci_devices(pdev, KBUILD_MODNAME);
/linux-master/drivers/video/fbdev/geode/
H A Dgx1fb_core.c320 ret = aperture_remove_conflicting_pci_devices(pdev, "gx1fb");
H A Dgxfb_core.c364 ret = aperture_remove_conflicting_pci_devices(pdev, "gxfb");
H A Dlxfb_core.c487 ret = aperture_remove_conflicting_pci_devices(pdev, "lxfb");
/linux-master/drivers/video/fbdev/i810/
H A Di810_main.c2022 err = aperture_remove_conflicting_pci_devices(dev, "i810fb");
/linux-master/drivers/video/fbdev/kyro/
H A Dfbdev.c678 err = aperture_remove_conflicting_pci_devices(pdev, "kyrofb");
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c2050 err = aperture_remove_conflicting_pci_devices(pdev, "matroxfb");
/linux-master/drivers/video/fbdev/mb862xx/
H A Dmb862xxfbdrv.c999 ret = aperture_remove_conflicting_pci_devices(pdev, "mb862xxfb");

Completed in 355 milliseconds

12