Searched defs:mali_dma_buf_attachment (Results 1 – 1 of 1) sorted by relevance
25 struct mali_dma_buf_attachment { struct26 struct dma_buf *buf;27 struct dma_buf_attachment *attachment;28 struct sg_table *sgt;29 struct mali_session_data *session;30 int map_ref;31 struct mutex map_lock;32 mali_bool is_mapped;33 wait_queue_head_t wait_queue;