Searched refs:mem_context (Results 1 – 3 of 3) sorted by relevance
44 static int prep_ta_mem_context(struct ta_mem_context *mem_context, in prep_ta_mem_context() argument48 if (mem_context->shared_mem_size < shared_buf_len) in prep_ta_mem_context()50 memset(mem_context->shared_buf, 0, mem_context->shared_mem_size); in prep_ta_mem_context()51 memcpy((void *)mem_context->shared_buf, shared_buf, shared_buf_len); in prep_ta_mem_context()191 if (!context->mem_context.shared_buf) { in ta_if_load_debugfs_write()192 ret = psp_ta_init_shared_buf(psp, &context->mem_context); in ta_if_load_debugfs_write()235 if (ret && context->mem_context.shared_buf) in ta_if_load_debugfs_write()236 psp_ta_free_shared_buf(&context->mem_context); in ta_if_load_debugfs_write()283 if (context->mem_context.shared_buf) in ta_if_unload_debugfs_write()284 psp_ta_free_shared_buf(&context->mem_context); in ta_if_unload_debugfs_write()[all …]
57 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.context.mem_context.shared_buf; in remove_display_from_topology_v2() 93 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.context.mem_context.shared_buf; in remove_display_from_topology_v3() 136 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.context.mem_context.shared_buf; in add_display_to_topology_v2() 183 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.context.mem_context.shared_buf; in add_display_to_topology_v3() 268 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf; in mod_hdcp_hdcp1_create_session() 303 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf; in mod_hdcp_hdcp1_destroy_session() 335 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf; in mod_hdcp_hdcp1_validate_rx() 380 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf; in mod_hdcp_hdcp1_enable_encryption() 406 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf; in mod_hdcp_hdcp1_validate_ksvlist_vp() 449 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context in mod_hdcp_hdcp1_enable_dp_stream_encryption() [all...]
119 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf; in psp_get_srm() 144 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf; in psp_set_srm() 514 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.context.mem_context.shared_buf; in enable_assr()