Lines Matching refs:intbuf
30 struct intbuf { struct
93 static void free_dpb_buf(struct venus_inst *inst, struct intbuf *buf) in free_dpb_buf()
105 struct intbuf *buf, *next; in venus_helper_queue_dpb_bufs()
147 struct intbuf *buf, *n; in venus_helper_free_dpb_bufs()
170 struct intbuf *buf; in venus_helper_alloc_dpb_bufs()
239 struct intbuf *buf; in intbufs_set_buffer()
295 struct intbuf *buf, *n; in intbufs_unset_buffers()
342 const unsigned int *intbuf; in venus_helper_intbufs_alloc() local
348 intbuf = intbuf_types_6xx; in venus_helper_intbufs_alloc()
351 intbuf = intbuf_types_4xx; in venus_helper_intbufs_alloc()
354 intbuf = intbuf_types_1xx; in venus_helper_intbufs_alloc()
358 ret = intbufs_set_buffer(inst, intbuf[i]); in venus_helper_intbufs_alloc()
381 struct intbuf *buf, *n; in venus_helper_intbufs_realloc()
1428 struct intbuf *dpb_buf; in venus_helper_change_dpb_owner()