Searched refs:vbva_buf_ctx (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vboxvideo/ |
D | vboxvideo_guest.h | 14 struct vbva_buf_ctx { struct 40 bool vbva_enable(struct vbva_buf_ctx *vbva_ctx, struct gen_pool *ctx, argument 42 void vbva_disable(struct vbva_buf_ctx *vbva_ctx, struct gen_pool *ctx, 44 bool vbva_buffer_begin_update(struct vbva_buf_ctx *vbva_ctx, 46 void vbva_buffer_end_update(struct vbva_buf_ctx *vbva_ctx); 47 bool vbva_write(struct vbva_buf_ctx *vbva_ctx, struct gen_pool *ctx, 49 void vbva_setup_buffer_context(struct vbva_buf_ctx *vbva_ctx,
|
D | vbva_base.c | 29 static void vbva_buffer_place_data_at(struct vbva_buf_ctx *vbva_ctx, in vbva_buffer_place_data_at() 61 bool vbva_write(struct vbva_buf_ctx *vbva_ctx, struct gen_pool *ctx, in vbva_write() 107 static bool vbva_inform_host(struct vbva_buf_ctx *vbva_ctx, in vbva_inform_host() 137 bool vbva_enable(struct vbva_buf_ctx *vbva_ctx, struct gen_pool *ctx, in vbva_enable() 154 void vbva_disable(struct vbva_buf_ctx *vbva_ctx, struct gen_pool *ctx, in vbva_disable() 164 bool vbva_buffer_begin_update(struct vbva_buf_ctx *vbva_ctx, in vbva_buffer_begin_update() 195 void vbva_buffer_end_update(struct vbva_buf_ctx *vbva_ctx) in vbva_buffer_end_update() 209 void vbva_setup_buffer_context(struct vbva_buf_ctx *vbva_ctx, in vbva_setup_buffer_context()
|
D | vbox_drv.h | 55 struct vbva_buf_ctx *vbva_info;
|