Home
last modified time | relevance | path

Searched refs:aperture_remove_conflicting_devices (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/include/linux/
Daperture.h16 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/
Daperture.c284 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/
Ddrm_aperture.c171 return aperture_remove_conflicting_devices(base, size, req_driver->name); in drm_aperture_remove_conflicting_framebuffers()
/Linux-v6.6/drivers/gpu/drm/gma500/
Dpsb_drv.c442 ret = aperture_remove_conflicting_devices(base, size, name); in gma_remove_conflicting_framebuffers()
/Linux-v6.6/drivers/video/fbdev/
Dhyperv_fb.c1077 aperture_remove_conflicting_devices(base, size, KBUILD_MODNAME); in hvfb_getmem()