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

  /src/sys/external/bsd/drm2/include/linux/
dma-buf.h 46 struct dma_buf_attachment;
58 int (*attach)(struct dma_buf *, struct dma_buf_attachment *);
59 void (*detach)(struct dma_buf *, struct dma_buf_attachment *);
61 (*map_dma_buf)(struct dma_buf_attachment *,
63 void (*unmap_dma_buf)(struct dma_buf_attachment *,
86 struct dma_buf_attachment { struct
128 struct dma_buf_attachment *
130 struct dma_buf_attachment *
132 void dma_buf_detach(struct dma_buf *, struct dma_buf_attachment *);
135 dma_buf_map_attachment(struct dma_buf_attachment *,
    [all...]
dma-buf.h 46 struct dma_buf_attachment;
58 int (*attach)(struct dma_buf *, struct dma_buf_attachment *);
59 void (*detach)(struct dma_buf *, struct dma_buf_attachment *);
61 (*map_dma_buf)(struct dma_buf_attachment *,
63 void (*unmap_dma_buf)(struct dma_buf_attachment *,
86 struct dma_buf_attachment { struct
128 struct dma_buf_attachment *
130 struct dma_buf_attachment *
132 void dma_buf_detach(struct dma_buf *, struct dma_buf_attachment *);
135 dma_buf_map_attachment(struct dma_buf_attachment *,
    [all...]

Completed in 23 milliseconds