Searched defs:vbva_buf_ctx (Results 1 – 1 of 1) sorted by relevance
33 struct vbva_buf_ctx { struct35 u32 buffer_offset;37 u32 buffer_length;39 bool buffer_overflow;41 struct vbva_record *record;68 bool vbva_enable(struct vbva_buf_ctx *vbva_ctx, struct gen_pool *ctx, argument