Home
last modified time | relevance | path

Searched refs:vdoa_ctx (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/media/platform/coda/
Dimx-vdoa.h18 struct vdoa_ctx;
22 struct vdoa_ctx *vdoa_context_create(struct vdoa_data *vdoa);
23 int vdoa_context_configure(struct vdoa_ctx *ctx,
26 void vdoa_context_destroy(struct vdoa_ctx *ctx);
28 void vdoa_device_run(struct vdoa_ctx *ctx, dma_addr_t dst, dma_addr_t src);
29 int vdoa_wait_for_completion(struct vdoa_ctx *ctx);
33 static inline struct vdoa_ctx *vdoa_context_create(struct vdoa_data *vdoa) in vdoa_context_create()
38 static inline int vdoa_context_configure(struct vdoa_ctx *ctx, in vdoa_context_configure()
46 static inline void vdoa_context_destroy(struct vdoa_ctx *ctx) { }; in vdoa_context_destroy()
48 static inline void vdoa_device_run(struct vdoa_ctx *ctx, in vdoa_device_run()
[all …]
Dimx-vdoa.c86 struct vdoa_ctx *curr_ctx;
100 struct vdoa_ctx { struct
111 struct vdoa_ctx *curr_ctx; in vdoa_irq_handler() argument
138 int vdoa_wait_for_completion(struct vdoa_ctx *ctx) in vdoa_wait_for_completion()
156 void vdoa_device_run(struct vdoa_ctx *ctx, dma_addr_t dst, dma_addr_t src) in vdoa_device_run()
207 struct vdoa_ctx *vdoa_context_create(struct vdoa_data *vdoa) in vdoa_context_create()
209 struct vdoa_ctx *ctx; in vdoa_context_create()
229 void vdoa_context_destroy(struct vdoa_ctx *ctx) in vdoa_context_destroy()
243 int vdoa_context_configure(struct vdoa_ctx *ctx, in vdoa_context_configure()
Dcoda.h251 struct vdoa_ctx *vdoa;