Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dnotif.c19 bool notif_started; member
51 ret = ndata->notif_started; in notif_async_is_started()
94 if (ndata->notif_started) { in notif_deliver_atomic_event()
98 ndata->notif_started = true; in notif_deliver_atomic_event()
130 if (!ndata || !ndata->notif_started) { in notif_deliver_event()
136 ndata->notif_started = false; in notif_deliver_event()
146 if (ev == NOTIF_EVENT_STOPPED && ndata->notif_started) { in notif_deliver_event()