Home
last modified time | relevance | path

Searched defs:dma_fence_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/include/linux/
Ddma-fence.h126 struct dma_fence_ops { struct
133 bool use_64bit_seqno;
144 const char * (*get_driver_name)(struct dma_fence *fence);
156 const char * (*get_timeline_name)(struct dma_fence *fence);
193 bool (*enable_signaling)(struct dma_fence *fence);
210 bool (*signaled)(struct dma_fence *fence);
228 signed long (*wait)(struct dma_fence *fence,
239 void (*release)(struct dma_fence *fence);
249 void (*fence_value_str)(struct dma_fence *fence, char *str, int size);
259 void (*timeline_value_str)(struct dma_fence *fence,
[all …]