/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/ |
amdgpu_hdcp_psp.c | 148 hdcp_cmd->in_msg.hdcp1_create_session.display_handle = display->index; 176 hdcp_cmd->in_msg.hdcp1_destroy_session.session_handle = hdcp->auth.id; 197 hdcp_cmd->in_msg.hdcp1_first_part_authentication.session_handle = hdcp->auth.id; 199 memcpy(hdcp_cmd->in_msg.hdcp1_first_part_authentication.bksv_primary, hdcp->auth.msg.hdcp1.bksv, 202 hdcp_cmd->in_msg.hdcp1_first_part_authentication.r0_prime_primary = hdcp->auth.msg.hdcp1.r0p; 203 hdcp_cmd->in_msg.hdcp1_first_part_authentication.bcaps = hdcp->auth.msg.hdcp1.bcaps; 234 hdcp_cmd->in_msg.hdcp1_enable_encryption.session_handle = hdcp->auth.id; 257 hdcp_cmd->in_msg.hdcp1_second_part_authentication.session_handle = hdcp->auth.id; 259 hdcp_cmd->in_msg.hdcp1_second_part_authentication.ksv_list_size = hdcp->auth.msg.hdcp1.ksvlist_size; 260 memcpy(hdcp_cmd->in_msg.hdcp1_second_part_authentication.ksv_list, hdcp->auth.msg.hdcp1.ksvlist [all...] |
hdcp_psp.h | 456 union ta_hdcp_cmd_input in_msg; member in struct:ta_hdcp_shared_memory
|
/src/sys/dev/pci/ixgbe/ |
ixgbe_vf.c | 656 u32 in_msg = 0; local in function:ixgbe_check_mac_link_vf 719 if (ixgbe_read_mbx(hw, &in_msg, 1, 0)) { 725 if (!(in_msg & IXGBE_VT_MSGTYPE_CTS)) { 727 if (in_msg & IXGBE_VT_MSGTYPE_FAILURE)
|
/src/sys/arch/macppc/dev/ |
pmu.c | 509 pmu_send(void *cookie, int cmd, int length, uint8_t *in_msg, int rlen, 536 pmu_send_byte(sc, in_msg[i]);
|
/src/sys/dev/ic/ |
isp_target.c | 905 switch (inp->in_msg[0]) { 928 isp_prt(isp, ISP_LOGERR, "%s: unhandled message 0x%x", __func__, inp->in_msg[0]);
|
isp_library.c | 3352 ISP_IOXPUT_8(isp, src->in_msg[i], &dst->in_msg[i]); 3390 ISP_IOXGET_8(isp, &src->in_msg[i], dst->in_msg[i]);
|
ispmbox.h | 1721 uint8_t in_msg[IN_MSGLEN]; /* SCSI message bytes */ member in struct:__anon33fa061c4008
|