Searched refs:smc_id (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/common_modules/tzdriver/core/ |
H A D | tz_pm.c | 106 u64 smc_id = (u64)power_op; in tc_s4_suspend_or_resume() local 108 struct smc_in_params in_param = { smc_id }; in tc_s4_suspend_or_resume() 120 u64 smc_id = (u64)crypt_op; in tc_s4_crypto_and_copy() local 126 struct smc_in_params in_param = { smc_id, arg0, arg1, arg2, arg3 }; in tc_s4_crypto_and_copy()
|
/kernel/linux/linux-5.10/drivers/firmware/meson/ |
H A D | meson_sm.c | 27 u32 smc_id; member 29 #define CMD(d, s) { .index = (d), .smc_id = (s), } 64 while (cmd->smc_id && cmd->index != cmd_index) in meson_sm_get_cmd() 67 return cmd->smc_id; in meson_sm_get_cmd()
|
/kernel/linux/linux-6.6/drivers/firmware/meson/ |
H A D | meson_sm.c | 27 u32 smc_id; member 29 #define CMD(d, s) { .index = (d), .smc_id = (s), } 64 while (cmd->smc_id && cmd->index != cmd_index) in meson_sm_get_cmd() 67 return cmd->smc_id; in meson_sm_get_cmd()
|
Completed in 3 milliseconds