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 Dsmc_abi.c1373 u32 *sec_caps, u32 *max_notif_value, in optee_msg_exchange_capabilities() argument
1398 *max_notif_value = res.result.max_notif_value; in optee_msg_exchange_capabilities()
1400 *max_notif_value = OPTEE_DEFAULT_MAX_NOTIF_VALUE; in optee_msg_exchange_capabilities()
1739 u32 max_notif_value; in optee_probe() local
1764 &max_notif_value, in optee_probe()
1874 rc = optee_notif_init(optee, max_notif_value); in optee_probe()
H A Dffa_abi.c841 unsigned int *max_notif_value) in optee_ffa_exchange_caps() argument
861 *max_notif_value = data.data3; in optee_ffa_exchange_caps()
863 *max_notif_value = OPTEE_DEFAULT_MAX_NOTIF_VALUE; in optee_ffa_exchange_caps()
1058 unsigned int max_notif_value; in optee_ffa_probe() local
1075 &rpc_param_count, &max_notif_value)) in optee_ffa_probe()
H A Doptee_smc.h294 unsigned long max_notif_value; member