Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h122666 struct dma_fence_ops { struct
122667 bool use_64bit_seqno;
122668 const char * (*get_driver_name)(struct dma_fence *);
122669 const char * (*get_timeline_name)(struct dma_fence *);
122670 bool (*enable_signaling)(struct dma_fence *);
122671 bool (*signaled)(struct dma_fence *);
122672 long int (*wait)(struct dma_fence *, bool, long int);
122673 void (*release)(struct dma_fence *);
122674 void (*fence_value_str)(struct dma_fence *, char *, int);
122675 void (*timeline_value_str)(struct dma_fence *, char *, int);