Home
last modified time | relevance | path

Searched refs:coda_ctx (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/media/platform/chips-media/coda/
H A Dcoda.h201 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 Dtrace.h14 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 Dcoda-mpeg2.c64 u32 coda_mpeg2_parse_headers(struct coda_ctx *ctx, u8 *buf, u32 size) in coda_mpeg2_parse_headers()
H A Dcoda-mpeg4.c61 u32 coda_mpeg4_parse_headers(struct coda_ctx *ctx, u8 *buf, u32 size) in coda_mpeg4_parse_headers()
H A Dcoda-h264.c31 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 Dcoda-gdi.c110 void coda_set_gdi_regs(struct coda_ctx *ctx) in coda_set_gdi_regs()