Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/heaps/
Dcma_heap.c32 struct list_head attachments; member
74 list_add(&a->list, &buffer->attachments); in cma_heap_attach()
126 list_for_each_entry(a, &buffer->attachments, list) in cma_heap_dma_buf_begin_cpu_access()
148 list_for_each_entry(a, &buffer->attachments, list) in cma_heap_dma_buf_end_cpu_access()
291 INIT_LIST_HEAD(&buffer->attachments); in cma_heap_allocate()
Dsystem_heap.c32 struct list_head attachments; member
117 list_add(&a->list, &buffer->attachments); in system_heap_attach()
183 list_for_each_entry(a, &buffer->attachments, list) in system_heap_dma_buf_begin_cpu_access()
208 list_for_each_entry(a, &buffer->attachments, list) in system_heap_dma_buf_end_cpu_access()
435 INIT_LIST_HEAD(&buffer->attachments); in system_heap_do_allocate()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/
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
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/
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
/device/board/isoftstone/yangfan/kernel/src/driv/media/isp/
Drkisp_tb_helper.c104 attachment = list_first_entry(&dmabuf->attachments, struct dma_buf_attachment, node); in shm_begin_cpu_access()
116 attachment = list_first_entry(&dmabuf->attachments, struct dma_buf_attachment, node); in shm_end_cpu_access()
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
Ddma-buf.c110 WARN_ON(!list_empty(&dmabuf->attachments)); in dma_buf_release()
446 if (!list_empty(&dmabuf->attachments)) { in dma_buf_set_name()
689 INIT_LIST_HEAD(&dmabuf->attachments); in dma_buf_export()
863 list_add(&attach->node, &dmabuf->attachments); in dma_buf_dynamic_attach()
1109 list_for_each_entry(attach, &dmabuf->attachments, node) if (attach->importer_ops) in dma_buf_move_notify()
1551 list_for_each_entry(attach_obj, &buf_obj->attachments, node) in dma_buf_debug_show()
/device/soc/rockchip/common/sdk_linux/include/linux/
Ddma-buf.h395 struct list_head attachments; member
/device/soc/allwinner/t507/patches/kernel/linux-5.10/
Dkernel.patch476 + struct list_head attachments;
520 + list_add(&a->list, &buffer->attachments);
579 + list_for_each_entry(a, &buffer->attachments, list) {
599 + list_for_each_entry(a, &buffer->attachments, list) {
751 + INIT_LIST_HEAD(&buffer->attachments);
1404 + struct list_head attachments;
1508 + list_add(&a->list, &buffer->attachments);
1583 + list_for_each_entry(a, &buffer->attachments, list) {
1606 + list_for_each_entry(a, &buffer->attachments, list) {
1820 + INIT_LIST_HEAD(&buffer->attachments);
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/
Dkernel.patch4647 - WARN_ON(!list_empty(&dmabuf->attachments));
4649 + WARN_ON(!list_empty(&dmabuf->attachments));
4662 + if (!list_empty(&dmabuf->attachments)) {
4709 - if (!list_empty(&dmabuf->attachments)) {
5508 + struct list_head attachments;
5552 + list_add(&a->list, &buffer->attachments);
5611 + list_for_each_entry(a, &buffer->attachments, list) {
5631 + list_for_each_entry(a, &buffer->attachments, list) {
5783 + INIT_LIST_HEAD(&buffer->attachments);
5923 + struct list_head attachments;
[all …]
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/
Drootfs_arm64.cpio.gz