Lines Matching refs:intbuf
24 struct intbuf { struct
87 struct intbuf *buf; in venus_helper_queue_dpb_bufs()
110 struct intbuf *buf, *n; in venus_helper_free_dpb_bufs()
133 struct intbuf *buf; in venus_helper_alloc_dpb_bufs()
192 struct intbuf *buf; in intbufs_set_buffer()
248 struct intbuf *buf, *n; in intbufs_unset_buffers()
295 const unsigned int *intbuf; in venus_helper_intbufs_alloc() local
301 intbuf = intbuf_types_6xx; in venus_helper_intbufs_alloc()
304 intbuf = intbuf_types_4xx; in venus_helper_intbufs_alloc()
307 intbuf = intbuf_types_1xx; in venus_helper_intbufs_alloc()
311 ret = intbufs_set_buffer(inst, intbuf[i]); in venus_helper_intbufs_alloc()
334 struct intbuf *buf, *n; in venus_helper_intbufs_realloc()