Searched refs:dtm_in_message (Results 1 – 2 of 2) sorted by relevance
70 dtm_cmd->dtm_in_message.topology_update_v2.display_handle = display->index; in mod_hdcp_remove_display_topology()71 dtm_cmd->dtm_in_message.topology_update_v2.is_active = 0; in mod_hdcp_remove_display_topology()109 dtm_cmd->dtm_in_message.topology_update_v2.display_handle = display->index; in mod_hdcp_add_display_topology()110 dtm_cmd->dtm_in_message.topology_update_v2.is_active = 1; in mod_hdcp_add_display_topology()111 dtm_cmd->dtm_in_message.topology_update_v2.controller = display->controller; in mod_hdcp_add_display_topology()112 dtm_cmd->dtm_in_message.topology_update_v2.ddc_line = link->ddc_line; in mod_hdcp_add_display_topology()113 dtm_cmd->dtm_in_message.topology_update_v2.dig_be = link->dig_be; in mod_hdcp_add_display_topology()114 dtm_cmd->dtm_in_message.topology_update_v2.dig_fe = display->dig_fe; in mod_hdcp_add_display_topology()115 dtm_cmd->dtm_in_message.topology_update_v2.dp_mst_vcid = display->vc_id; in mod_hdcp_add_display_topology()116 dtm_cmd->dtm_in_message.topology_update_v2.max_hdcp_supported_version = in mod_hdcp_add_display_topology()
115 union ta_dtm_cmd_input dtm_in_message; member