Home
last modified time | relevance | path

Searched refs:max_notif_value (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/tee/optee/
H A Dffa_abi.c704 unsigned int *max_notif_value) in optee_ffa_exchange_caps() argument
724 *max_notif_value = data.data3; in optee_ffa_exchange_caps()
726 *max_notif_value = OPTEE_DEFAULT_MAX_NOTIF_VALUE; in optee_ffa_exchange_caps()
875 unsigned int max_notif_value; in optee_ffa_probe() local
892 &rpc_param_count, &max_notif_value)) in optee_ffa_probe()
H A Dsmc_abi.c1298 u32 *sec_caps, u32 *max_notif_value, in optee_msg_exchange_capabilities() argument
1323 *max_notif_value = res.result.max_notif_value; in optee_msg_exchange_capabilities()
1325 *max_notif_value = OPTEE_DEFAULT_MAX_NOTIF_VALUE; in optee_msg_exchange_capabilities()
1597 u32 max_notif_value; in optee_probe() local
1624 &max_notif_value, in optee_probe()
1732 rc = optee_notif_init(optee, max_notif_value); in optee_probe()
H A Doptee_smc.h291 unsigned long max_notif_value; member