Lines Matching defs:replace
667 * drm_property_replace_global_blob - replace existing blob property
669 * @replace: location of blob property pointer to be replaced
676 * This function will replace a global property in the blob list, optionally
682 * Access to the replace pointer is assumed to be protected by the caller, e.g.
687 * function with replace pointing to the connector's path_blob_ptr, length and
694 struct drm_property_blob **replace,
704 WARN_ON(replace == NULL);
706 old_blob = *replace;
724 *replace = new_blob;
735 * drm_property_replace_blob - replace a blob property
737 * @new_blob: the new blob to replace with