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