Home
last modified time | relevance | path

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

12

/linux/include/linux/
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/
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/
A Ddrm_aperture.c190 return aperture_remove_conflicting_pci_devices(pdev, req_driver->name); in drm_aperture_remove_conflicting_pci_framebuffers()
/linux/drivers/video/fbdev/
A Dsunxvr2500.c124 err = aperture_remove_conflicting_pci_devices(pdev, "s3dfb"); in s3d_pci_register()
A Dskeletonfb.c673 retval = aperture_remove_conflicting_pci_devices(pdev, "xxxfb"); in xxxfb_probe()
A Dsunxvr500.c254 err = aperture_remove_conflicting_pci_devices(pdev, "e3dfb"); in e3d_pci_register()
A Dchipsfb.c355 rc = aperture_remove_conflicting_pci_devices(dp, "chipsfb"); in chipsfb_pci_init()
A Dasiliantfb.c546 err = aperture_remove_conflicting_pci_devices(dp, "asiliantfb"); in asiliantfb_pci_init()
A Dgxt4500.c623 err = aperture_remove_conflicting_pci_devices(pdev, "gxt4500fb"); in gxt4500_probe()
A Dcarminefb.c614 ret = aperture_remove_conflicting_pci_devices(dev, "carminefb"); in carminefb_probe()
A Dpvr2fb.c951 ret = aperture_remove_conflicting_pci_devices(pdev, "pvrfb"); in pvr2fb_pci_probe()
A Dsm712fb.c1504 err = aperture_remove_conflicting_pci_devices(pdev, "smtcfb"); in smtcfb_pci_probe()
A Dvt8623fb.c685 rc = aperture_remove_conflicting_pci_devices(dev, "vt8623fb"); in vt8623_pci_probe()
A Darkfb.c961 rc = aperture_remove_conflicting_pci_devices(dev, "arkfb"); in ark_pci_probe()
A Di740fb.c1014 ret = aperture_remove_conflicting_pci_devices(dev, "i740fb"); in i740fb_probe()
A Dsstfb.c1330 err = aperture_remove_conflicting_pci_devices(pdev, "sstfb"); in sstfb_probe()
A Dpm3fb.c1321 err = aperture_remove_conflicting_pci_devices(dev, "pm3fb"); in pm3fb_probe()
/linux/drivers/video/fbdev/geode/
A Dgx1fb_core.c320 ret = aperture_remove_conflicting_pci_devices(pdev, "gx1fb"); in gx1fb_probe()
A Dgxfb_core.c364 ret = aperture_remove_conflicting_pci_devices(pdev, "gxfb"); in gxfb_probe()
A Dlxfb_core.c487 ret = aperture_remove_conflicting_pci_devices(pdev, "lxfb"); in lxfb_probe()
/linux/drivers/video/fbdev/via/
A Dvia-core.c621 ret = aperture_remove_conflicting_pci_devices(pdev, "viafb"); in via_pci_probe()
/linux/drivers/video/fbdev/kyro/
A Dfbdev.c678 err = aperture_remove_conflicting_pci_devices(pdev, "kyrofb"); in kyrofb_probe()
/linux/drivers/staging/sm750fb/
A Dsm750.c1037 err = aperture_remove_conflicting_pci_devices(pdev, "sm750_fb1"); in lynxfb_pci_probe()
/linux/drivers/video/fbdev/mb862xx/
A Dmb862xxfbdrv.c999 ret = aperture_remove_conflicting_pci_devices(pdev, "mb862xxfb"); in mb862xx_pci_probe()
/linux/drivers/pci/
A Dpci-sysfs.c1429 ret = aperture_remove_conflicting_pci_devices(pdev, in __resource_resize_store()

Completed in 54 milliseconds

12