HomeSort by: relevance | last modified time | path
    Searched refs:out_msg (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
amdgpu_hdcp_psp.c 153 hdcp->auth.id = hdcp_cmd->out_msg.hdcp1_create_session.session_handle;
158 hdcp->auth.msg.hdcp1.ainfo = hdcp_cmd->out_msg.hdcp1_create_session.ainfo_primary;
159 memcpy(hdcp->auth.msg.hdcp1.aksv, hdcp_cmd->out_msg.hdcp1_create_session.aksv_primary,
161 memcpy(hdcp->auth.msg.hdcp1.an, hdcp_cmd->out_msg.hdcp1_create_session.an_primary,
211 if (hdcp_cmd->out_msg.hdcp1_first_part_authentication.authentication_status ==
215 } else if (hdcp_cmd->out_msg.hdcp1_first_part_authentication.authentication_status ==
322 hdcp_cmd->out_msg.hdcp1_get_encryption_status.protection_level = 0;
330 return (hdcp_cmd->out_msg.hdcp1_get_encryption_status.protection_level == 1)
384 hdcp->auth.id = hdcp_cmd->out_msg.hdcp2_create_session_v2.session_handle;
421 msg_out = &hdcp_cmd->out_msg.hdcp2_prepare_process_authentication_message_v2
    [all...]
hdcp_psp.h 457 union ta_hdcp_cmd_output out_msg; member in struct:ta_hdcp_shared_memory
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_msg.c 448 goto out_msg;
469 out_msg:
512 goto out_msg;
519 out_msg:
572 goto out_msg;
581 goto out_msg;
588 goto out_msg;
600 out_msg:
  /src/sys/arch/macppc/dev/
pmu.c 510 uint8_t *out_msg)
548 pmu_read_byte(sc, out_msg);
551 out_msg[0] = cmd;
557 pmu_read_byte(sc, &out_msg[i]);
  /src/sys/dev/ic/
advlib.c 1646 EXT_MSG out_msg; local in function:AscIsrChipHalted
1730 (u_int16_t *) & out_msg, sizeof(EXT_MSG) >> 1);
1732 if ((out_msg.msg_type == MS_EXTEND) &&
1733 (out_msg.msg_len == MS_SDTR_LEN) &&
1734 (out_msg.msg_req == MS_SDTR_CODE)) {

Completed in 16 milliseconds