Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tee/optee/
H A Dsmc_abi.c1324 u32 *sec_caps, u32 *max_notif_value, in optee_msg_exchange_capabilities() argument
1349 *max_notif_value = res.result.max_notif_value; in optee_msg_exchange_capabilities()
1351 *max_notif_value = OPTEE_DEFAULT_MAX_NOTIF_VALUE; in optee_msg_exchange_capabilities()
1614 u32 max_notif_value; in optee_probe() local
1640 &max_notif_value, in optee_probe()
1742 rc = optee_notif_init(optee, max_notif_value); in optee_probe()
H A Doptee_smc.h289 unsigned long max_notif_value; member