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