Searched defs:intbuf (Results 1 – 1 of 1) sorted by relevance
24 struct intbuf { struct25 struct list_head list;26 u32 type;27 size_t size;28 void *va;29 dma_addr_t da;30 unsigned long attrs;295 const unsigned int *intbuf; in venus_helper_intbufs_alloc() local