Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tee/optee/
Dsmc_abi.c1189 u32 *sec_caps, u32 *max_notif_value, in optee_msg_exchange_capabilities() argument
1214 *max_notif_value = res.result.max_notif_value; in optee_msg_exchange_capabilities()
1216 *max_notif_value = OPTEE_DEFAULT_MAX_NOTIF_VALUE; in optee_msg_exchange_capabilities()
1366 u32 max_notif_value; in optee_probe() local
1388 &max_notif_value, in optee_probe()
1490 rc = optee_notif_init(optee, max_notif_value); in optee_probe()
Doptee_smc.h265 unsigned long max_notif_value; member