/SCP-firmware-master/product/morello/module/morello_scp2pcc/src/ |
A D | mod_morello_scp2pcc.c | 75 if (msg.resp.status != SCP2PCC_MSG_STATUS_SUCCESS) { in send_message() 79 if (msg.resp.len) { in send_message() 80 memcpy(resp_data, msg.resp.data, msg.resp.len); in send_message() 81 *resp_data_size = msg.resp.len; in send_message()
|
/SCP-firmware-master/product/synquacer/module/scmi_vendor_ext/src/ |
A D | mod_scmi_vendor_ext.c | 194 static struct scmi_vendor_ext_memory_info_get_resp resp; variable 200 memset(&resp, 0, sizeof(struct scmi_vendor_ext_memory_info_get_resp)); in scmi_vendor_ext_protocol_memory_info_get_handler() 204 get_memory_info(&resp.meminfo); in scmi_vendor_ext_protocol_memory_info_get_handler() 206 scmi_vendor_ext_ctx.scmi_api->respond(service_id, &resp, sizeof(resp)); in scmi_vendor_ext_protocol_memory_info_get_handler()
|
/SCP-firmware-master/product/morello/module/morello_scp2pcc/include/internal/ |
A D | morello_scp2pcc.h | 37 } resp; member
|
/SCP-firmware-master/product/juno/module/juno_system/src/ |
A D | mod_juno_system.c | 344 struct fwk_event resp; in juno_system_process_event() local 359 resp.params; in juno_system_process_event() 365 fwk_module_id_juno_system, juno_system_ctx.psu_ctx.cookie, &resp); in juno_system_process_event() 371 return fwk_put_event(&resp); in juno_system_process_event()
|
/SCP-firmware-master/module/isys_rom/src/ |
A D | mod_isys_rom.c | 66 struct fwk_event *resp) in mod_isys_rom_process_event() argument
|
/SCP-firmware-master/product/synquacer/module/synquacer_rom/src/ |
A D | mod_synquacer_rom.c | 89 struct fwk_event *resp) in synquacer_rom_process_event() argument
|
/SCP-firmware-master/module/power_domain/src/ |
A D | mod_power_domain.c | 1310 struct fwk_event *resp) in perform_shutdown() argument 1368 if (resp == NULL) { in perform_shutdown() 1382 resp_params = (struct pd_response *)resp->params; in perform_shutdown() 1385 status = fwk_put_event(resp); in perform_shutdown() 1444 struct fwk_event *resp) in process_system_shutdown_request() argument 1466 resp->is_delayed_response = true; in process_system_shutdown_request() 1475 perform_shutdown(system_shutdown, resp); in process_system_shutdown_request() 1941 struct fwk_event *resp) in pd_process_event() argument 1953 process_set_state_request(pd, event, resp); in pd_process_event() 1975 (struct pd_response *)resp->params); in pd_process_event() [all …]
|
/SCP-firmware-master/module/i2c/src/ |
A D | mod_i2c.c | 300 struct fwk_event resp; in respond_to_caller() local 302 (struct mod_i2c_event_param *)resp.params; in respond_to_caller() 304 status = fwk_get_first_delayed_response(dev_id, &resp); in respond_to_caller() 311 return fwk_put_event(&resp); in respond_to_caller()
|
/SCP-firmware-master/product/morello/module/morello_mcp_system/src/ |
A D | mod_morello_mcp_system.c | 99 struct fwk_event *resp) in morello_mcp_system_process_event() argument
|
/SCP-firmware-master/product/n1sdp/module/n1sdp_mcp_system/src/ |
A D | mod_n1sdp_mcp_system.c | 97 struct fwk_event *resp) in n1sdp_mcp_system_process_event() argument
|
/SCP-firmware-master/product/n1sdp/module/n1sdp_rom/src/ |
A D | mod_n1sdp_rom.c | 123 struct fwk_event *resp) in n1sdp_rom_process_event() argument
|
/SCP-firmware-master/module/msys_rom/src/ |
A D | mod_msys_rom.c | 118 struct fwk_event *resp) in msys_rom_process_event() argument
|
/SCP-firmware-master/product/synquacer/module/synquacer_system/src/ |
A D | mod_synquacer_system.c | 167 struct fwk_event *resp) in synquacer_process_event() argument
|
/SCP-firmware-master/module/scmi_system_power_req/src/ |
A D | mod_scmi_system_power_req.c | 378 struct fwk_event *resp) in scmi_system_power_req_process_event() argument 396 resp->is_delayed_response = true; in scmi_system_power_req_process_event()
|
/SCP-firmware-master/product/morello/module/morello_rom/src/ |
A D | mod_morello_rom.c | 125 struct fwk_event *resp) in morello_rom_process_event() argument
|
/SCP-firmware-master/module/reset_domain/src/ |
A D | mod_reset_domain.c | 101 struct fwk_event *resp) in rd_process_event() argument
|
/SCP-firmware-master/product/tc2/module/tc2_bl1/src/ |
A D | mod_tc2_bl1.c | 148 struct fwk_event *resp) in tc2_bl1_process_event() argument
|
/SCP-firmware-master/product/morello/module/scmi_agent/src/ |
A D | mod_scmi_agent.c | 270 struct fwk_event *resp) in scmi_agent_process_event() argument
|
/SCP-firmware-master/product/n1sdp/module/scmi_agent/src/ |
A D | mod_scmi_agent.c | 249 struct fwk_event *resp) in scmi_agent_process_event() argument
|
/SCP-firmware-master/product/juno/module/juno_rom/src/ |
A D | mod_juno_rom.c | 307 struct fwk_event *resp) in juno_rom_process_event() argument
|
/SCP-firmware-master/product/rdn2/module/platform_system/src/ |
A D | mod_platform_system.c | 686 struct fwk_event *resp) in platform_system_process_event() argument
|
/SCP-firmware-master/product/morello/module/morello_pcie/src/ |
A D | mod_morello_pcie.c | 747 struct fwk_event *resp) in morello_pcie_process_notification() argument
|
/SCP-firmware-master/product/n1sdp/module/n1sdp_pcie/src/ |
A D | mod_n1sdp_pcie.c | 808 struct fwk_event *resp) in n1sdp_pcie_process_notification() argument
|
/SCP-firmware-master/product/juno/module/juno_dmc400/src/ |
A D | mod_juno_dmc400.c | 1095 struct fwk_event *resp) in juno_dmc400_process_event() argument
|
/SCP-firmware-master/module/scmi/src/ |
A D | mod_scmi.c | 938 struct fwk_event *resp) in scmi_process_event() argument
|