Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-core.c94 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 …]
Dxf-io.c84 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 …]
Dxf-shmem.c72 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()
Dxf-isr.c43 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/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dmoduleobject.c20 PyModuleObject *m; in PyModule_New() local
46 PyModule_GetDict(PyObject *m) in PyModule_GetDict()
60 PyModule_GetName(PyObject *m) in PyModule_GetName()
80 PyModule_GetFilename(PyObject *m) in PyModule_GetFilename()
100 _PyModule_Clear(PyObject *m) in _PyModule_Clear()
152 module_init(PyModuleObject *m, PyObject *args, PyObject *kwds) in module_init()
174 module_dealloc(PyModuleObject *m) in module_dealloc()
185 module_repr(PyModuleObject *m) in module_repr()
207 module_traverse(PyModuleObject *m, visitproc visit, void *arg) in module_traverse()
Dmethodobject.c131 meth_dealloc(PyCFunctionObject *m) in meth_dealloc()
147 meth_get__doc__(PyCFunctionObject *m, void *closure) in meth_get__doc__()
158 meth_get__name__(PyCFunctionObject *m, void *closure) in meth_get__name__()
164 meth_traverse(PyCFunctionObject *m, visitproc visit, void *arg) in meth_traverse()
172 meth_get__self__(PyCFunctionObject *m, void *closure) in meth_get__self__()
202 meth_repr(PyCFunctionObject *m) in meth_repr()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dmoduleobject.c20 PyModuleObject *m; in PyModule_New() local
46 PyModule_GetDict(PyObject *m) in PyModule_GetDict()
60 PyModule_GetName(PyObject *m) in PyModule_GetName()
80 PyModule_GetFilename(PyObject *m) in PyModule_GetFilename()
100 _PyModule_Clear(PyObject *m) in _PyModule_Clear()
154 module_init(PyModuleObject *m, PyObject *args, PyObject *kwds) in module_init()
176 module_dealloc(PyModuleObject *m) in module_dealloc()
187 module_repr(PyModuleObject *m) in module_repr()
209 module_traverse(PyModuleObject *m, visitproc visit, void *arg) in module_traverse()
Dmethodobject.c131 meth_dealloc(PyCFunctionObject *m) in meth_dealloc()
147 meth_get__doc__(PyCFunctionObject *m, void *closure) in meth_get__doc__()
158 meth_get__name__(PyCFunctionObject *m, void *closure) in meth_get__name__()
164 meth_traverse(PyCFunctionObject *m, visitproc visit, void *arg) in meth_traverse()
172 meth_get__self__(PyCFunctionObject *m, void *closure) in meth_get__self__()
202 meth_repr(PyCFunctionObject *m) in meth_repr()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
DFvImage.py54 def __init__(m, ID=None): argument
67 def __repr__(m): argument
70 def __len__(m): argument
76 def _Unpack(m): argument
80 def _Pack(m, PadByte=0xFF): argument
83 def frombuffer(m, Buffer, Offset=0, Size=None): argument
90 def empty(m): argument
93 def GetField(m, FieldStruct, Offset=0): argument
96 def SetField(m, FieldStruct, Offset, *args): argument
103 def _SetData(m, Data): argument
[all …]
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-msg.h112 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()
Dxf-trace.h79 #define xf_trace_submit(core, m) (void)0 argument
80 #define xf_trace_flush(core, m) (void)0 argument
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/drivers/ipc/
Dhisi_ipc.c18 #define IPC_MBX_SOURCE_REG(m) (IPC_BASE + ((m) << 6)) argument
19 #define IPC_MBX_DSET_REG(m) (IPC_BASE + ((m) << 6) + 0x04) argument
20 #define IPC_MBX_DCLEAR_REG(m) (IPC_BASE + ((m) << 6) + 0x08) argument
21 #define IPC_MBX_DSTATUS_REG(m) (IPC_BASE + ((m) << 6) + 0x0C) argument
22 #define IPC_MBX_MODE_REG(m) (IPC_BASE + ((m) << 6) + 0x10) argument
23 #define IPC_MBX_IMASK_REG(m) (IPC_BASE + ((m) << 6) + 0x14) argument
24 #define IPC_MBX_ICLR_REG(m) (IPC_BASE + ((m) << 6) + 0x18) argument
25 #define IPC_MBX_SEND_REG(m) (IPC_BASE + ((m) << 6) + 0x1C) argument
26 #define IPC_MBX_DATA_REG(m, d) (IPC_BASE + ((m) << 6) + 0x20 + \ argument
28 #define IPC_CPU_IMST_REG(m) (IPC_BASE + ((m) << 3)) argument
/device/linaro/hikey/gralloc960/
Dmali_gralloc_module.cpp80 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
Dgralloc_vsync_s3cfb.cpp30 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
Dmali_gralloc_bufferaccess.cpp36 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()
Dframebuffer_device.cpp68 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
/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/
Dxa-class-audio-codec.c109 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()
Dxa-class-mixer.c178 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 …]
Dxa-class-base.c166 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/
Dxf-mem.h48 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/bootloader/edk2/StdLibPrivateInternalFiles/Include/
Dreentrant.h148 #define mutex_init(m, a) __libc_mutex_init((m), (a)) argument
149 #define mutex_lock(m) __libc_mutex_lock((m)) argument
150 #define mutex_trylock(m) __libc_mutex_trylock((m)) argument
151 #define mutex_unlock(m) __libc_mutex_unlock((m)) argument
152 #define mutex_destroy(m) __libc_mutex_destroy((m)) argument
170 #define cond_wait(c, m) __libc_cond_wait((c), (m)) argument
171 #define cond_timedwait(c, m, t) __libc_cond_timedwait((c), (m), (t)) argument
/device/linaro/hikey/gralloc/
Dalloc_device.cpp101 static int fb_get_framebuffer_dmabuf(private_module_t *m, private_handle_t *hnd) in fb_get_framebuffer_dmabuf()
126 private_module_t *m = reinterpret_cast<private_module_t *>(dev->common.module); in gralloc_alloc_buffer() local
334 private_module_t *m = reinterpret_cast<private_module_t *>(dev->common.module); in gralloc_alloc_framebuffer_locked() local
435 private_module_t *m = reinterpret_cast<private_module_t *>(dev->common.module); in gralloc_alloc_framebuffer() local
677 private_module_t *m = reinterpret_cast<private_module_t *>(device); in alloc_device_close() local
779 private_module_t *m = reinterpret_cast<private_module_t *>(dev->common.module); in alloc_device_open() local
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dstat.h133 #define S_ISFIFO(m) ((m & _S_IFMT) == _S_IFIFO) ///< fifo argument
134 #define S_ISCHR(m) ((m & _S_IFMT) == _S_IFCHR) ///< char special argument
135 #define S_ISDIR(m) ((m & _S_IFMT) == _S_IFDIR) ///< directory argument
136 #define S_ISBLK(m) ((m & _S_IFMT) == _S_IFBLK) ///< block special argument
137 #define S_ISREG(m) ((m & _S_IFMT) == _S_IFREG) ///< regular file argument
138 #define S_ISSOCK(m) ((m & _S_IFMT) == _S_IFSOCK) ///< socket argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_descrtut.py422 def m(self): member in A
426 def m(self): member in B
430 def m(self): member in C
434 def m(self): member in D
/device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
Datomic.h92 #define atomic_set_bit(a,m) inline_atomic_set_bit(a,m) argument
93 #define atomic_clear_bit(a,m) inline_atomic_clear_bit(a,m) argument

12345678910>>...13