/device/linaro/hikey/hifi/xaf/hifi-dpf/core/ |
D | xf-core.c | 94 static int xf_proxy_register(u32 core, xf_message_t *m) in xf_proxy_register() 137 static int xf_proxy_alloc(u32 core, xf_message_t *m) in xf_proxy_alloc() 152 static int xf_proxy_free(u32 core, xf_message_t *m) in xf_proxy_free() 258 static int xf_proxy_output(u32 core, xf_message_t *m) in xf_proxy_output() 277 static int xf_proxy_flush(u32 core, xf_message_t *m) in xf_proxy_flush() 313 static void xf_proxy_command(u32 core, xf_message_t *m) in xf_proxy_command() 341 static inline void xf_msg_local_ipc_put(u32 src, u32 dst, xf_message_t *m) in xf_msg_local_ipc_put() 385 xf_message_t *m; in xf_msg_local_ipc_get() local 427 static inline int xf_msg_local_put(u32 core, xf_message_t *m) in xf_msg_local_put() 445 xf_message_t *m; in xf_msg_local_get() local [all …]
|
D | xf-io.c | 84 int xf_input_port_put(xf_input_port_t *port, xf_message_t *m) in xf_input_port_put() 137 xf_message_t *m = xf_msg_dequeue(&port->queue); in xf_input_port_complete() local 309 xf_message_t *m; in xf_input_port_purge() local 330 void xf_input_port_control_save(xf_input_port_t *port, xf_message_t *m) in xf_input_port_control_save() 400 xf_message_t *m; in xf_output_port_route() local 464 void xf_output_port_unroute_start(xf_output_port_t *port, xf_message_t *m) in xf_output_port_unroute_start() 479 xf_message_t *m; in xf_output_port_unroute_done() local 497 xf_message_t *m = xf_output_port_control_msg(port); in xf_output_port_unroute() local 526 int xf_output_port_put(xf_output_port_t *port, xf_message_t *m) in xf_output_port_put() 535 xf_message_t *m = xf_msg_queue_head(&port->queue); in xf_output_port_data() local [all …]
|
D | xf-shmem.c | 72 static inline void xf_msg_proxy_put(xf_message_t *m) in xf_msg_proxy_put() 114 xf_message_t *m; in xf_msg_proxy_get() local 153 xf_message_t *m; in xf_shmem_process_input() local 211 xf_message_t *m; in xf_shmem_process_output() local 322 void xf_msg_proxy_complete(xf_message_t *m) in xf_msg_proxy_complete()
|
D | xf-isr.c | 43 void xf_msg_schedule_isr(xf_message_t *m) in xf_msg_schedule_isr() 57 void xf_msg_complete_isr(xf_message_t *m) in xf_msg_complete_isr()
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/ |
D | xf-msg.h | 112 static inline int xf_msg_enqueue(xf_msg_queue_t *queue, xf_message_t *m) in xf_msg_enqueue() 131 #define xf_msg_enqueue(queue, m) \ argument 140 xf_message_t *m = queue->head; in xf_msg_dequeue() local 169 static inline int xf_msg_from_pool(xf_msg_pool_t *pool, xf_message_t *m) in xf_msg_from_pool() 219 static inline void xf_response(xf_message_t *m) in xf_response() 225 static inline void xf_response_data(xf_message_t *m, u32 length) in xf_response_data() 235 static inline void xf_response_ok(xf_message_t *m) in xf_response_ok() 245 static inline void xf_response_err(xf_message_t *m) in xf_response_err()
|
D | xf-trace.h | 79 #define xf_trace_submit(core, m) (void)0 argument 80 #define xf_trace_flush(core, m) (void)0 argument
|
/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_module.cpp | 80 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_register_buffer() local 87 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_unregister_buffer() local 95 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_lock() local 103 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_lock_ycbcr() local 110 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_unlock() local 118 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_lock_async() local 126 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_lock_ycbcr_async() local 133 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_unlock_async() local
|
D | mali_gralloc_bufferaccess.cpp | 36 int mali_gralloc_lock(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, … in mali_gralloc_lock() 72 int mali_gralloc_lock_ycbcr(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, i… in mali_gralloc_lock_ycbcr() 168 int mali_gralloc_unlock(const mali_gralloc_module *m, buffer_handle_t buffer) in mali_gralloc_unlock() 187 int mali_gralloc_get_num_flex_planes(const mali_gralloc_module *m, buffer_handle_t buffer, uint32_t… in mali_gralloc_get_num_flex_planes() 222 int mali_gralloc_lock_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, i… in mali_gralloc_lock_async() 234 int mali_gralloc_lock_ycbcr_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t us… in mali_gralloc_lock_ycbcr_async() 248 int mali_gralloc_lock_flex_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usa… in mali_gralloc_lock_flex_async() 404 int mali_gralloc_unlock_async(const mali_gralloc_module *m, buffer_handle_t buffer, int32_t *fence_… in mali_gralloc_unlock_async()
|
D | gralloc_vsync_s3cfb.cpp | 30 private_module_t *m = reinterpret_cast<private_module_t *>(dev->common.module); in gralloc_vsync_enable() local 43 private_module_t *m = reinterpret_cast<private_module_t *>(dev->common.module); in gralloc_vsync_disable() local 56 private_module_t *m = reinterpret_cast<private_module_t *>(dev->common.module); in gralloc_wait_for_vsync() local
|
D | framebuffer_device.cpp | 68 private_module_t *m = reinterpret_cast<private_module_t *>(dev->common.module); in fb_set_swap_interval() local 91 private_module_t *m = reinterpret_cast<private_module_t *>(dev->common.module); in fb_post() local 402 static int fb_alloc_framebuffer_dmabuf(private_module_t *m, private_handle_t *hnd) in fb_alloc_framebuffer_dmabuf() 422 static int fb_alloc_from_ion_module(mali_gralloc_module *m, size_t buffer_size, uint64_t consumer_u… in fb_alloc_from_ion_module() 440 static int fb_alloc_framebuffer_locked(mali_gralloc_module *m, uint64_t consumer_usage, uint64_t pr… in fb_alloc_framebuffer_locked() 524 int fb_alloc_framebuffer(mali_gralloc_module *m, uint64_t consumer_usage, uint64_t producer_usage, in fb_alloc_framebuffer() 587 private_module_t *m = (private_module_t *)module; in framebuffer_device_open() local
|
D | mali_gralloc_public_interface.cpp | 167 mali_gralloc_module *m; in mali_gralloc_allocate() local 245 mali_gralloc_module *m; in mali_gralloc_retain() local 263 mali_gralloc_module *m; in mali_gralloc_release() local 277 mali_gralloc_module *m; in mali_gralloc1_get_num_flex_planes() local 298 mali_gralloc_module *m; in mali_gralloc1_lock_async() local 326 mali_gralloc_module *m; in mali_gralloc1_lock_flex_async() local 350 mali_gralloc_module *m; in mali_gralloc1_unlock_async() local
|
D | mali_gralloc_ion.cpp | 393 int mali_gralloc_ion_allocate(mali_gralloc_module *m, const gralloc_buffer_descriptor_t *descriptor… in mali_gralloc_ion_allocate() 650 void mali_gralloc_ion_sync(const mali_gralloc_module *m, private_handle_t *hnd) in mali_gralloc_ion_sync() 680 private_module_t *m = NULL; in mali_gralloc_ion_map() local 754 private_module_t *m = reinterpret_cast<private_module_t *>(dev->common.module); in mali_gralloc_ion_device_close() local
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_module.cpp | 80 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_register_buffer() local 87 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_unregister_buffer() local 95 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_lock() local 103 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_lock_ycbcr() local 110 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_unlock() local 118 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_lock_async() local 126 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_lock_ycbcr_async() local 133 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_unlock_async() local
|
D | mali_gralloc_bufferaccess.cpp | 36 int mali_gralloc_lock(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, … in mali_gralloc_lock() 72 int mali_gralloc_lock_ycbcr(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, i… in mali_gralloc_lock_ycbcr() 168 int mali_gralloc_unlock(const mali_gralloc_module *m, buffer_handle_t buffer) in mali_gralloc_unlock() 187 int mali_gralloc_get_num_flex_planes(const mali_gralloc_module *m, buffer_handle_t buffer, uint32_t… in mali_gralloc_get_num_flex_planes() 222 int mali_gralloc_lock_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, i… in mali_gralloc_lock_async() 234 int mali_gralloc_lock_ycbcr_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t us… in mali_gralloc_lock_ycbcr_async() 248 int mali_gralloc_lock_flex_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usa… in mali_gralloc_lock_flex_async() 404 int mali_gralloc_unlock_async(const mali_gralloc_module *m, buffer_handle_t buffer, int32_t *fence_… in mali_gralloc_unlock_async()
|
D | gralloc_vsync_s3cfb.cpp | 30 private_module_t *m = reinterpret_cast<private_module_t *>(dev->common.module); in gralloc_vsync_enable() local 43 private_module_t *m = reinterpret_cast<private_module_t *>(dev->common.module); in gralloc_vsync_disable() local 56 private_module_t *m = reinterpret_cast<private_module_t *>(dev->common.module); in gralloc_wait_for_vsync() local
|
D | framebuffer_device.cpp | 68 private_module_t *m = reinterpret_cast<private_module_t *>(dev->common.module); in fb_set_swap_interval() local 91 private_module_t *m = reinterpret_cast<private_module_t *>(dev->common.module); in fb_post() local 402 static int fb_alloc_framebuffer_dmabuf(private_module_t *m, private_handle_t *hnd) in fb_alloc_framebuffer_dmabuf() 422 static int fb_alloc_from_ion_module(mali_gralloc_module *m, size_t buffer_size, uint64_t consumer_u… in fb_alloc_from_ion_module() 440 static int fb_alloc_framebuffer_locked(mali_gralloc_module *m, uint64_t consumer_usage, uint64_t pr… in fb_alloc_framebuffer_locked() 524 int fb_alloc_framebuffer(mali_gralloc_module *m, uint64_t consumer_usage, uint64_t producer_usage, in fb_alloc_framebuffer() 587 private_module_t *m = (private_module_t *)module; in framebuffer_device_open() local
|
D | mali_gralloc_public_interface.cpp | 167 mali_gralloc_module *m; in mali_gralloc_allocate() local 244 mali_gralloc_module *m; in mali_gralloc_retain() local 262 mali_gralloc_module *m; in mali_gralloc_release() local 276 mali_gralloc_module *m; in mali_gralloc1_get_num_flex_planes() local 297 mali_gralloc_module *m; in mali_gralloc1_lock_async() local 325 mali_gralloc_module *m; in mali_gralloc1_lock_flex_async() local 349 mali_gralloc_module *m; in mali_gralloc1_unlock_async() local
|
D | mali_gralloc_ion.cpp | 438 static int initialize_interface(mali_gralloc_module *m) in initialize_interface() 485 int mali_gralloc_ion_allocate(mali_gralloc_module *m, const gralloc_buffer_descriptor_t *descriptor… in mali_gralloc_ion_allocate() 692 void mali_gralloc_ion_sync(const mali_gralloc_module *m, private_handle_t *hnd) in mali_gralloc_ion_sync() 722 private_module_t *m = NULL; in mali_gralloc_ion_map() local 779 private_module_t *m = reinterpret_cast<private_module_t *>(dev->common.module); in mali_gralloc_ion_device_close() local
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/ |
D | xa-class-audio-codec.c | 109 xf_message_t *m = xf_msg_queue_head(&codec->output.queue); in xa_codec_prepare_runtime() local 159 static XA_ERRORCODE xa_codec_empty_this_buffer(XACodecBase *base, xf_message_t *m) in xa_codec_empty_this_buffer() 201 static XA_ERRORCODE xa_codec_fill_this_buffer(XACodecBase *base, xf_message_t *m) in xa_codec_fill_this_buffer() 262 static XA_ERRORCODE xa_codec_port_route(XACodecBase *base, xf_message_t *m) in xa_codec_port_route() 292 static XA_ERRORCODE xa_codec_port_unroute(XACodecBase *base, xf_message_t *m) in xa_codec_port_unroute() 331 static XA_ERRORCODE xa_codec_flush(XACodecBase *base, xf_message_t *m) in xa_codec_flush() 673 static int xa_audio_codec_terminate(xf_component_t *component, xf_message_t *m) in xa_audio_codec_terminate() 705 static int xa_audio_codec_destroy(xf_component_t *component, xf_message_t *m) in xa_audio_codec_destroy() 726 static int xa_audio_codec_cleanup(xf_component_t *component, xf_message_t *m) in xa_audio_codec_cleanup()
|
D | xa-class-mixer.c | 178 xf_message_t *m = xf_msg_dequeue(&mixer->output.queue); in xa_mixer_prepare_runtime() local 208 static XA_ERRORCODE xa_mixer_empty_this_buffer(XACodecBase *base, xf_message_t *m) in xa_mixer_empty_this_buffer() 255 static XA_ERRORCODE xa_mixer_fill_this_buffer(XACodecBase *base, xf_message_t *m) in xa_mixer_fill_this_buffer() 291 static XA_ERRORCODE xa_mixer_port_route(XACodecBase *base, xf_message_t *m) in xa_mixer_port_route() 321 static XA_ERRORCODE xa_mixer_port_unroute(XACodecBase *base, xf_message_t *m) in xa_mixer_port_unroute() 361 static XA_ERRORCODE xa_mixer_pause(XACodecBase *base, xf_message_t *m) in xa_mixer_pause() 400 static XA_ERRORCODE xa_mixer_resume(XACodecBase *base, xf_message_t *m) in xa_mixer_resume() 442 static XA_ERRORCODE xa_mixer_flush(XACodecBase *base, xf_message_t *m) in xa_mixer_flush() 755 static int xa_mixer_terminate(xf_component_t *component, xf_message_t *m) in xa_mixer_terminate() 786 static int xa_mixer_destroy(xf_component_t *component, xf_message_t *m) in xa_mixer_destroy() [all …]
|
D | xa-class-base.c | 166 XA_ERRORCODE xa_base_set_param(XACodecBase *base, xf_message_t *m) in xa_base_set_param() 210 XA_ERRORCODE xa_base_get_param(XACodecBase *base, xf_message_t *m) in xa_base_get_param() 244 XA_ERRORCODE xa_base_set_param_ext(XACodecBase *base, xf_message_t *m) in xa_base_set_param_ext() 308 XA_ERRORCODE xa_base_get_param_ext(XACodecBase *base, xf_message_t *m) in xa_base_get_param_ext() 419 static int xa_base_command(xf_component_t *component, xf_message_t *m) in xa_base_command()
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/ |
D | xf-mem.h | 48 static inline void xf_shmem_alloc_addref(u32 core, xf_message_t *m) in xf_shmem_alloc_addref() 53 static inline void xf_shmem_alloc_rmref(u32 core, xf_message_t *m) in xf_shmem_alloc_rmref() 114 static inline int xf_shmem_alloc(u32 core, xf_message_t *m) in xf_shmem_alloc() 133 static inline void xf_shmem_free(u32 core, xf_message_t *m) in xf_shmem_free()
|
/device/linaro/hikey/gralloc/ |
D | alloc_device.cpp | 116 static int fb_get_framebuffer_dmabuf(private_module_t *m, private_handle_t *hnd) in fb_get_framebuffer_dmabuf() 203 private_module_t *m = reinterpret_cast<private_module_t *>(dev->common.module); in gralloc_alloc_buffer() local 369 private_module_t *m = reinterpret_cast<private_module_t *>(dev->common.module); in gralloc_alloc_framebuffer_locked() local 470 private_module_t *m = reinterpret_cast<private_module_t *>(dev->common.module); in gralloc_alloc_framebuffer() local 712 private_module_t *m = reinterpret_cast<private_module_t *>(device); in alloc_device_close() local 778 static int initialize_interface(private_module_t *m) in initialize_interface() 860 private_module_t *m = reinterpret_cast<private_module_t *>(dev->common.module); in alloc_device_open() local
|
/device/amlogic/yukawa/hal/gralloc/legacy/ |
D | alloc_device.cpp | 46 mali_gralloc_module *m; in alloc_device_alloc() local 141 private_module_t *m = reinterpret_cast<private_module_t *>(dev->common.module); in alloc_device_free() local
|
/device/linaro/hikey/gralloc960/legacy/ |
D | alloc_device.cpp | 46 mali_gralloc_module *m; in alloc_device_alloc() local 140 private_module_t *m = reinterpret_cast<private_module_t *>(dev->common.module); in alloc_device_free() local
|