Searched refs:ccm_ipc_handle (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/clk/imx/ |
| H A D | clk-scu.c | 25 static struct imx_sc_ipc *ccm_ipc_handle; variable 210 ret = imx_scu_get_handle(&ccm_ipc_handle); in imx_clk_scu_init() 255 ret = imx_scu_call_rpc(ccm_ipc_handle, &msg, true); in clk_scu_recalc_rate() 328 return imx_scu_call_rpc(ccm_ipc_handle, &msg, true); in clk_scu_set_rate() 346 ret = imx_scu_call_rpc(ccm_ipc_handle, &msg, true); in clk_scu_get_parent() 374 ret = imx_scu_call_rpc(ccm_ipc_handle, &msg, true); in clk_scu_set_parent() 402 return imx_scu_call_rpc(ccm_ipc_handle, &msg, true); in sc_pm_clock_enable() 415 return sc_pm_clock_enable(ccm_ipc_handle, clk->rsrc_id, in clk_scu_prepare() 430 ret = sc_pm_clock_enable(ccm_ipc_handle, clk->rsrc_id, in clk_scu_unprepare() 675 return imx_sc_rm_is_resource_owned(ccm_ipc_handle, rsrc); in imx_clk_is_resource_owned() [all …]
|