Home
last modified time | relevance | path

Searched refs:attachments (Results 1 – 25 of 49) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/
H A Dbpftool-net.rst5 tool for inspection of netdev/tc related bpf prog attachments
34 List bpf program attachments in the kernel networking subsystem.
36 Currently, only device driver xdp attachments and tc filter
37 classification/action attachments are implemented, i.e., for
43 users can use **bpftool cgroup** to dump cgroup attachments.
47 The current output will start with all xdp program attachments, followed by
48 all tc class/qdisc bpf program attachments. Both xdp programs and
H A Dbpftool-perf.rst5 tool for inspection of perf related bpf prog attachments
/OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/
H A Dcma_heap.c33 struct list_head attachments; member
77 list_add(&a->list, &buffer->attachments); in cma_heap_attach()
134 list_for_each_entry(a, &buffer->attachments, list) { in cma_heap_dma_buf_begin_cpu_access()
155 list_for_each_entry(a, &buffer->attachments, list) { in cma_heap_dma_buf_end_cpu_access()
293 INIT_LIST_HEAD(&buffer->attachments); in cma_heap_allocate()
H A Dsram_heap.c42 struct list_head attachments; member
91 list_add(&a->list, &buffer->attachments); in dma_heap_attach()
195 INIT_LIST_HEAD(&buffer->attachments); in sram_dma_heap_allocate()
282 INIT_LIST_HEAD(&buffer->attachments); in sram_heap_alloc_dma_buf()
H A Drk_cma_heap.c36 struct list_head attachments; member
85 list_add(&a->list, &buffer->attachments); in cma_heap_attach()
198 list_for_each_entry(a, &buffer->attachments, list) { in cma_heap_dma_buf_begin_cpu_access()
218 list_for_each_entry(a, &buffer->attachments, list) { in cma_heap_dma_buf_end_cpu_access()
370 INIT_LIST_HEAD(&buffer->attachments); in cma_heap_do_allocate()
H A Dsystem_heap.c32 struct list_head attachments; member
117 list_add(&a->list, &buffer->attachments); in system_heap_attach()
182 list_for_each_entry(a, &buffer->attachments, list) { in system_heap_dma_buf_begin_cpu_access()
205 list_for_each_entry(a, &buffer->attachments, list) { in system_heap_dma_buf_end_cpu_access()
418 INIT_LIST_HEAD(&buffer->attachments); in system_heap_do_allocate()
H A Drk_system_heap.c41 struct list_head attachments; member
127 list_add(&a->list, &buffer->attachments); in system_heap_attach()
192 list_for_each_entry(a, &buffer->attachments, list) { in system_heap_dma_buf_begin_cpu_access()
215 list_for_each_entry(a, &buffer->attachments, list) { in system_heap_dma_buf_end_cpu_access()
539 INIT_LIST_HEAD(&buffer->attachments); in system_heap_do_allocate()
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A Ddri2ext.c270 unsigned int *attachments; in ProcDRI2GetBuffers() local
285 attachments = (unsigned int *) &stuff[1]; in ProcDRI2GetBuffers()
287 attachments, stuff->count, &count); in ProcDRI2GetBuffers()
300 unsigned int *attachments; in ProcDRI2GetBuffersWithFormat() local
316 attachments = (unsigned int *) &stuff[1]; in ProcDRI2GetBuffersWithFormat()
318 attachments, stuff->count, &count); in ProcDRI2GetBuffersWithFormat()
H A Ddri2.h57 unsigned int *attachments,
287 unsigned int *attachments,
316 *attachments,
H A Ddri2.c558 unsigned int *attachments, int count, int *out_count, in do_get_buffers() argument
589 const unsigned attachment = *(attachments++); in do_get_buffers()
590 const unsigned format = (has_format) ? *(attachments++) : 0; in do_get_buffers()
699 unsigned int *attachments, int count, int *out_count) in DRI2GetBuffers() argument
701 return do_get_buffers(pDraw, width, height, attachments, count, in DRI2GetBuffers()
707 unsigned int *attachments, int count, int *out_count) in DRI2GetBuffersWithFormat() argument
709 return do_get_buffers(pDraw, width, height, attachments, count, in DRI2GetBuffersWithFormat()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/
H A DKconfig60 bool "Map dma-buf attachments on attach"
64 This makes the Mali driver map dma-buf attachments after doing
65 attach. If this is not set the dma-buf attachments will be mapped for
/OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/
H A Drk-cma-heap.c39 struct list_head attachments; member
89 list_add(&a->list, &buffer->attachments); in rk_cma_heap_attach()
150 list_for_each_entry(a, &buffer->attachments, list) { in rk_cma_heap_dma_buf_begin_cpu_access_partial()
180 list_for_each_entry(a, &buffer->attachments, list) { in rk_cma_heap_dma_buf_end_cpu_access_partial()
443 INIT_LIST_HEAD(&buffer->attachments); in rk_cma_heap_allocate()
/OK3568_Linux_fs/kernel/drivers/staging/android/ion/
H A Dion_dma_buf.c77 list_add(&a->list, &buffer->attachments); in ion_dma_buf_attach()
175 list_for_each_entry(a, &buffer->attachments, list) { in ion_dma_buf_begin_cpu_access()
220 list_for_each_entry(a, &buffer->attachments, list) { in ion_dma_buf_end_cpu_access()
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drk_dmabuf_procfs.c62 list_for_each_entry_safe(a, t, &dmabuf->attachments, node) { in rk_dmabuf_dump_sgt()
108 list_for_each_entry_safe(a, t, &dmabuf->attachments, node) { in rk_dmabuf_cb3()
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxdri2.c641 unsigned int *attachments, int count, in dri2GetBuffers() argument
651 width, height, attachments, count, out_count); in dri2GetBuffers()
660 width, height, attachments, count, out_count); in dri2GetBuffers()
698 unsigned int *attachments, int count, in dri2GetBuffersWithFormat() argument
708 width, height, attachments, count, in dri2GetBuffersWithFormat()
718 width, height, attachments, count, in dri2GetBuffersWithFormat()
/OK3568_Linux_fs/buildroot/package/libuecc/
H A Dlibuecc.mk8 LIBUECC_SITE = https://projects.universe-factory.net/attachments/download/85
/OK3568_Linux_fs/kernel/Documentation/process/
H A Demail-clients.rst23 attachments, but then the attachments should have content-type
24 ``text/plain``. However, attachments are generally frowned upon because
152 You can safely GPG sign attachments, but inlined text is preferred for
156 If you absolutely must send patches as attachments instead of inlining
266 - Works well for inlining text (or using attachments).
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Drkisp_tb_helper.c108 attachment = list_first_entry(&dmabuf->attachments, struct dma_buf_attachment, node); in shm_begin_cpu_access()
120 attachment = list_first_entry(&dmabuf->attachments, struct dma_buf_attachment, node); in shm_end_cpu_access()
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-buf.c154 WARN_ON(!list_empty(&dmabuf->attachments)); in dma_buf_release()
736 INIT_LIST_HEAD(&dmabuf->attachments); in dma_buf_export()
891 list_add(&attach->node, &dmabuf->attachments); in dma_buf_dynamic_attach()
1146 list_for_each_entry(attach, &dmabuf->attachments, node) in dma_buf_move_notify()
1578 list_for_each_entry(attach_obj, &buf_obj->attachments, node) { in dma_buf_debug_show()
/OK3568_Linux_fs/buildroot/boot/lpc32xxcdl/
H A Dlpc32xxcdl.mk9 LPC32XXCDL_SITE = https://community.nxp.com/pwmxy87654/attachments/pwmxy87654/lpcware-archive/61/2
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dsecurity-bugs.rst29 Please send plain text emails without attachments where possible.
31 issue if all the details are hidden away in attachments. Think of it like a
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dcommon.c261 attachment = list_first_entry(&dmabuf->attachments, struct dma_buf_attachment, node); in rkcif_shm_begin_cpu_access()
273 attachment = list_first_entry(&dmabuf->attachments, struct dma_buf_attachment, node); in rkcif_shm_end_cpu_access()
/OK3568_Linux_fs/kernel/Documentation/
H A Ddma-buf-test-exporter.txt33 * query kernel side API usage stats (number of attachments, number of mappings, mmaps)
/OK3568_Linux_fs/kernel/include/linux/
H A Dion.h49 struct list_head attachments; member
H A Ddma-buf.h413 struct list_head attachments; member

12