Home
last modified time | relevance | path

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

/optee_os/core/include/kernel/
H A Dnotif.h108 TEE_Result notif_alloc_async_value(uint32_t *value);
/optee_os/core/kernel/
H A Dnotif_default.c39 TEE_Result notif_alloc_async_value(uint32_t *val) in notif_alloc_async_value() function
/optee_os/core/drivers/
H A Dstm32_rtc.c1107 res = notif_alloc_async_value(&rtc_dev.notif_id); in stm32_rtc_probe()