Lines Matching refs:coda_ctx
178 struct coda_ctx;
183 int (*reqbufs)(struct coda_ctx *ctx, struct v4l2_requestbuffers *rb);
184 int (*start_streaming)(struct coda_ctx *ctx);
185 int (*prepare_run)(struct coda_ctx *ctx);
186 void (*finish_run)(struct coda_ctx *ctx);
188 void (*release)(struct coda_ctx *ctx);
191 struct coda_ctx { struct
248 void coda_write_base(struct coda_ctx *ctx, struct coda_q_data *q_data, argument
260 int coda_hw_reset(struct coda_ctx *ctx);
262 void coda_fill_bitstream(struct coda_ctx *ctx, bool streaming);
264 void coda_set_gdi_regs(struct coda_ctx *ctx);
266 static inline struct coda_q_data *get_q_data(struct coda_ctx *ctx, in get_q_data()
283 static inline unsigned int coda_get_bitstream_payload(struct coda_ctx *ctx) in coda_get_bitstream_payload()
288 void coda_bit_stream_end_flag(struct coda_ctx *ctx);
292 bool coda_jpeg_check_buffer(struct coda_ctx *ctx, struct vb2_buffer *vb);
293 int coda_jpeg_write_tables(struct coda_ctx *ctx);
294 void coda_set_jpeg_compression_quality(struct coda_ctx *ctx, int quality);