Home
last modified time | relevance | path

Searched refs:message_info (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/hdcp/
H A Dhdcp_msg.c117 struct hdcp_protection_message *message_info);
126 struct hdcp_protection_message *message_info) in hdmi_14_process_transaction() argument
133 uint8_t offset = hdcp_i2c_offsets[message_info->msg_id]; in hdmi_14_process_transaction()
140 switch (message_info->link) { in hdmi_14_process_transaction()
152 if (hdcp_cmd_is_read[message_info->msg_id]) { in hdmi_14_process_transaction()
155 i2c_payloads[1].length = message_info->length; in hdmi_14_process_transaction()
156 i2c_payloads[1].data = message_info->data; in hdmi_14_process_transaction()
159 buff = kzalloc(message_info->length + 1, GFP_KERNEL); in hdmi_14_process_transaction()
165 memmove(&buff[1], message_info->data, message_info->length); in hdmi_14_process_transaction()
166 i2c_payloads[0].length = message_info->length + 1; in hdmi_14_process_transaction()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1245 struct hdcp_protection_message *message_info);