Home
last modified time | relevance | path

Searched refs:dst_ctx (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dlink_enc_cfg.h45 void link_enc_cfg_copy(const struct dc_state *src_ctx, struct dc_state *dst_ctx);
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link_enc_cfg.c279 void link_enc_cfg_copy(const struct dc_state *src_ctx, struct dc_state *dst_ctx) in link_enc_cfg_copy() argument
281 memcpy(&dst_ctx->res_ctx.link_enc_cfg_ctx, in link_enc_cfg_copy()
283 sizeof(dst_ctx->res_ctx.link_enc_cfg_ctx)); in link_enc_cfg_copy()
/linux/fs/nfs/
H A Dnfs42proc.c226 struct nfs_open_context *dst_ctx = nfs_file_open_context(dst); in handle_async_copy() local
257 copy->parent_dst_state = dst_ctx->state; in handle_async_copy()