Home
last modified time | relevance | path

Searched refs:msg_out (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp_tee.c56 void *msg_out, u32 msg_out_max_size, in intel_pxp_tee_io_message()
80 ret = pxp_component->ops->recv(pxp_component->tee_dev, msg_out, msg_out_max_size); in intel_pxp_tee_io_message()
105 void *msg_out, size_t msg_out_len) in intel_pxp_tee_stream_message()
136 memcpy(msg_out, pxp->stream_cmd.vaddr, msg_out_len); in intel_pxp_tee_stream_message()
328 struct pxp42_create_arb_out msg_out = {0}; in intel_pxp_tee_cmd_create_arb_session() local
339 &msg_out, sizeof(msg_out), in intel_pxp_tee_cmd_create_arb_session()
344 } else if (msg_out.header.status != 0) { in intel_pxp_tee_cmd_create_arb_session()
345 if (is_fw_err_platform_config(msg_out.header.status)) { in intel_pxp_tee_cmd_create_arb_session()
348 arb_session_id, msg_out in intel_pxp_tee_cmd_create_arb_session()
54 intel_pxp_tee_io_message(struct intel_pxp *pxp, void *msg_in, u32 msg_in_size, void *msg_out, u32 msg_out_max_size, u32 *msg_out_rcv_size) intel_pxp_tee_io_message() argument
102 intel_pxp_tee_stream_message(struct intel_pxp *pxp, u8 client_id, u32 fence_id, void *msg_in, size_t msg_in_len, void *msg_out, size_t msg_out_len) intel_pxp_tee_stream_message() argument
366 struct pxp42_inv_stream_key_out msg_out = {0}; intel_pxp_tee_end_arb_fw_session() local
[all...]
H A Dintel_pxp_gsccs.c54 void *msg_out, size_t msg_out_size_max, in gsccs_send_message()
88 if (!msg_in && !msg_out) in gsccs_send_message()
152 if (msg_out) in gsccs_send_message()
153 memcpy(msg_out, exec_res->pkt_vaddr + PXP43_MAX_HECI_INOUT_SIZE + sizeof(*header), in gsccs_send_message()
166 void *msg_out, size_t msg_out_size_max, in gsccs_send_message_retry_complete()
178 ret = gsccs_send_message(pxp, msg_in, msg_in_size, msg_out, msg_out_size_max, in gsccs_send_message_retry_complete()
212 struct pxp43_create_arb_out msg_out = {0}; in intel_pxp_gsccs_create_session() local
225 &msg_out, sizeof(msg_out), NULL); in intel_pxp_gsccs_create_session()
228 } else if (msg_out in intel_pxp_gsccs_create_session()
52 gsccs_send_message(struct intel_pxp *pxp, void *msg_in, size_t msg_in_size, void *msg_out, size_t msg_out_size_max, size_t *msg_out_len, u64 *gsc_msg_handle_retry) gsccs_send_message() argument
164 gsccs_send_message_retry_complete(struct intel_pxp *pxp, void *msg_in, size_t msg_in_size, void *msg_out, size_t msg_out_size_max, size_t *msg_out_len) gsccs_send_message_retry_complete() argument
250 struct pxp42_inv_stream_key_out msg_out = {0}; intel_pxp_gsccs_end_arb_fw_session() local
[all...]
H A Dintel_pxp_tee.h20 void *msg_out, size_t msg_out_len);
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H A Dintel_huc_fw.c32 struct mtl_huc_auth_msg_out *msg_out; in intel_huc_fw_auth_via_gsccs() local
50 msg_out = pkt_vaddr + PXP43_HUC_AUTH_INOUT_SIZE; in intel_huc_fw_auth_via_gsccs()
74 if (msg_out->header.flags & GSC_OUTFLAG_MSG_PENDING) { in intel_huc_fw_auth_via_gsccs()
75 msg_in->header.gsc_message_handle = msg_out->header.gsc_message_handle; in intel_huc_fw_auth_via_gsccs()
84 if (msg_out->header.message_size != sizeof(*msg_out)) { in intel_huc_fw_auth_via_gsccs()
86 msg_out->header.message_size, sizeof(*msg_out)); in intel_huc_fw_auth_via_gsccs()
96 if (msg_out->huc_out.header.status != PXP_STATUS_SUCCESS && in intel_huc_fw_auth_via_gsccs()
97 msg_out in intel_huc_fw_auth_via_gsccs()
[all...]
H A Dintel_gsc_fw.c348 struct mtl_gsc_ver_msg_out *msg_out; in gsc_fw_query_compatibility_version() local
363 msg_out = vaddr + GSC_VER_PKT_SZ; in gsc_fw_query_compatibility_version()
383 if (msg_out->header.message_size != sizeof(*msg_out)) { in gsc_fw_query_compatibility_version()
385 msg_out->header.message_size, sizeof(*msg_out), in gsc_fw_query_compatibility_version()
386 msg_out->header.status, msg_out->header.flags, msg_out->mkhi.result); in gsc_fw_query_compatibility_version()
391 gsc->fw.file_selected.ver.major = msg_out in gsc_fw_query_compatibility_version()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_psp.c472 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; in mod_hdcp_hdcp2_prepare_ake_init() local
480 msg_out = &hdcp_cmd->out_msg.hdcp2_prepare_process_authentication_message_v2; in mod_hdcp_hdcp2_prepare_ake_init()
492 memcpy(&hdcp->auth.msg.hdcp2.ake_init[0], &msg_out->prepare.transmitter_message[0], in mod_hdcp_hdcp2_prepare_ake_init()
504 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; in mod_hdcp_hdcp2_validate_ake_cert() local
512 msg_out = &hdcp_cmd->out_msg.hdcp2_prepare_process_authentication_message_v2; in mod_hdcp_hdcp2_validate_ake_cert()
533 &msg_out->prepare.transmitter_message[0], in mod_hdcp_hdcp2_validate_ake_cert()
537 &msg_out->prepare.transmitter_message[sizeof(hdcp->auth.msg.hdcp2.ake_no_stored_km)], in mod_hdcp_hdcp2_validate_ake_cert()
540 if (msg_out->process.msg1_status == in mod_hdcp_hdcp2_validate_ake_cert()
543 msg_out->process.is_km_stored ? 1 : 0; in mod_hdcp_hdcp2_validate_ake_cert()
545 msg_out in mod_hdcp_hdcp2_validate_ake_cert()
562 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; mod_hdcp_hdcp2_validate_h_prime() local
608 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; mod_hdcp_hdcp2_prepare_lc_init() local
641 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; mod_hdcp_hdcp2_validate_l_prime() local
676 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; mod_hdcp_hdcp2_prepare_eks() local
752 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; mod_hdcp_hdcp2_validate_rx_id_list() local
849 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; mod_hdcp_hdcp2_prepare_stream_management() local
885 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; mod_hdcp_hdcp2_validate_stream_ready() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_psp.c580 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; in mod_hdcp_hdcp2_prepare_ake_init() local
588 msg_out = &hdcp_cmd->out_msg.hdcp2_prepare_process_authentication_message_v2; in mod_hdcp_hdcp2_prepare_ake_init()
600 memcpy(&hdcp->auth.msg.hdcp2.ake_init[0], &msg_out->prepare.transmitter_message[0], in mod_hdcp_hdcp2_prepare_ake_init()
612 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; in mod_hdcp_hdcp2_validate_ake_cert() local
620 msg_out = &hdcp_cmd->out_msg.hdcp2_prepare_process_authentication_message_v2; in mod_hdcp_hdcp2_validate_ake_cert()
641 &msg_out->prepare.transmitter_message[0], in mod_hdcp_hdcp2_validate_ake_cert()
645 &msg_out->prepare.transmitter_message[sizeof(hdcp->auth.msg.hdcp2.ake_no_stored_km)], in mod_hdcp_hdcp2_validate_ake_cert()
648 if (msg_out->process.msg1_status == in mod_hdcp_hdcp2_validate_ake_cert()
651 msg_out->process.is_km_stored ? 1 : 0; in mod_hdcp_hdcp2_validate_ake_cert()
653 msg_out in mod_hdcp_hdcp2_validate_ake_cert()
672 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; mod_hdcp_hdcp2_validate_h_prime() local
718 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; mod_hdcp_hdcp2_prepare_lc_init() local
751 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; mod_hdcp_hdcp2_validate_l_prime() local
786 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; mod_hdcp_hdcp2_prepare_eks() local
862 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; mod_hdcp_hdcp2_validate_rx_id_list() local
959 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; mod_hdcp_hdcp2_prepare_stream_management() local
995 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; mod_hdcp_hdcp2_validate_stream_ready() local
[all...]
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H A Ddhcps.c104 LWIP_STATIC void dhcp_common_option(struct dhcp_msg *msg_out, u8_t option_type, u8_t option_len, u16_t *options_out_len);
105 LWIP_STATIC void dhcp_common_option_byte(struct dhcp_msg *msg_out, u8_t value, u16_t *options_out_len);
106 LWIP_STATIC void dhcp_common_option_long(struct dhcp_msg *msg_out, u32_t value, u16_t *options_out_len);
107 LWIP_STATIC void dhcp_common_option_trailer(struct dhcp_msg *msg_out, u16_t options_out_len, struct pbuf *p_out);
315 void dhcp_common_option(struct dhcp_msg *msg_out, u8_t option_type, u8_t option_len, u16_t *options_out_len) in dhcp_common_option() argument
317 *options_out_len = dhcp_option(*options_out_len, msg_out->options, option_type, option_len); in dhcp_common_option()
320 void dhcp_common_option_byte(struct dhcp_msg *msg_out, u8_t value, u16_t *options_out_len) in dhcp_common_option_byte() argument
322 *options_out_len = dhcp_option_byte(*options_out_len, msg_out->options, value); in dhcp_common_option_byte()
325 void dhcp_common_option_long(struct dhcp_msg *msg_out, u32_t value, u16_t *options_out_len) in dhcp_common_option_long() argument
327 *options_out_len = dhcp_option_long(*options_out_len, msg_out in dhcp_common_option_long()
330 dhcp_common_option_trailer(struct dhcp_msg *msg_out, u16_t options_out_len, struct pbuf *p_out) dhcp_common_option_trailer() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Desp_scsi.c800 spi_populate_width_msg(&esp->msg_out[0], in esp_maybe_execute_command()
806 spi_populate_sync_msg(&esp->msg_out[0], in esp_maybe_execute_command()
836 esp->msg_out[i + 2] = esp->msg_out[i]; in esp_maybe_execute_command()
837 esp->msg_out[0] = ent->tag[0]; in esp_maybe_execute_command()
838 esp->msg_out[1] = ent->tag[1]; in esp_maybe_execute_command()
1475 spi_populate_sync_msg(&esp->msg_out[0], in esp_msgin_reject()
1533 esp->msg_out[0] = MESSAGE_REJECT; in esp_msgin_sdtr()
1542 spi_populate_sync_msg(&esp->msg_out[0], in esp_msgin_sdtr()
1583 spi_populate_sync_msg(&esp->msg_out[ in esp_msgin_wdtr()
[all...]
H A Dmesh.c118 msg_out, enumerator
702 case msg_out: in start_phase()
709 printk(KERN_ERR "mesh: msg_out but n_msgout=%d\n", in start_phase()
1203 ms->msgphase = msg_out; in handle_msgin()
1233 ms->msgphase = msg_out; in handle_msgin()
1254 ms->msgphase = msg_out; in handle_msgin()
1421 ms->msgphase = msg_out; in phase_mismatch()
1484 case msg_out: in cmd_complete()
1509 printk(KERN_ERR "mesh: error %x in msg_out\n", in cmd_complete()
1515 printk(KERN_ERR "mesh: exc %x in msg_out\ in cmd_complete()
[all...]
H A Desp_scsi.h468 u8 msg_out[ESP_MAX_MSG_SZ]; member
H A Dncr53c8xx.c1827 ncrcmd msg_out [ 9]; member
2220 PADDR (msg_out),
2537 PADDR (msg_out),
/kernel/linux/linux-6.6/drivers/scsi/
H A Desp_scsi.c800 spi_populate_width_msg(&esp->msg_out[0], in esp_maybe_execute_command()
806 spi_populate_sync_msg(&esp->msg_out[0], in esp_maybe_execute_command()
836 esp->msg_out[i + 2] = esp->msg_out[i]; in esp_maybe_execute_command()
837 esp->msg_out[0] = ent->tag[0]; in esp_maybe_execute_command()
838 esp->msg_out[1] = ent->tag[1]; in esp_maybe_execute_command()
1467 spi_populate_sync_msg(&esp->msg_out[0], in esp_msgin_reject()
1525 esp->msg_out[0] = MESSAGE_REJECT; in esp_msgin_sdtr()
1534 spi_populate_sync_msg(&esp->msg_out[0], in esp_msgin_sdtr()
1575 spi_populate_sync_msg(&esp->msg_out[ in esp_msgin_wdtr()
[all...]
H A Dmesh.c118 msg_out, enumerator
696 case msg_out: in start_phase()
703 printk(KERN_ERR "mesh: msg_out but n_msgout=%d\n", in start_phase()
1197 ms->msgphase = msg_out; in handle_msgin()
1227 ms->msgphase = msg_out; in handle_msgin()
1248 ms->msgphase = msg_out; in handle_msgin()
1415 ms->msgphase = msg_out; in phase_mismatch()
1478 case msg_out: in cmd_complete()
1503 printk(KERN_ERR "mesh: error %x in msg_out\n", in cmd_complete()
1509 printk(KERN_ERR "mesh: exc %x in msg_out\ in cmd_complete()
[all...]
H A Desp_scsi.h469 u8 msg_out[ESP_MAX_MSG_SZ]; member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_hdcp_gsc.h22 size_t msg_in_len, u8 *msg_out,
H A Dintel_hdcp_gsc.c778 size_t msg_in_len, u8 *msg_out, in intel_hdcp_gsc_msg_send()
842 memcpy(msg_out, hdcp_message->hdcp_cmd_out + sizeof(*header_out), msg_out_len); in intel_hdcp_gsc_msg_send()
777 intel_hdcp_gsc_msg_send(struct drm_i915_private *i915, u8 *msg_in, size_t msg_in_len, u8 *msg_out, size_t msg_out_len) intel_hdcp_gsc_msg_send() argument
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H A Dsym_fw2.h156 u32 msg_out [ 4]; member
382 PADDR_B (msg_out),
1427 PADDR_B (msg_out),
H A Dsym_fw1.h171 u32 msg_out [ 4]; member
397 PADDR_B (msg_out),
1552 PADDR_B (msg_out),
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H A Dsym_fw2.h156 u32 msg_out [ 4]; member
382 PADDR_B (msg_out),
1427 PADDR_B (msg_out),
H A Dsym_fw1.h171 u32 msg_out [ 4]; member
397 PADDR_B (msg_out),
1552 PADDR_B (msg_out),
/kernel/linux/linux-5.10/drivers/staging/fieldbus/anybuss/
H A Dhost.c806 const void *msg_out, size_t msg_out_sz, in _anybus_mbox_cmd()
841 memcpy(pd->msg, msg_out, msg_out_sz); in _anybus_mbox_cmd()
804 _anybus_mbox_cmd(struct anybuss_host *cd, u16 cmd_num, bool is_fb_cmd, const void *msg_out, size_t msg_out_sz, void *msg_in, size_t msg_in_sz, const void *ext, size_t ext_sz) _anybus_mbox_cmd() argument
/kernel/linux/linux-6.6/drivers/staging/fieldbus/anybuss/
H A Dhost.c806 const void *msg_out, size_t msg_out_sz, in _anybus_mbox_cmd()
841 memcpy(pd->msg, msg_out, msg_out_sz); in _anybus_mbox_cmd()
804 _anybus_mbox_cmd(struct anybuss_host *cd, u16 cmd_num, bool is_fb_cmd, const void *msg_out, size_t msg_out_sz, void *msg_in, size_t msg_in_sz, const void *ext, size_t ext_sz) _anybus_mbox_cmd() argument
/kernel/linux/linux-5.10/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-vchiq.c655 struct mmal_msg **msg_out, in send_synchronous_mmal_msg()
708 *msg_out = msg_context->u.sync.msg; in send_synchronous_mmal_msg()
652 send_synchronous_mmal_msg(struct vchiq_mmal_instance *instance, struct mmal_msg *msg, unsigned int payload_len, struct mmal_msg **msg_out, struct vchiq_header **msg_handle) send_synchronous_mmal_msg() argument
/kernel/linux/linux-6.6/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-vchiq.c652 struct mmal_msg **msg_out, in send_synchronous_mmal_msg()
705 *msg_out = msg_context->u.sync.msg; in send_synchronous_mmal_msg()
649 send_synchronous_mmal_msg(struct vchiq_mmal_instance *instance, struct mmal_msg *msg, unsigned int payload_len, struct mmal_msg **msg_out, struct vchiq_header **msg_handle) send_synchronous_mmal_msg() argument

Completed in 45 milliseconds

12