Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/
Dipc.c63 static uint32_t chan_poll(struct handle* handle, uint32_t emask, bool finalize);
81 .poll = chan_poll,
658 static uint32_t chan_poll(struct handle* chandle, in chan_poll() function