Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dnotif.c48 struct notif_data *ndata = get_notif_data(prtn); in notif_async_is_started() local
51 ret = ndata->notif_started; in notif_async_is_started()
86 struct notif_data *ndata = get_notif_data(prtn); in notif_deliver_atomic_event() local
94 if (ndata->notif_started) { in notif_deliver_atomic_event()
98 ndata->notif_started = true; in notif_deliver_atomic_event()
119 struct notif_data *ndata = get_notif_data(prtn); in notif_deliver_event() local
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()
/optee_os/core/tee/
H A Dfs_htree.c408 uint8_t *ndata = (uint8_t *)&node->node + sizeof(node->node.hash); in calc_node_hash() local
415 res = crypto_hash_update(ctx, ndata, nsize); in calc_node_hash()