Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/host-apf/include/sys/fio/
Dxf-ipc.h43 } xf_proxy_ipc_data_t; typedef
60 static inline void * xf_ipc_a2b(xf_proxy_ipc_data_t *ipc, u32 address) in xf_ipc_a2b()
71 static inline u32 xf_ipc_b2a(xf_proxy_ipc_data_t *ipc, void *b) in xf_ipc_b2a()
115 extern int xf_ipc_send(xf_proxy_ipc_data_t *ipc, xf_proxy_msg_t *msg, void *b);
118 extern int xf_ipc_wait(xf_proxy_ipc_data_t *ipc, u32 timeout);
121 extern int xf_ipc_recv(xf_proxy_ipc_data_t *ipc, xf_proxy_msg_t *msg, void **b);
124 extern int xf_ipc_open(xf_proxy_ipc_data_t *proxy, u32 core, void *p_shmem);
127 extern void xf_ipc_close(xf_proxy_ipc_data_t *proxy, u32 core);
/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxf-fio.c63 int xf_ipc_send(xf_proxy_ipc_data_t *ipc, xf_proxy_msg_t *msg, void *b) in xf_ipc_send()
84 int xf_ipc_wait(xf_proxy_ipc_data_t *ipc, u32 timeout) in xf_ipc_wait()
106 int xf_ipc_recv(xf_proxy_ipc_data_t *ipc, xf_proxy_msg_t *msg, void **buffer) in xf_ipc_recv()
148 int xf_ipc_open(xf_proxy_ipc_data_t *ipc, u32 core, void *p_shmem) in xf_ipc_open()
180 void xf_ipc_close(xf_proxy_ipc_data_t *ipc, u32 core) in xf_ipc_close()
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxf-proxy.h167 xf_proxy_ipc_data_t ipc;