Searched refs:dma_fence_unwrap_for_each (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/dma-buf/ |
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()
|
A D | sync_file.c | 300 dma_fence_unwrap_for_each(fence, &iter, sync_file->fence) in sync_file_ioctl_fence_info() 325 dma_fence_unwrap_for_each(fence, &iter, sync_file->fence) { in sync_file_ioctl_fence_info()
|
A D | dma-fence-unwrap.c | 74 dma_fence_unwrap_for_each(tmp, &iter[i], fences[i]) in __dma_fence_unwrap_merge()
|
A D | dma-buf.c | 424 dma_fence_unwrap_for_each(f, &iter, fence) in dma_buf_import_sync_file() 432 dma_fence_unwrap_for_each(f, &iter, fence) in dma_buf_import_sync_file()
|
/linux-6.3-rc2/include/linux/ |
A D | dma-fence-unwrap.h | 47 #define dma_fence_unwrap_for_each(fence, cursor, head) \ macro
|
/linux-6.3-rc2/ |
A D | .clang-format | 143 - 'dma_fence_unwrap_for_each'
|
Completed in 8 milliseconds