HomeSort by: relevance | last modified time | path
    Searched defs:drm_mode_object_put (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_mode_object.c 178 * by callind drm_mode_object_put().
192 * drm_mode_object_put - release a mode object reference
199 void drm_mode_object_put(struct drm_mode_object *obj) function in typeref:typename:void
206 EXPORT_SYMBOL(drm_mode_object_put);
214 * by calling drm_mode_object_put().
435 drm_mode_object_put(obj);
559 drm_mode_object_put(arg_obj);
drm_mode_object.c 178 * by callind drm_mode_object_put().
192 * drm_mode_object_put - release a mode object reference
199 void drm_mode_object_put(struct drm_mode_object *obj) function in typeref:typename:void
206 EXPORT_SYMBOL(drm_mode_object_put);
214 * by calling drm_mode_object_put().
435 drm_mode_object_put(obj);
559 drm_mode_object_put(arg_obj);

Completed in 22 milliseconds