Searched defs:dma_fence_ops (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 76986 struct dma_fence_ops { struct 76987 bool use_64bit_seqno; 76988 const char * (*get_driver_name)(struct dma_fence *); 76989 const char * (*get_timeline_name)(struct dma_fence *); 76990 bool (*enable_signaling)(struct dma_fence *); 76991 bool (*signaled)(struct dma_fence *); 76992 long (*wait)(struct dma_fence *, bool, long); 76993 void (*release)(struct dma_fence *); 76994 void (*fence_value_str)(struct dma_fence *, char *, int); 76995 void (*timeline_value_str)(struct dma_fence *, char *, int); [all …]
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 86603 struct dma_fence_ops { struct 86604 bool use_64bit_seqno; 86605 const char * (*get_driver_name)(struct dma_fence *); 86606 const char * (*get_timeline_name)(struct dma_fence *); 86607 bool (*enable_signaling)(struct dma_fence *); 86608 bool (*signaled)(struct dma_fence *); 86609 long (*wait)(struct dma_fence *, bool, long); 86610 void (*release)(struct dma_fence *); 86611 void (*fence_value_str)(struct dma_fence *, char *, int); 86612 void (*timeline_value_str)(struct dma_fence *, char *, int); [all …]
|