/external/arm-trusted-firmware/plat/imx/common/sci/svc/rm/ |
D | rm_rpc_clnt.c | 48 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_rm_partition_alloc() 70 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_rm_set_confidential() 87 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_rm_partition_free() 103 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_rm_get_did() 121 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_rm_partition_static() 138 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_rm_partition_lock() 154 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_rm_get_partition() 176 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_rm_set_parent() 197 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_rm_move_all() 215 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_rm_assign_resource() [all …]
|
/external/arm-trusted-firmware/plat/imx/common/sci/svc/timer/ |
D | timer_rpc_clnt.c | 42 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_timer_set_wdog_timeout() 60 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_timer_set_wdog_pre_timeout() 77 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_timer_start_wdog() 93 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_timer_stop_wdog() 109 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_timer_ping_wdog() 128 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_timer_get_wdog_status() 157 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_timer_pt_get_wdog_status() 185 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_timer_set_wdog_action() 209 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_timer_set_rtc_time() 227 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_timer_get_rtc_time() [all …]
|
/external/arm-trusted-firmware/plat/imx/common/sci/svc/misc/ |
D | misc_rpc_clnt.c | 45 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_misc_set_control() 64 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_misc_get_control() 86 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_misc_set_max_dma_group() 105 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_misc_set_dma_group() 129 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_misc_seco_image_load() 149 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_misc_seco_authenticate() 167 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_misc_seco_fuse_write() 185 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_misc_seco_enable_debug() 202 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_misc_seco_forward_lifecycle() 220 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_misc_seco_return_lifecycle() [all …]
|
/external/arm-trusted-firmware/plat/imx/common/sci/svc/pm/ |
D | pm_rpc_clnt.c | 43 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_pm_set_sys_power_mode() 62 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_pm_set_partition_power_mode() 80 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_pm_get_sys_power_mode() 103 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_pm_set_resource_power_mode() 121 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_pm_get_resource_power_mode() 144 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_pm_req_low_power_mode() 165 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_pm_req_cpu_low_power_mode() 185 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_pm_set_cpu_resume_addr() 206 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_pm_set_cpu_resume() 229 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_pm_req_sys_if_power_mode() [all …]
|
/external/arm-trusted-firmware/plat/imx/common/sci/svc/pad/ |
D | pad_rpc_clnt.c | 46 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_pad_set_mux() 65 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_pad_get_mux() 95 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_pad_set_gp() 112 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_pad_get_gp() 134 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_pad_set_wakeup() 151 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_pad_get_wakeup() 179 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_pad_set_all() 198 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_pad_get_all() 236 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_pad_set() 253 sc_call_rpc(ipc, &msg, SC_FALSE); in sc_pad_get() [all …]
|
/external/arm-trusted-firmware/plat/imx/common/include/sci/ |
D | sci_types.h | 142 #define SC_FALSE ((sc_bool_t) 0U) /* True */ macro
|