Home
last modified time | relevance | path

Searched refs:aperture_remove_conflicting_pci_devices (Results 1 – 25 of 51) sorted by relevance

123

/linux/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) in aperture_remove_conflicting_pci_devices() function
/linux/drivers/video/
H A Daperture.c347 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 Dvirtgpu_drv.c62 ret = aperture_remove_conflicting_pci_devices(pdev, driver.name); in virtio_gpu_pci_quirk()
/linux/drivers/gpu/drm/vboxvideo/
H A Dvbox_drv.c49 ret = aperture_remove_conflicting_pci_devices(pdev, driver.name); in vbox_pci_probe()
/linux/drivers/video/fbdev/
H A Dsunxvr2500.c124 err = aperture_remove_conflicting_pci_devices(pdev, "s3dfb"); in s3d_pci_register()
H A Dskeletonfb.c673 retval = aperture_remove_conflicting_pci_devices(pdev, "xxxfb"); in xxxfb_probe()
H A Dsunxvr500.c254 err = aperture_remove_conflicting_pci_devices(pdev, "e3dfb"); in e3d_pci_register()
H A Dasiliantfb.c546 err = aperture_remove_conflicting_pci_devices(dp, "asiliantfb"); in asiliantfb_pci_init()
H A Dgxt4500.c623 err = aperture_remove_conflicting_pci_devices(pdev, "gxt4500fb"); in gxt4500_probe()
H A Dcarminefb.c614 ret = aperture_remove_conflicting_pci_devices(dev, "carminefb"); in carminefb_probe()
H A Dpvr2fb.c951 ret = aperture_remove_conflicting_pci_devices(pdev, "pvrfb"); in pvr2fb_pci_probe()
H A Dvt8623fb.c685 rc = aperture_remove_conflicting_pci_devices(dev, "vt8623fb"); in vt8623_pci_probe()
/linux/drivers/gpu/drm/qxl/
H A Dqxl_drv.c95 ret = aperture_remove_conflicting_pci_devices(pdev, qxl_driver.name); in qxl_pci_probe()
/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_drv.c230 ret = aperture_remove_conflicting_pci_devices(pdev, mgag200_driver.name); in mgag200_pci_probe()
/linux/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_drv.c322 ret = aperture_remove_conflicting_pci_devices(pdev, hibmc_driver.name); in hibmc_pci_probe()
/linux/drivers/gpu/drm/ast/
H A Dast_drv.c283 ret = aperture_remove_conflicting_pci_devices(pdev, ast_driver.name); in ast_pci_probe()
/linux/drivers/video/fbdev/geode/
H A Dgx1fb_core.c320 ret = aperture_remove_conflicting_pci_devices(pdev, "gx1fb"); in gx1fb_probe()
H A Dgxfb_core.c364 ret = aperture_remove_conflicting_pci_devices(pdev, "gxfb"); in gxfb_probe()
H A Dlxfb_core.c487 ret = aperture_remove_conflicting_pci_devices(pdev, "lxfb"); in lxfb_probe()
/linux/drivers/video/fbdev/via/
H A Dvia-core.c621 ret = aperture_remove_conflicting_pci_devices(pdev, "viafb"); in via_pci_probe()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_drv.c301 ret = aperture_remove_conflicting_pci_devices(pdev, kms_driver.name); in radeon_pci_probe()
/linux/drivers/video/fbdev/kyro/
H A Dfbdev.c678 err = aperture_remove_conflicting_pci_devices(pdev, "kyrofb"); in kyrofb_probe()
/linux/drivers/gpu/drm/tiny/
H A Dcirrus-qemu.c676 ret = aperture_remove_conflicting_pci_devices(pdev, cirrus_driver.name); in cirrus_pci_probe()
H A Dbochs.c723 ret = aperture_remove_conflicting_pci_devices(pdev, bochs_driver.name); in bochs_pci_probe()
/linux/drivers/gpu/drm/xe/
H A Dxe_device.c306 err = aperture_remove_conflicting_pci_devices(pdev, driver.name); in xe_device_create()

123