Lines Matching refs:dma_fence
11 struct dma_fence;
22 struct dma_fence *chain;
26 struct dma_fence *array;
33 struct dma_fence *dma_fence_unwrap_first(struct dma_fence *head,
35 struct dma_fence *dma_fence_unwrap_next(struct dma_fence_unwrap *cursor);
51 struct dma_fence *__dma_fence_unwrap_merge(unsigned int num_fences,
52 struct dma_fence **fences,
64 * Returns NULL on memory allocation failure, a dma_fence object representing
69 struct dma_fence *__f[] = { __VA_ARGS__ }; \