Lines Matching defs:obj

40 int __drm_mode_object_add(struct drm_device *dev, struct drm_mode_object *obj,  in __drm_mode_object_add()
81 struct drm_mode_object *obj, uint32_t obj_type) in drm_mode_object_add()
87 struct drm_mode_object *obj) in drm_mode_object_register()
141 struct drm_mode_object *obj = NULL; in __drm_mode_object_find() local
182 struct drm_mode_object *obj = NULL; in drm_mode_object_find() local
197 void drm_mode_object_put(struct drm_mode_object *obj) in drm_mode_object_put()
214 void drm_mode_object_get(struct drm_mode_object *obj) in drm_mode_object_get()
236 void drm_object_attach_property(struct drm_mode_object *obj, in drm_object_attach_property()
286 int drm_object_property_set_value(struct drm_mode_object *obj, in drm_object_property_set_value()
305 static int __drm_object_property_get_prop_value(struct drm_mode_object *obj, in __drm_object_property_get_prop_value()
321 static int __drm_object_property_get_value(struct drm_mode_object *obj, in __drm_object_property_get_value()
371 int drm_object_property_get_value(struct drm_mode_object *obj, in drm_object_property_get_value()
396 int drm_object_property_get_default_value(struct drm_mode_object *obj, in drm_object_property_get_default_value()
407 int drm_mode_object_get_properties(struct drm_mode_object *obj, bool atomic, in drm_mode_object_get_properties()
459 struct drm_mode_object *obj; in drm_mode_obj_get_properties_ioctl() local
490 struct drm_property *drm_mode_obj_find_prop_id(struct drm_mode_object *obj, in drm_mode_obj_find_prop_id()
502 static int set_property_legacy(struct drm_mode_object *obj, in set_property_legacy()
533 static int set_property_atomic(struct drm_mode_object *obj, in set_property_atomic()