Searched refs:xf_ipc_send (Results 1 – 3 of 3) sorted by relevance
/device/linaro/hikey/hifi/xaf/host-apf/include/sys/fio/ |
D | xf-ipc.h | 115 extern int xf_ipc_send(xf_proxy_ipc_data_t *ipc, xf_proxy_msg_t *msg, void *b);
|
/device/linaro/hikey/hifi/xaf/host-apf/proxy/ |
D | xf-fio.c | 63 int xf_ipc_send(xf_proxy_ipc_data_t *ipc, xf_proxy_msg_t *msg, void *b) in xf_ipc_send() function
|
D | xf-proxy.c | 60 XF_CHK_API(xf_ipc_send(&proxy->ipc, &m, msg->buffer)); in xf_proxy_cmd_exec() 91 return XF_CHK_API(xf_ipc_send(&proxy->ipc, &msg, m->buffer)); 556 return XF_CHK_API(xf_ipc_send(&proxy->ipc, &msg, buffer)); in xf_command()
|