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

/linux-master/include/linux/
H A 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, function
59 return aperture_remove_conflicting_devices(0, (resource_size_t)-1, name);
/linux-master/drivers/gpu/drm/
H A Ddrm_aperture.c171 return aperture_remove_conflicting_devices(base, size, req_driver->name);
/linux-master/drivers/video/
H A Daperture.c27 * Graphics drivers should call aperture_remove_conflicting_devices()
46 * ret = aperture_remove_conflicting_devices(base, size, "example");
63 * The call to aperture_remove_conflicting_devices() releases drivers that
125 * unplugging. When a driver calls aperture_remove_conflicting_devices()
274 * aperture_remove_conflicting_devices - remove devices in the given range
284 int aperture_remove_conflicting_devices(resource_size_t base, resource_size_t size, function
302 EXPORT_SYMBOL(aperture_remove_conflicting_devices); variable
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_drv.c442 ret = aperture_remove_conflicting_devices(base, size, name);
/linux-master/drivers/video/fbdev/
H A Dhyperv_fb.c1055 aperture_remove_conflicting_devices(base, size, KBUILD_MODNAME);

Completed in 187 milliseconds