Searched defs:dma_fence_ops (Results 1 – 1 of 1) sorted by relevance
70 struct dma_fence_ops { struct71 bool use_64bit_seqno;72 const char *(*get_driver_name)(struct dma_fence *);73 const char *(*get_timeline_name)(struct dma_fence *);74 bool (*enable_signaling)(struct dma_fence *);75 bool (*signaled)(struct dma_fence *);76 long (*wait)(struct dma_fence *, bool, long);77 void (*release)(struct dma_fence *);