vdoa_ctx
struct vdoa_ctx *vdoa;
struct vdoa_ctx *curr_ctx;
int vdoa_wait_for_completion(struct vdoa_ctx *ctx)
void vdoa_device_run(struct vdoa_ctx *ctx, dma_addr_t dst, dma_addr_t src)
struct vdoa_ctx *vdoa_context_create(struct vdoa_data *vdoa)
struct vdoa_ctx *ctx;
void vdoa_context_destroy(struct vdoa_ctx *ctx)
int vdoa_context_configure(struct vdoa_ctx *ctx,
struct vdoa_ctx *curr_ctx;
struct vdoa_ctx;
struct vdoa_ctx *vdoa_context_create(struct vdoa_data *vdoa);
int vdoa_context_configure(struct vdoa_ctx *ctx,
void vdoa_context_destroy(struct vdoa_ctx *ctx);
void vdoa_device_run(struct vdoa_ctx *ctx, dma_addr_t dst, dma_addr_t src);
int vdoa_wait_for_completion(struct vdoa_ctx *ctx);
static inline struct vdoa_ctx *vdoa_context_create(struct vdoa_data *vdoa)
static inline int vdoa_context_configure(struct vdoa_ctx *ctx,
static inline void vdoa_context_destroy(struct vdoa_ctx *ctx) { };
static inline void vdoa_device_run(struct vdoa_ctx *ctx,
static inline int vdoa_wait_for_completion(struct vdoa_ctx *ctx)