Searched defs:g2d_cmdlist_userptr (Results 1 – 1 of 1) sorted by relevance
205 struct g2d_cmdlist_userptr { struct206 struct list_head list;207 dma_addr_t dma_addr;208 unsigned long userptr;209 unsigned long size;210 struct page **pages;211 unsigned int npages;212 struct sg_table *sgt;213 refcount_t refcount;214 bool in_pool;[all …]