Searched refs:coda_ctx (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/media/platform/chips-media/coda/ |
| H A D | coda.h | 201 struct coda_ctx; 206 int (*reqbufs)(struct coda_ctx *ctx, struct v4l2_requestbuffers *rb); 207 int (*start_streaming)(struct coda_ctx *ctx); 208 int (*prepare_run)(struct coda_ctx *ctx); 209 void (*finish_run)(struct coda_ctx *ctx); 210 void (*run_timeout)(struct coda_ctx *ctx); 213 void (*release)(struct coda_ctx *ctx); 223 struct coda_ctx { struct 307 void coda_write_base(struct coda_ctx *ctx, struct coda_q_data *q_data, argument 319 int coda_hw_reset(struct coda_ctx *ctx); [all …]
|
| H A D | trace.h | 14 TP_PROTO(struct coda_ctx *ctx, int cmd), 35 TP_PROTO(struct coda_ctx *ctx), 53 TP_PROTO(struct coda_ctx *ctx, struct vb2_v4l2_buffer *buf), 74 TP_PROTO(struct coda_ctx *ctx, struct vb2_v4l2_buffer *buf), 79 TP_PROTO(struct coda_ctx *ctx, struct vb2_v4l2_buffer *buf), 84 TP_PROTO(struct coda_ctx *ctx, struct vb2_v4l2_buffer *buf, 111 TP_PROTO(struct coda_ctx *ctx, struct vb2_v4l2_buffer *buf, 117 TP_PROTO(struct coda_ctx *ctx, struct coda_buffer_meta *meta), 142 TP_PROTO(struct coda_ctx *ctx, struct coda_buffer_meta *meta), 147 TP_PROTO(struct coda_ctx *ctx, struct coda_buffer_meta *meta), [all …]
|
| H A D | coda-mpeg2.c | 64 u32 coda_mpeg2_parse_headers(struct coda_ctx *ctx, u8 *buf, u32 size) in coda_mpeg2_parse_headers()
|
| H A D | coda-mpeg4.c | 61 u32 coda_mpeg4_parse_headers(struct coda_ctx *ctx, u8 *buf, u32 size) in coda_mpeg4_parse_headers()
|
| H A D | coda-h264.c | 31 int coda_sps_parse_profile(struct coda_ctx *ctx, struct vb2_buffer *vb) in coda_sps_parse_profile() 250 int coda_h264_sps_fixup(struct coda_ctx *ctx, int width, int height, char *buf, in coda_h264_sps_fixup()
|
| H A D | coda-gdi.c | 110 void coda_set_gdi_regs(struct coda_ctx *ctx) in coda_set_gdi_regs()
|