Home
last modified time | relevance | path

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

/linux/include/linux/
A Ddma-fence.h125 struct dma_fence_ops { struct
132 bool use_64bit_seqno;
143 const char * (*get_driver_name)(struct dma_fence *fence);
155 const char * (*get_timeline_name)(struct dma_fence *fence);
192 bool (*enable_signaling)(struct dma_fence *fence);
209 bool (*signaled)(struct dma_fence *fence);
227 signed long (*wait)(struct dma_fence *fence,
238 void (*release)(struct dma_fence *fence);
262 void dma_fence_init(struct dma_fence *fence, const struct dma_fence_ops *ops, argument

Completed in 4 milliseconds