Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/
Dhandle_set.c60 static uint32_t hset_poll(struct handle* handle, uint32_t emask, bool finalize);
64 .poll = hset_poll,
80 static uint32_t hset_poll(struct handle* h, uint32_t emask, bool finalize) { in hset_poll() function