Searched defs:intbuf (Results 1 – 1 of 1) sorted by relevance
19 struct intbuf { struct20 struct list_head list;21 u32 type;22 size_t size;23 void *va;24 dma_addr_t da;25 unsigned long attrs;282 const unsigned int *intbuf; in venus_helper_intbufs_alloc() local