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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_mode_object.h 53 * drm_mode_object_put(). This is used by &drm_framebuffer, &drm_connector
123 void drm_mode_object_put(struct drm_mode_object *obj);
drm_framebuffer.h 250 drm_mode_object_put(&fb->base);
drm_connector.h 1499 drm_mode_object_put(&connector->base);
  /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_atomic_uapi.c 1390 drm_mode_object_put(obj);
1396 drm_mode_object_put(obj);
1409 drm_mode_object_put(obj);
1416 drm_mode_object_put(obj);
1424 drm_mode_object_put(obj);
1432 drm_mode_object_put(obj);
1439 drm_mode_object_put(obj);
drm_property.c 614 drm_mode_object_put(&blob->base);
946 drm_mode_object_put(ref);

Completed in 40 milliseconds