Searched refs:aperture_remove_conflicting_pci_devices (Results 1 – 25 of 44) sorted by relevance
12
| /linux/include/linux/ |
| 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/ |
| 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/ |
| A D | drm_aperture.c | 190 return aperture_remove_conflicting_pci_devices(pdev, req_driver->name); in drm_aperture_remove_conflicting_pci_framebuffers()
|
| /linux/drivers/video/fbdev/ |
| A D | sunxvr2500.c | 124 err = aperture_remove_conflicting_pci_devices(pdev, "s3dfb"); in s3d_pci_register()
|
| A D | skeletonfb.c | 673 retval = aperture_remove_conflicting_pci_devices(pdev, "xxxfb"); in xxxfb_probe()
|
| A D | sunxvr500.c | 254 err = aperture_remove_conflicting_pci_devices(pdev, "e3dfb"); in e3d_pci_register()
|
| A D | chipsfb.c | 355 rc = aperture_remove_conflicting_pci_devices(dp, "chipsfb"); in chipsfb_pci_init()
|
| A D | asiliantfb.c | 546 err = aperture_remove_conflicting_pci_devices(dp, "asiliantfb"); in asiliantfb_pci_init()
|
| A D | gxt4500.c | 623 err = aperture_remove_conflicting_pci_devices(pdev, "gxt4500fb"); in gxt4500_probe()
|
| A D | carminefb.c | 614 ret = aperture_remove_conflicting_pci_devices(dev, "carminefb"); in carminefb_probe()
|
| A D | pvr2fb.c | 951 ret = aperture_remove_conflicting_pci_devices(pdev, "pvrfb"); in pvr2fb_pci_probe()
|
| A D | sm712fb.c | 1504 err = aperture_remove_conflicting_pci_devices(pdev, "smtcfb"); in smtcfb_pci_probe()
|
| A D | vt8623fb.c | 685 rc = aperture_remove_conflicting_pci_devices(dev, "vt8623fb"); in vt8623_pci_probe()
|
| A D | arkfb.c | 961 rc = aperture_remove_conflicting_pci_devices(dev, "arkfb"); in ark_pci_probe()
|
| A D | i740fb.c | 1014 ret = aperture_remove_conflicting_pci_devices(dev, "i740fb"); in i740fb_probe()
|
| A D | sstfb.c | 1330 err = aperture_remove_conflicting_pci_devices(pdev, "sstfb"); in sstfb_probe()
|
| A D | pm3fb.c | 1321 err = aperture_remove_conflicting_pci_devices(dev, "pm3fb"); in pm3fb_probe()
|
| /linux/drivers/video/fbdev/geode/ |
| A D | gx1fb_core.c | 320 ret = aperture_remove_conflicting_pci_devices(pdev, "gx1fb"); in gx1fb_probe()
|
| A D | gxfb_core.c | 364 ret = aperture_remove_conflicting_pci_devices(pdev, "gxfb"); in gxfb_probe()
|
| A D | lxfb_core.c | 487 ret = aperture_remove_conflicting_pci_devices(pdev, "lxfb"); in lxfb_probe()
|
| /linux/drivers/video/fbdev/via/ |
| A D | via-core.c | 621 ret = aperture_remove_conflicting_pci_devices(pdev, "viafb"); in via_pci_probe()
|
| /linux/drivers/video/fbdev/kyro/ |
| A D | fbdev.c | 678 err = aperture_remove_conflicting_pci_devices(pdev, "kyrofb"); in kyrofb_probe()
|
| /linux/drivers/staging/sm750fb/ |
| A D | sm750.c | 1037 err = aperture_remove_conflicting_pci_devices(pdev, "sm750_fb1"); in lynxfb_pci_probe()
|
| /linux/drivers/video/fbdev/mb862xx/ |
| A D | mb862xxfbdrv.c | 999 ret = aperture_remove_conflicting_pci_devices(pdev, "mb862xxfb"); in mb862xx_pci_probe()
|
| /linux/drivers/pci/ |
| A D | pci-sysfs.c | 1429 ret = aperture_remove_conflicting_pci_devices(pdev, in __resource_resize_store()
|
Completed in 54 milliseconds
12