Lines Matching refs:delta_ctx

27 #define to_ctx(__fh) container_of(__fh, struct delta_ctx, fh)
61 static void dump_au(struct delta_ctx *ctx, struct delta_au *au) in dump_au()
77 static void dump_frame(struct delta_ctx *ctx, struct delta_frame *frame) in dump_frame()
90 static void delta_au_done(struct delta_ctx *ctx, struct delta_au *au, int err) in delta_au_done()
99 static void delta_frame_done(struct delta_ctx *ctx, struct delta_frame *frame, in delta_frame_done()
117 static void requeue_free_frames(struct delta_ctx *ctx) in requeue_free_frames()
134 static int delta_recycle(struct delta_ctx *ctx, struct delta_frame *frame) in delta_recycle()
159 static void delta_push_dts(struct delta_ctx *ctx, u64 val) in delta_push_dts()
177 static void delta_pop_dts(struct delta_ctx *ctx, u64 *val) in delta_pop_dts()
201 static void delta_flush_dts(struct delta_ctx *ctx) in delta_flush_dts()
242 static void set_default_params(struct delta_ctx *ctx) in set_default_params()
278 static const struct delta_dec *delta_find_decoder(struct delta_ctx *ctx, in delta_find_decoder()
342 static int delta_open_decoder(struct delta_ctx *ctx, u32 streamformat, in delta_open_decoder()
385 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_querycap()
399 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_enum_fmt_stream()
413 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_enum_fmt_frame()
427 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_g_fmt_stream()
455 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_g_fmt_frame()
494 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_try_fmt_stream()
548 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_try_fmt_frame()
608 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_s_fmt_stream()
644 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_s_fmt_frame()
724 struct delta_ctx *ctx = to_ctx(fh); in delta_g_selection()
763 static void delta_complete_eos(struct delta_ctx *ctx, in delta_complete_eos()
806 static int delta_decoder_stop_cmd(struct delta_ctx *ctx, void *fh) in delta_decoder_stop_cmd()
869 struct delta_ctx *ctx = to_ctx(fh); in delta_decoder_cmd()
924 struct delta_ctx *ctx = container_of(work, struct delta_ctx, run_work); in delta_run_work()
1037 struct delta_ctx *ctx = priv; in delta_device_run()
1045 struct delta_ctx *ctx = priv; in delta_job_abort()
1055 struct delta_ctx *ctx = priv; in delta_job_ready()
1098 struct delta_ctx *ctx = vb2_get_drv_priv(vq); in delta_vb2_au_queue_setup()
1118 struct delta_ctx *ctx = vb2_get_drv_priv(q); in delta_vb2_au_prepare()
1139 static int delta_setup_frame(struct delta_ctx *ctx, in delta_setup_frame()
1178 int delta_get_frameinfo_default(struct delta_ctx *ctx, in delta_get_frameinfo_default()
1211 int delta_recycle_default(struct delta_ctx *pctx, in delta_recycle_default()
1219 static void dump_frames_status(struct delta_ctx *ctx) in dump_frames_status()
1239 int delta_get_free_frame(struct delta_ctx *ctx, in delta_get_free_frame()
1272 int delta_get_sync(struct delta_ctx *ctx) in delta_get_sync()
1288 void delta_put_autosuspend(struct delta_ctx *ctx) in delta_put_autosuspend()
1298 struct delta_ctx *ctx = vb2_get_drv_priv(q); in delta_vb2_au_queue()
1307 struct delta_ctx *ctx = vb2_get_drv_priv(q); in delta_vb2_au_start_streaming()
1400 struct delta_ctx *ctx = vb2_get_drv_priv(q); in delta_vb2_au_stop_streaming()
1420 struct delta_ctx *ctx = vb2_get_drv_priv(vq); in delta_vb2_frame_queue_setup()
1464 struct delta_ctx *ctx = vb2_get_drv_priv(q); in delta_vb2_frame_prepare()
1510 struct delta_ctx *ctx = vb2_get_drv_priv(q); in delta_vb2_frame_queue()
1530 struct delta_ctx *ctx = vb2_get_drv_priv(q); in delta_vb2_frame_stop_streaming()
1587 struct delta_ctx *ctx = priv; in queue_init()
1628 struct delta_ctx *ctx = NULL; in delta_open()
1700 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_release()