Searched refs:ta_hdcp_shared_memory (Results 1 – 2 of 2) sorted by relevance
138 struct ta_hdcp_shared_memory *hdcp_cmd; in mod_hdcp_hdcp1_create_session()145 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.hdcp_shared_buf; in mod_hdcp_hdcp1_create_session()146 memset(hdcp_cmd, 0, sizeof(struct ta_hdcp_shared_memory)); in mod_hdcp_hdcp1_create_session()171 struct ta_hdcp_shared_memory *hdcp_cmd; in mod_hdcp_hdcp1_destroy_session()173 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.hdcp_shared_buf; in mod_hdcp_hdcp1_destroy_session()174 memset(hdcp_cmd, 0, sizeof(struct ta_hdcp_shared_memory)); in mod_hdcp_hdcp1_destroy_session()192 struct ta_hdcp_shared_memory *hdcp_cmd; in mod_hdcp_hdcp1_validate_rx()194 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.hdcp_shared_buf; in mod_hdcp_hdcp1_validate_rx()195 memset(hdcp_cmd, 0, sizeof(struct ta_hdcp_shared_memory)); in mod_hdcp_hdcp1_validate_rx()228 struct ta_hdcp_shared_memory *hdcp_cmd; in mod_hdcp_hdcp1_enable_encryption()[all …]
452 struct ta_hdcp_shared_memory { struct