Home
last modified time | relevance | path

Searched defs:proxy (Results 1 – 4 of 4) sorted by relevance

/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxf-proxy.c49 static inline int xf_proxy_cmd_exec(xf_proxy_t *proxy, xf_user_msg_t *msg) in xf_proxy_cmd_exec()
96 static inline u32 xf_client_alloc(xf_proxy_t *proxy, xf_handle_t *handle) in xf_client_alloc()
113 static inline void xf_client_free(xf_proxy_t *proxy, xf_handle_t *handle) in xf_client_free()
125 static inline xf_handle_t * xf_client_lookup(xf_proxy_t *proxy, u32 client) in xf_client_lookup()
138 static inline int xf_client_register(xf_proxy_t *proxy, xf_handle_t *handle, xf_id_t id, u32 core) in xf_client_register()
167 static inline int xf_client_unregister(xf_proxy_t *proxy, xf_handle_t *handle) in xf_client_unregister()
192 static inline int xf_proxy_buffer_alloc(xf_proxy_t *proxy, u32 length, void **buffer) in xf_proxy_buffer_alloc()
221 static inline int xf_proxy_buffer_free(xf_proxy_t *proxy, void *buffer, u32 length) in xf_proxy_buffer_free()
249 xf_proxy_t *proxy = arg; in xf_proxy_thread() local
313 int xf_proxy_init(xf_proxy_t *proxy, u32 core, void *p_shmem) in xf_proxy_init()
[all …]
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/
Dxf-shmem.h120 #define __XF_PROXY_READ_cmd_write_idx(proxy) \ argument
123 #define __XF_PROXY_READ_cmd_read_idx(proxy) \ argument
126 #define __XF_PROXY_READ_rsp_write_idx(proxy) \ argument
129 #define __XF_PROXY_READ_rsp_read_idx(proxy) \ argument
133 #define __XF_PROXY_WRITE_cmd_write_idx(proxy, v) \ argument
136 #define __XF_PROXY_WRITE_cmd_read_idx(proxy, v) \ argument
139 #define __XF_PROXY_WRITE_rsp_read_idx(proxy, v) \ argument
142 #define __XF_PROXY_WRITE_rsp_write_idx(proxy, v) \ argument
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxf-proxy.h118 xf_proxy_t *proxy; member
190 static inline u32 xf_proxy_id(xf_proxy_t *proxy) in xf_proxy_id()
196 static inline void xf_proxy_lock(xf_proxy_t *proxy) in xf_proxy_lock()
202 static inline void xf_proxy_unlock(xf_proxy_t *proxy) in xf_proxy_unlock()
208 static inline void * xf_proxy_a2b(xf_proxy_t *proxy, u32 address) in xf_proxy_a2b()
214 static inline u32 xf_proxy_b2a(xf_proxy_t *proxy, void *b) in xf_proxy_b2a()
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()
241 xf_proxy_t *proxy; member
Dxaf-structs.h66 xf_proxy_t proxy; member