Lines Matching defs:ipc
32 sc_err_t sc_pm_set_sys_power_mode(sc_ipc_t ipc, sc_pm_power_mode_t mode)
43 sc_call_rpc(ipc, &msg, SC_FALSE);
49 sc_err_t sc_pm_set_partition_power_mode(sc_ipc_t ipc, sc_rm_pt_t pt,
62 sc_call_rpc(ipc, &msg, SC_FALSE);
68 sc_err_t sc_pm_get_sys_power_mode(sc_ipc_t ipc, sc_rm_pt_t pt,
80 sc_call_rpc(ipc, &msg, SC_FALSE);
90 sc_err_t sc_pm_set_resource_power_mode(sc_ipc_t ipc, sc_rsrc_t resource,
103 sc_call_rpc(ipc, &msg, SC_FALSE);
109 sc_err_t sc_pm_get_resource_power_mode(sc_ipc_t ipc, sc_rsrc_t resource,
121 sc_call_rpc(ipc, &msg, SC_FALSE);
131 sc_err_t sc_pm_req_low_power_mode(sc_ipc_t ipc, sc_rsrc_t resource,
144 sc_call_rpc(ipc, &msg, SC_FALSE);
150 sc_err_t sc_pm_req_cpu_low_power_mode(sc_ipc_t ipc, sc_rsrc_t resource,
165 sc_call_rpc(ipc, &msg, SC_FALSE);
171 sc_err_t sc_pm_set_cpu_resume_addr(sc_ipc_t ipc, sc_rsrc_t resource,
185 sc_call_rpc(ipc, &msg, SC_FALSE);
191 sc_err_t sc_pm_set_cpu_resume(sc_ipc_t ipc, sc_rsrc_t resource,
206 sc_call_rpc(ipc, &msg, SC_FALSE);
212 sc_err_t sc_pm_req_sys_if_power_mode(sc_ipc_t ipc, sc_rsrc_t resource,
229 sc_call_rpc(ipc, &msg, SC_FALSE);
235 sc_err_t sc_pm_set_clock_rate(sc_ipc_t ipc, sc_rsrc_t resource,
249 sc_call_rpc(ipc, &msg, SC_FALSE);
256 sc_err_t sc_pm_get_clock_rate(sc_ipc_t ipc, sc_rsrc_t resource,
269 sc_call_rpc(ipc, &msg, SC_FALSE);
279 sc_err_t sc_pm_clock_enable(sc_ipc_t ipc, sc_rsrc_t resource,
294 sc_call_rpc(ipc, &msg, SC_FALSE);
300 sc_err_t sc_pm_set_clock_parent(sc_ipc_t ipc, sc_rsrc_t resource,
314 sc_call_rpc(ipc, &msg, SC_FALSE);
320 sc_err_t sc_pm_get_clock_parent(sc_ipc_t ipc, sc_rsrc_t resource,
333 sc_call_rpc(ipc, &msg, SC_FALSE);
343 sc_err_t sc_pm_reset(sc_ipc_t ipc, sc_pm_reset_type_t type)
354 sc_call_rpc(ipc, &msg, SC_FALSE);
360 sc_err_t sc_pm_reset_reason(sc_ipc_t ipc, sc_pm_reset_reason_t *reason)
370 sc_call_rpc(ipc, &msg, SC_FALSE);
380 sc_err_t sc_pm_boot(sc_ipc_t ipc, sc_rm_pt_t pt,
398 sc_call_rpc(ipc, &msg, SC_FALSE);
404 void sc_pm_reboot(sc_ipc_t ipc, sc_pm_reset_type_t type)
414 sc_call_rpc(ipc, &msg, SC_TRUE);
417 sc_err_t sc_pm_reboot_partition(sc_ipc_t ipc, sc_rm_pt_t pt,
430 sc_call_rpc(ipc, &msg, SC_FALSE);
436 sc_err_t sc_pm_cpu_start(sc_ipc_t ipc, sc_rsrc_t resource, sc_bool_t enable,
451 sc_call_rpc(ipc, &msg, SC_FALSE);