Searched refs:dma_fence_unwrap_for_each (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/dma-buf/ |
H A D | st-dma-fence-unwrap.c | 143 dma_fence_unwrap_for_each(fence, &iter, array) { in unwrap_array() 187 dma_fence_unwrap_for_each(fence, &iter, chain) { in unwrap_chain() 235 dma_fence_unwrap_for_each(fence, &iter, chain) { in unwrap_chain_array() 281 dma_fence_unwrap_for_each(fence, &iter, f3) { in unwrap_merge() 340 dma_fence_unwrap_for_each(fence, &iter, f5) { in unwrap_merge_complex()
|
H A D | sync_file.c | 297 dma_fence_unwrap_for_each(fence, &iter, sync_file->fence) in sync_file_ioctl_fence_info() 322 dma_fence_unwrap_for_each(fence, &iter, sync_file->fence) { in sync_file_ioctl_fence_info()
|
H A D | dma-fence-unwrap.c | 76 dma_fence_unwrap_for_each(tmp, &iter[i], fences[i]) { in __dma_fence_unwrap_merge()
|
H A D | dma-buf.c | 419 dma_fence_unwrap_for_each(f, &iter, fence) in dma_buf_import_sync_file() 427 dma_fence_unwrap_for_each(f, &iter, fence) in dma_buf_import_sync_file()
|
/openbmc/linux/include/linux/ |
H A D | dma-fence-unwrap.h | 47 #define dma_fence_unwrap_for_each(fence, cursor, head) \ macro
|
/openbmc/linux/ |
H A D | .clang-format | 143 - 'dma_fence_unwrap_for_each'
|
/openbmc/linux/drivers/gpu/drm/virtio/ |
H A D | virtgpu_submit.c | 66 dma_fence_unwrap_for_each(f, &itr, fence) { in virtio_gpu_dma_fence_wait()
|