Lines Matching refs:hdr
42 struct imx_sc_rpc_msg hdr; member
66 struct imx_sc_rpc_msg hdr; member
82 struct imx_sc_rpc_msg hdr; member
102 struct imx_sc_rpc_msg hdr; member
119 struct imx_sc_rpc_msg hdr; member
149 struct imx_sc_rpc_msg *hdr = &msg.hdr; in clk_scu_recalc_rate() local
152 hdr->ver = IMX_SC_RPC_VERSION; in clk_scu_recalc_rate()
153 hdr->svc = IMX_SC_RPC_SVC_PM; in clk_scu_recalc_rate()
154 hdr->func = IMX_SC_PM_FUNC_GET_CLOCK_RATE; in clk_scu_recalc_rate()
155 hdr->size = 2; in clk_scu_recalc_rate()
221 struct imx_sc_rpc_msg *hdr = &msg.hdr; in clk_scu_set_rate() local
223 hdr->ver = IMX_SC_RPC_VERSION; in clk_scu_set_rate()
224 hdr->svc = IMX_SC_RPC_SVC_PM; in clk_scu_set_rate()
225 hdr->func = IMX_SC_PM_FUNC_SET_CLOCK_RATE; in clk_scu_set_rate()
226 hdr->size = 3; in clk_scu_set_rate()
239 struct imx_sc_rpc_msg *hdr = &msg.hdr; in clk_scu_get_parent() local
242 hdr->ver = IMX_SC_RPC_VERSION; in clk_scu_get_parent()
243 hdr->svc = IMX_SC_RPC_SVC_PM; in clk_scu_get_parent()
244 hdr->func = IMX_SC_PM_FUNC_GET_CLOCK_PARENT; in clk_scu_get_parent()
245 hdr->size = 2; in clk_scu_get_parent()
264 struct imx_sc_rpc_msg *hdr = &msg.hdr; in clk_scu_set_parent() local
266 hdr->ver = IMX_SC_RPC_VERSION; in clk_scu_set_parent()
267 hdr->svc = IMX_SC_RPC_SVC_PM; in clk_scu_set_parent()
268 hdr->func = IMX_SC_PM_FUNC_SET_CLOCK_PARENT; in clk_scu_set_parent()
269 hdr->size = 2; in clk_scu_set_parent()
282 struct imx_sc_rpc_msg *hdr = &msg.hdr; in sc_pm_clock_enable() local
284 hdr->ver = IMX_SC_RPC_VERSION; in sc_pm_clock_enable()
285 hdr->svc = IMX_SC_RPC_SVC_PM; in sc_pm_clock_enable()
286 hdr->func = IMX_SC_PM_FUNC_CLOCK_ENABLE; in sc_pm_clock_enable()
287 hdr->size = 3; in sc_pm_clock_enable()