Lines Matching defs:replace
664 * drm_property_replace_global_blob - replace existing blob property
666 * @replace: location of blob property pointer to be replaced
673 * This function will replace a global property in the blob list, optionally
679 * Access to the replace pointer is assumed to be protected by the caller, e.g.
684 * function with replace pointing to the connector's path_blob_ptr, length and
691 struct drm_property_blob **replace,
701 WARN_ON(replace == NULL);
703 old_blob = *replace;
721 *replace = new_blob;
732 * drm_property_replace_blob - replace a blob property
734 * @new_blob: the new blob to replace with