Lines Matching defs:property
63 * The type of a plane is exposed in the immutable "type" enumeration property,
451 * drm_mode_plane_set_obj_prop - set the value of a property
452 * @plane: drm plane object to set property value for
453 * @property: property to set
454 * @value: value the property should be set to
456 * This functions sets a given property on a given plane object. This function
458 * the property if the callback succeeds.
464 struct drm_property *property,
471 ret = plane->funcs->set_property(plane, property, value);
473 drm_object_property_set_value(obj, property, value);