Home
last modified time | relevance | path

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

/device/linaro/hikey/kernel-headers/linux/
Daudio_hifi.h31 #define HIFI_MISC_IOCTL_XAF_IPC_MSG_SEND _IOW('A', 0x7c, xf_proxy_msg_t)
32 #define HIFI_MISC_IOCTL_XAF_IPC_MSG_RECV _IOR('A', 0x7d, xf_proxy_msg_t)
/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()
106 int xf_ipc_recv(xf_proxy_ipc_data_t *ipc, xf_proxy_msg_t *msg, void **buffer) in xf_ipc_recv()
110 xf_proxy_msg_t temp; in xf_ipc_recv()
Dxf-proxy.c51 xf_proxy_msg_t m; in xf_proxy_cmd_exec()
80 xf_proxy_msg_t msg;
256 xf_proxy_msg_t m; in xf_proxy_thread()
545 xf_proxy_msg_t msg; in xf_command()
/device/linaro/hikey/hifi/xaf/host-apf/include/sys/fio/
Dxf-ipc.h115 extern int xf_ipc_send(xf_proxy_ipc_data_t *ipc, xf_proxy_msg_t *msg, void *b);
121 extern int xf_ipc_recv(xf_proxy_ipc_data_t *ipc, xf_proxy_msg_t *msg, void **b);
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxf-proxy.h220 static inline int xf_proxy_response_put(xf_proxy_t *proxy, xf_proxy_msg_t *msg) in xf_proxy_response_put()
226 static inline int xf_proxy_response_get(xf_proxy_t *proxy, xf_proxy_msg_t *msg) in xf_proxy_response_get()
Dxf-proto.h53 typedef struct xf_proxy_msg xf_proxy_msg_t; typedef
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/board-hikey/
Ddsp_driver_mailbox.h139 } __attribute__((__packed__)) xf_proxy_msg_t; typedef