Lines Matching refs:hdr
15 struct imx_sc_rpc_msg hdr; member
22 struct imx_sc_rpc_msg hdr; member
30 struct imx_sc_rpc_msg hdr; member
36 struct imx_sc_rpc_msg hdr; member
55 struct imx_sc_rpc_msg *hdr = &msg.hdr; in imx_sc_misc_set_control() local
57 hdr->ver = IMX_SC_RPC_VERSION; in imx_sc_misc_set_control()
58 hdr->svc = (uint8_t)IMX_SC_RPC_SVC_MISC; in imx_sc_misc_set_control()
59 hdr->func = (uint8_t)IMX_SC_MISC_FUNC_SET_CONTROL; in imx_sc_misc_set_control()
60 hdr->size = 4; in imx_sc_misc_set_control()
86 struct imx_sc_rpc_msg *hdr = &msg.hdr; in imx_sc_misc_get_control() local
89 hdr->ver = IMX_SC_RPC_VERSION; in imx_sc_misc_get_control()
90 hdr->svc = (uint8_t)IMX_SC_RPC_SVC_MISC; in imx_sc_misc_get_control()
91 hdr->func = (uint8_t)IMX_SC_MISC_FUNC_GET_CONTROL; in imx_sc_misc_get_control()
92 hdr->size = 3; in imx_sc_misc_get_control()
123 struct imx_sc_rpc_msg *hdr = &msg.hdr; in imx_sc_pm_cpu_start() local
125 hdr->ver = IMX_SC_RPC_VERSION; in imx_sc_pm_cpu_start()
126 hdr->svc = IMX_SC_RPC_SVC_PM; in imx_sc_pm_cpu_start()
127 hdr->func = IMX_SC_PM_FUNC_CPU_START; in imx_sc_pm_cpu_start()
128 hdr->size = 4; in imx_sc_pm_cpu_start()