Home
last modified time | relevance | path

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

12

/openbmc/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
/openbmc/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
379 EXPORT_SYMBOL(aperture_remove_conflicting_pci_devices);
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_aperture.c190 return aperture_remove_conflicting_pci_devices(pdev, req_driver->name); in drm_aperture_remove_conflicting_pci_framebuffers()
/openbmc/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.c252 err = aperture_remove_conflicting_pci_devices(pdev, "e3dfb"); in e3d_pci_register()
H A Dchipsfb.c354 rc = aperture_remove_conflicting_pci_devices(dp, "chipsfb"); in chipsfb_pci_init()
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.c949 ret = aperture_remove_conflicting_pci_devices(pdev, "pvrfb"); in pvr2fb_pci_probe()
H A Dsm712fb.c1505 err = aperture_remove_conflicting_pci_devices(pdev, "smtcfb"); in smtcfb_pci_probe()
H A Dvt8623fb.c676 rc = aperture_remove_conflicting_pci_devices(dev, "vt8623fb"); in vt8623_pci_probe()
H A Darkfb.c952 rc = aperture_remove_conflicting_pci_devices(dev, "arkfb"); in ark_pci_probe()
H A Dpm3fb.c1319 err = aperture_remove_conflicting_pci_devices(dev, "pm3fb"); in pm3fb_probe()
H A Dsstfb.c1328 err = aperture_remove_conflicting_pci_devices(pdev, "sstfb"); in sstfb_probe()
H A Di740fb.c1015 ret = aperture_remove_conflicting_pci_devices(dev, "i740fb"); in i740fb_probe()
/openbmc/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()
/openbmc/linux/drivers/video/fbdev/via/
H A Dvia-core.c621 ret = aperture_remove_conflicting_pci_devices(pdev, "viafb"); in via_pci_probe()
/openbmc/linux/drivers/video/fbdev/kyro/
H A Dfbdev.c678 err = aperture_remove_conflicting_pci_devices(pdev, "kyrofb"); in kyrofb_probe()
/openbmc/linux/drivers/video/fbdev/vermilion/
H A Dvermilion.c450 err = aperture_remove_conflicting_pci_devices(dev, "vmlfb"); in vml_pci_probe()
/openbmc/linux/drivers/staging/sm750fb/
H A Dsm750.c998 err = aperture_remove_conflicting_pci_devices(pdev, "sm750_fb1"); in lynxfb_pci_probe()
/openbmc/linux/drivers/video/fbdev/mb862xx/
H A Dmb862xxfbdrv.c999 ret = aperture_remove_conflicting_pci_devices(pdev, "mb862xxfb"); in mb862xx_pci_probe()

12