Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/
Dvqueue.h55 vqueue_cb_t notify_cb; member
91 vqueue_cb_t notify_cb,
118 if (vq->notify_cb) in vqueue_notify()
119 return vq->notify_cb(vq, vq->priv); in vqueue_notify()
Dvqueue.c56 vqueue_cb_t notify_cb, in vqueue_init() argument
87 vq->notify_cb = notify_cb; in vqueue_init()