Lines Matching refs:value
224 * @init_val: initial value of the property
227 * value. Currently this function cannot fail since the properties are stored in
265 * drm_object_property_set_value - set the value of a property
266 * @obj: drm mode object to set property value for
268 * @val: value the property should be set to
277 * this function to update the tracked value (after clamping and other
324 * their value in obj->properties->values[].. mostly to avoid
335 * drm_object_property_get_value - retrieve the value of a property
336 * @obj: drm mode object to get property value from
338 * @val: storage for the property value
342 * value this might be out of sync with the hardware, depending upon the driver
361 * drm_object_property_get_default_value - retrieve the default value of a
363 * @obj: drm mode object to get property value from
365 * @val: storage for the property value
371 * drivers it will return the current value.
421 * drm_mode_obj_get_properties_ioctl - get the current value of a object's property
426 * This function retrieves the current value for an object's property. Compared
584 ret = set_property_atomic(arg_obj, file_priv, property, arg->value);
586 ret = set_property_legacy(arg_obj, property, arg->value);