Searched refs:aperture_remove_conflicting_pci_devices (Results 1 – 25 of 45) sorted by relevance
12
/drivers/video/ |
D | aperture.c | 347 int aperture_remove_conflicting_pci_devices(struct pci_dev *pdev, const char *name) in aperture_remove_conflicting_pci_devices() function 379 EXPORT_SYMBOL(aperture_remove_conflicting_pci_devices);
|
/drivers/gpu/drm/ |
D | drm_aperture.c | 190 return aperture_remove_conflicting_pci_devices(pdev, req_driver->name); in drm_aperture_remove_conflicting_pci_framebuffers()
|
/drivers/video/fbdev/ |
D | sunxvr2500.c | 124 err = aperture_remove_conflicting_pci_devices(pdev, "s3dfb"); in s3d_pci_register()
|
D | skeletonfb.c | 673 retval = aperture_remove_conflicting_pci_devices(pdev, "xxxfb"); in xxxfb_probe()
|
D | sunxvr500.c | 252 err = aperture_remove_conflicting_pci_devices(pdev, "e3dfb"); in e3d_pci_register()
|
D | chipsfb.c | 354 rc = aperture_remove_conflicting_pci_devices(dp, "chipsfb"); in chipsfb_pci_init()
|
D | asiliantfb.c | 546 err = aperture_remove_conflicting_pci_devices(dp, "asiliantfb"); in asiliantfb_pci_init()
|
D | gxt4500.c | 623 err = aperture_remove_conflicting_pci_devices(pdev, "gxt4500fb"); in gxt4500_probe()
|
D | carminefb.c | 614 ret = aperture_remove_conflicting_pci_devices(dev, "carminefb"); in carminefb_probe()
|
D | pvr2fb.c | 949 ret = aperture_remove_conflicting_pci_devices(pdev, "pvrfb"); in pvr2fb_pci_probe()
|
D | vt8623fb.c | 676 rc = aperture_remove_conflicting_pci_devices(dev, "vt8623fb"); in vt8623_pci_probe()
|
D | sm712fb.c | 1505 err = aperture_remove_conflicting_pci_devices(pdev, "smtcfb"); in smtcfb_pci_probe()
|
D | arkfb.c | 952 rc = aperture_remove_conflicting_pci_devices(dev, "arkfb"); in ark_pci_probe()
|
D | pm3fb.c | 1319 err = aperture_remove_conflicting_pci_devices(dev, "pm3fb"); in pm3fb_probe()
|
D | i740fb.c | 1015 ret = aperture_remove_conflicting_pci_devices(dev, "i740fb"); in i740fb_probe()
|
D | sstfb.c | 1328 err = aperture_remove_conflicting_pci_devices(pdev, "sstfb"); in sstfb_probe()
|
/drivers/video/fbdev/geode/ |
D | gxfb_core.c | 364 ret = aperture_remove_conflicting_pci_devices(pdev, "gxfb"); in gxfb_probe()
|
D | gx1fb_core.c | 320 ret = aperture_remove_conflicting_pci_devices(pdev, "gx1fb"); in gx1fb_probe()
|
D | lxfb_core.c | 487 ret = aperture_remove_conflicting_pci_devices(pdev, "lxfb"); in lxfb_probe()
|
/drivers/video/fbdev/via/ |
D | via-core.c | 621 ret = aperture_remove_conflicting_pci_devices(pdev, "viafb"); in via_pci_probe()
|
/drivers/video/fbdev/kyro/ |
D | fbdev.c | 678 err = aperture_remove_conflicting_pci_devices(pdev, "kyrofb"); in kyrofb_probe()
|
/drivers/video/fbdev/vermilion/ |
D | vermilion.c | 450 err = aperture_remove_conflicting_pci_devices(dev, "vmlfb"); in vml_pci_probe()
|
/drivers/staging/sm750fb/ |
D | sm750.c | 998 err = aperture_remove_conflicting_pci_devices(pdev, "sm750_fb1"); in lynxfb_pci_probe()
|
/drivers/video/fbdev/mb862xx/ |
D | mb862xxfbdrv.c | 999 ret = aperture_remove_conflicting_pci_devices(pdev, "mb862xxfb"); in mb862xx_pci_probe()
|
/drivers/pci/ |
D | pci-sysfs.c | 1428 ret = aperture_remove_conflicting_pci_devices(pdev, \
|
12