Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/hdcp/
Dhdcp_msg.c118 struct hdcp_protection_message *message_info);
127 struct hdcp_protection_message *message_info) in hdmi_14_process_transaction() argument
134 uint8_t offset = hdcp_i2c_offsets[message_info->msg_id]; in hdmi_14_process_transaction()
141 switch (message_info->link) { in hdmi_14_process_transaction()
153 if (hdcp_cmd_is_read[message_info->msg_id]) { in hdmi_14_process_transaction()
156 i2c_payloads[1].length = message_info->length; in hdmi_14_process_transaction()
157 i2c_payloads[1].data = message_info->data; in hdmi_14_process_transaction()
160 buff = kzalloc(message_info->length + 1, GFP_KERNEL); in hdmi_14_process_transaction()
166 memmove(&buff[1], message_info->data, message_info->length); in hdmi_14_process_transaction()
167 i2c_payloads[0].length = message_info->length + 1; in hdmi_14_process_transaction()
[all …]
/drivers/gpu/drm/amd/display/dc/
Ddc.h1314 struct hdcp_protection_message *message_info);