HomeSort by: relevance | last modified time | path
    Searched defs:dma_fence_cb (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/include/linux/
dma-fence.h 47 struct dma_fence_cb;
60 TAILQ_HEAD(, dma_fence_cb) f_callbacks;
80 typedef void (*dma_fence_func_t)(struct dma_fence *, struct dma_fence_cb *);
82 struct dma_fence_cb { struct
84 TAILQ_ENTRY(dma_fence_cb) fcb_entry;
144 int dma_fence_add_callback(struct dma_fence *, struct dma_fence_cb *,
146 bool dma_fence_remove_callback(struct dma_fence *, struct dma_fence_cb *);
dma-fence.h 47 struct dma_fence_cb;
60 TAILQ_HEAD(, dma_fence_cb) f_callbacks;
80 typedef void (*dma_fence_func_t)(struct dma_fence *, struct dma_fence_cb *);
82 struct dma_fence_cb { struct
84 TAILQ_ENTRY(dma_fence_cb) fcb_entry;
144 int dma_fence_add_callback(struct dma_fence *, struct dma_fence_cb *,
146 bool dma_fence_remove_callback(struct dma_fence *, struct dma_fence_cb *);

Completed in 23 milliseconds