Lines Matching refs:drm_mode_object

34 int __drm_mode_object_add(struct drm_device *dev, struct drm_mode_object *obj,  in __drm_mode_object_add()
72 struct drm_mode_object *obj, uint32_t obj_type) in drm_mode_object_add()
78 struct drm_mode_object *obj) in drm_mode_object_register()
97 struct drm_mode_object *object) in drm_mode_object_unregister()
126 struct drm_mode_object *__drm_mode_object_find(struct drm_device *dev, in __drm_mode_object_find()
130 struct drm_mode_object *obj = NULL; in __drm_mode_object_find()
163 struct drm_mode_object *drm_mode_object_find(struct drm_device *dev, in drm_mode_object_find()
167 struct drm_mode_object *obj = NULL; in drm_mode_object_find()
182 void drm_mode_object_put(struct drm_mode_object *obj) in drm_mode_object_put()
199 void drm_mode_object_get(struct drm_mode_object *obj) in drm_mode_object_get()
218 void drm_object_attach_property(struct drm_mode_object *obj, in drm_object_attach_property()
257 int drm_object_property_set_value(struct drm_mode_object *obj, in drm_object_property_set_value()
276 static int __drm_object_property_get_value(struct drm_mode_object *obj, in __drm_object_property_get_value()
318 int drm_object_property_get_value(struct drm_mode_object *obj, in drm_object_property_get_value()
328 int drm_mode_object_get_properties(struct drm_mode_object *obj, bool atomic, in drm_mode_object_get_properties()
380 struct drm_mode_object *obj; in drm_mode_obj_get_properties_ioctl()
410 struct drm_property *drm_mode_obj_find_prop_id(struct drm_mode_object *obj, in drm_mode_obj_find_prop_id()
422 static int set_property_legacy(struct drm_mode_object *obj, in set_property_legacy()
427 struct drm_mode_object *ref; in set_property_legacy()
452 static int set_property_atomic(struct drm_mode_object *obj, in set_property_atomic()
502 struct drm_mode_object *arg_obj; in drm_mode_obj_set_property_ioctl()