Home
last modified time | relevance | path

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

12

/Linux-v6.1/include/linux/
Daperture.h19 int aperture_remove_conflicting_pci_devices(struct pci_dev *pdev, const char *name);
34 static inline int aperture_remove_conflicting_pci_devices(struct pci_dev *pdev, const char *name) in aperture_remove_conflicting_pci_devices() function
/Linux-v6.1/drivers/video/
Daperture.c325 int aperture_remove_conflicting_pci_devices(struct pci_dev *pdev, const char *name) in aperture_remove_conflicting_pci_devices() function
357 EXPORT_SYMBOL(aperture_remove_conflicting_pci_devices);
/Linux-v6.1/drivers/gpu/drm/
Ddrm_aperture.c195 return aperture_remove_conflicting_pci_devices(pdev, req_driver->name); in drm_aperture_remove_conflicting_pci_framebuffers()
/Linux-v6.1/drivers/video/fbdev/
Dsunxvr2500.c127 err = aperture_remove_conflicting_pci_devices(pdev, "s3dfb"); in s3d_pci_register()
Dskeletonfb.c673 retval = aperture_remove_conflicting_pci_devices(pdev, "xxxfb"); in xxxfb_probe()
Dsunxvr500.c253 err = aperture_remove_conflicting_pci_devices(pdev, "e3dfb"); in e3d_pci_register()
Dchipsfb.c357 rc = aperture_remove_conflicting_pci_devices(dp, "chipsfb"); in chipsfb_pci_init()
Dasiliantfb.c549 err = aperture_remove_conflicting_pci_devices(dp, "asiliantfb"); in asiliantfb_pci_init()
Dgxt4500.c625 err = aperture_remove_conflicting_pci_devices(pdev, "gxt4500fb"); in gxt4500_probe()
Dcarminefb.c618 ret = aperture_remove_conflicting_pci_devices(dev, "carminefb"); in carminefb_probe()
Dpvr2fb.c946 ret = aperture_remove_conflicting_pci_devices(pdev, "pvrfb"); in pvr2fb_pci_probe()
Dsm712fb.c1506 err = aperture_remove_conflicting_pci_devices(pdev, "smtcfb"); in smtcfb_pci_probe()
Dvt8623fb.c676 rc = aperture_remove_conflicting_pci_devices(dev, "vt8623fb"); in vt8623_pci_probe()
Darkfb.c952 rc = aperture_remove_conflicting_pci_devices(dev, "arkfb"); in ark_pci_probe()
Dpm3fb.c1319 err = aperture_remove_conflicting_pci_devices(dev, "pm3fb"); in pm3fb_probe()
Dsstfb.c1330 err = aperture_remove_conflicting_pci_devices(pdev, "sstfb"); in sstfb_probe()
Di740fb.c1017 ret = aperture_remove_conflicting_pci_devices(dev, "i740fb"); in i740fb_probe()
/Linux-v6.1/drivers/video/fbdev/geode/
Dgx1fb_core.c324 ret = aperture_remove_conflicting_pci_devices(pdev, "gx1fb"); in gx1fb_probe()
Dgxfb_core.c368 ret = aperture_remove_conflicting_pci_devices(pdev, "gxfb"); in gxfb_probe()
Dlxfb_core.c488 ret = aperture_remove_conflicting_pci_devices(pdev, "lxfb"); in lxfb_probe()
/Linux-v6.1/drivers/video/fbdev/via/
Dvia-core.c621 ret = aperture_remove_conflicting_pci_devices(pdev, "viafb"); in via_pci_probe()
/Linux-v6.1/drivers/video/fbdev/kyro/
Dfbdev.c680 err = aperture_remove_conflicting_pci_devices(pdev, "kyrofb"); in kyrofb_probe()
/Linux-v6.1/drivers/video/fbdev/vermilion/
Dvermilion.c448 err = aperture_remove_conflicting_pci_devices(dev, "vmlfb"); in vml_pci_probe()
/Linux-v6.1/drivers/video/fbdev/mb862xx/
Dmb862xxfbdrv.c1003 ret = aperture_remove_conflicting_pci_devices(pdev, "mb862xxfb"); in mb862xx_pci_probe()
/Linux-v6.1/drivers/pci/
Dpci-sysfs.c1416 ret = aperture_remove_conflicting_pci_devices(pdev, \

12