Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/host-apf/include/sys/fio/
Dxf-ipc.h118 extern int xf_ipc_wait(xf_proxy_ipc_data_t *ipc, u32 timeout);
/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxf-fio.c84 int xf_ipc_wait(xf_proxy_ipc_data_t *ipc, u32 timeout) in xf_ipc_wait() function
Dxf-proxy.c260 if ((r = xf_ipc_wait(&proxy->ipc, 0)) < 0) in xf_proxy_thread()