Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/
Dipc.c59 static uint32_t port_poll(struct handle* handle, uint32_t emask, bool finalize);
76 .poll = port_poll,
477 static uint32_t port_poll(struct handle* phandle, in port_poll() function