Lines Matching defs:handle
25 void *handle,
30 SMC_RET1(handle, imx_kernel_entry_handler(smc_fid, x1, x2, x3, x4));
34 SMC_RET1(handle, imx_soc_info_handler(smc_fid, x1, x2, x3));
37 SMC_RET1(handle, imx_gpc_handler(smc_fid, x1, x2, x3));
40 return dram_dvfs_handler(smc_fid, handle, x1, x2, x3);
44 return dram_dvfs_handler(smc_fid, handle, x1, x2, x3);
46 SMC_RET1(handle, imx_gpc_handler(smc_fid, x1, x2, x3));
51 return imx_srtc_handler(smc_fid, handle, x1, x2, x3, x4);
53 SMC_RET1(handle, imx_cpufreq_handler(smc_fid, x1, x2, x3));
56 SMC_RET1(handle, imx_wakeup_src_handler(smc_fid, x1, x2, x3));
59 return imx_otp_handler(smc_fid, handle, x1, x2);
61 SMC_RET1(handle, imx_misc_set_temp_handler(smc_fid, x1, x2, x3, x4));
65 SMC_RET1(handle, imx_src_handler(smc_fid, x1, x2, x3, handle));
70 SMC_RET1(handle, imx_hab_handler(smc_fid, x1, x2, x3, x4));
74 SMC_RET1(handle, imx_buildinfo_handler(smc_fid, x1, x2, x3, x4));
77 SMC_RET1(handle, SMC_UNK);