Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddma-fence.h136 struct dma_fence_ops { struct
149 const char * (*get_driver_name)(struct dma_fence *fence);
164 const char * (*get_timeline_name)(struct dma_fence *fence);
201 bool (*enable_signaling)(struct dma_fence *fence);
238 * dma_fence_ops to stay loaded as long as the dma_fence exists. argument
253 * dma_fence_ops to stay loaded as long as the dma_fence exists. argument
281 void dma_fence_init(struct dma_fence *fence, const struct dma_fence_ops *ops, argument