/linux/include/linux/ |
H A D | aperture.h | 21 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) in aperture_remove_conflicting_pci_devices() function
|
/linux/drivers/video/ |
H A D | aperture.c | 347 int aperture_remove_conflicting_pci_devices(struct pci_dev *pdev, const char *name) in aperture_remove_conflicting_pci_devices() function 374 EXPORT_SYMBOL(aperture_remove_conflicting_pci_devices);
|
/linux/drivers/gpu/drm/virtio/ |
H A D | virtgpu_drv.c | 62 ret = aperture_remove_conflicting_pci_devices(pdev, driver.name); in virtio_gpu_pci_quirk()
|
/linux/drivers/gpu/drm/vboxvideo/ |
H A D | vbox_drv.c | 49 ret = aperture_remove_conflicting_pci_devices(pdev, driver.name); in vbox_pci_probe()
|
/linux/drivers/video/fbdev/ |
H A D | sunxvr2500.c | 124 err = aperture_remove_conflicting_pci_devices(pdev, "s3dfb"); in s3d_pci_register()
|
H A D | skeletonfb.c | 673 retval = aperture_remove_conflicting_pci_devices(pdev, "xxxfb"); in xxxfb_probe()
|
H A D | sunxvr500.c | 254 err = aperture_remove_conflicting_pci_devices(pdev, "e3dfb"); in e3d_pci_register()
|
H A D | asiliantfb.c | 546 err = aperture_remove_conflicting_pci_devices(dp, "asiliantfb"); in asiliantfb_pci_init()
|
H A D | gxt4500.c | 623 err = aperture_remove_conflicting_pci_devices(pdev, "gxt4500fb"); in gxt4500_probe()
|
H A D | carminefb.c | 614 ret = aperture_remove_conflicting_pci_devices(dev, "carminefb"); in carminefb_probe()
|
H A D | pvr2fb.c | 951 ret = aperture_remove_conflicting_pci_devices(pdev, "pvrfb"); in pvr2fb_pci_probe()
|
H A D | vt8623fb.c | 685 rc = aperture_remove_conflicting_pci_devices(dev, "vt8623fb"); in vt8623_pci_probe()
|
/linux/drivers/gpu/drm/qxl/ |
H A D | qxl_drv.c | 95 ret = aperture_remove_conflicting_pci_devices(pdev, qxl_driver.name); in qxl_pci_probe()
|
/linux/drivers/gpu/drm/mgag200/ |
H A D | mgag200_drv.c | 230 ret = aperture_remove_conflicting_pci_devices(pdev, mgag200_driver.name); in mgag200_pci_probe()
|
/linux/drivers/gpu/drm/hisilicon/hibmc/ |
H A D | hibmc_drm_drv.c | 322 ret = aperture_remove_conflicting_pci_devices(pdev, hibmc_driver.name); in hibmc_pci_probe()
|
/linux/drivers/gpu/drm/ast/ |
H A D | ast_drv.c | 283 ret = aperture_remove_conflicting_pci_devices(pdev, ast_driver.name); in ast_pci_probe()
|
/linux/drivers/video/fbdev/geode/ |
H A D | gx1fb_core.c | 320 ret = aperture_remove_conflicting_pci_devices(pdev, "gx1fb"); in gx1fb_probe()
|
H A D | gxfb_core.c | 364 ret = aperture_remove_conflicting_pci_devices(pdev, "gxfb"); in gxfb_probe()
|
H A D | lxfb_core.c | 487 ret = aperture_remove_conflicting_pci_devices(pdev, "lxfb"); in lxfb_probe()
|
/linux/drivers/video/fbdev/via/ |
H A D | via-core.c | 621 ret = aperture_remove_conflicting_pci_devices(pdev, "viafb"); in via_pci_probe()
|
/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_drv.c | 301 ret = aperture_remove_conflicting_pci_devices(pdev, kms_driver.name); in radeon_pci_probe()
|
/linux/drivers/video/fbdev/kyro/ |
H A D | fbdev.c | 678 err = aperture_remove_conflicting_pci_devices(pdev, "kyrofb"); in kyrofb_probe()
|
/linux/drivers/gpu/drm/tiny/ |
H A D | cirrus-qemu.c | 676 ret = aperture_remove_conflicting_pci_devices(pdev, cirrus_driver.name); in cirrus_pci_probe()
|
H A D | bochs.c | 723 ret = aperture_remove_conflicting_pci_devices(pdev, bochs_driver.name); in bochs_pci_probe()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_device.c | 306 err = aperture_remove_conflicting_pci_devices(pdev, driver.name); in xe_device_create()
|