Searched refs:aperture_remove_conflicting_devices (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/include/linux/ |
D | aperture.h | 16 int aperture_remove_conflicting_devices(resource_size_t base, resource_size_t size, 30 static inline int aperture_remove_conflicting_devices(resource_size_t base, resource_size_t size, in aperture_remove_conflicting_devices() function 59 return aperture_remove_conflicting_devices(0, (resource_size_t)-1, name); in aperture_remove_all_conflicting_devices()
|
/Linux-v6.6/drivers/video/ |
D | aperture.c | 284 int aperture_remove_conflicting_devices(resource_size_t base, resource_size_t size, in aperture_remove_conflicting_devices() function 302 EXPORT_SYMBOL(aperture_remove_conflicting_devices);
|
/Linux-v6.6/drivers/gpu/drm/ |
D | drm_aperture.c | 171 return aperture_remove_conflicting_devices(base, size, req_driver->name); in drm_aperture_remove_conflicting_framebuffers()
|
/Linux-v6.6/drivers/gpu/drm/gma500/ |
D | psb_drv.c | 442 ret = aperture_remove_conflicting_devices(base, size, name); in gma_remove_conflicting_framebuffers()
|
/Linux-v6.6/drivers/video/fbdev/ |
D | hyperv_fb.c | 1077 aperture_remove_conflicting_devices(base, size, KBUILD_MODNAME); in hvfb_getmem()
|