Home
last modified time | relevance | path

Searched refs:xf_proxy_t (Results 1 – 5 of 5) sorted by relevance

/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxf-proxy.h118 xf_proxy_t *proxy;
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;
Dxf-proto.h35 typedef struct xf_proxy xf_proxy_t; typedef
66 extern int xf_open(xf_proxy_t *proxy, xf_handle_t *handle, xf_id_t id, u32 core, xf_response_c…
73 extern int xf_pool_alloc(xf_proxy_t *proxy, u32 number, u32 length, xf_pool_type_t type, xf_po…
80 extern int xf_proxy_init(xf_proxy_t *proxy, u32 core, void *p_shmem);
81 extern void xf_proxy_close(xf_proxy_t *proxy);
Dxaf-structs.h66 xf_proxy_t proxy;
/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()
78 static inline int xf_proxy_cmd(xf_proxy_t *proxy, xf_handle_t *handle, xf_user_msg_t *m)
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()
[all …]
Dxaf-api.c71 xf_proxy_t *p_proxy = &p_adev->proxy; in xaf_comp_post_init_config()
117 xf_proxy_t *p_proxy; in xaf_adev_open()
166 xf_proxy_t *p_proxy; in xaf_adev_close()