Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/hdcp/
H A Damdgpu_hdcp_msg.c121 struct hdcp_protection_message *message_info);
130 struct hdcp_protection_message *message_info) in hdmi_14_process_transaction() argument
137 uint8_t offset = hdcp_i2c_offsets[message_info->msg_id]; in hdmi_14_process_transaction()
144 switch (message_info->link) { in hdmi_14_process_transaction()
156 if (hdcp_cmd_is_read[message_info->msg_id]) { in hdmi_14_process_transaction()
159 i2c_payloads[1].length = message_info->length; in hdmi_14_process_transaction()
160 i2c_payloads[1].data = message_info->data; in hdmi_14_process_transaction()
163 buff = kzalloc(message_info->length + 1, GFP_KERNEL); in hdmi_14_process_transaction()
169 memmove(&buff[1], message_info->data, message_info->length); in hdmi_14_process_transaction()
170 i2c_payloads[0].length = message_info->length + 1; in hdmi_14_process_transaction()
[all …]
/netbsd-src/sys/external/bsd/vchiq/dist/interface/vchi/message_drivers/
H A Dmessage.h124 struct message_info *next;