Searched refs:xf_proxy_msg_t (Results 1 – 7 of 7) sorted by relevance
/device/linaro/hikey/kernel-headers/linux/ |
D | audio_hifi.h | 31 #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/ |
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() 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()
|
D | xf-proxy.c | 51 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/ |
D | xf-ipc.h | 115 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/ |
D | xf-proxy.h | 220 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()
|
D | xf-proto.h | 53 typedef struct xf_proxy_msg xf_proxy_msg_t; typedef
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/board-hikey/ |
D | dsp_driver_mailbox.h | 139 } __attribute__((__packed__)) xf_proxy_msg_t; typedef
|