• Home
  • Raw
  • Download

Lines Matching defs:ctx

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()
344 struct delta_ctx *ctx = priv; in delta_lock() local
352 struct delta_ctx *ctx = priv; in delta_unlock() local
358 static int delta_open_decoder(struct delta_ctx *ctx, u32 streamformat, in delta_open_decoder()
401 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_querycap() local
415 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_enum_fmt_stream() local
429 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_enum_fmt_frame() local
443 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_g_fmt_stream() local
471 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_g_fmt_frame() local
510 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_try_fmt_stream() local
564 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_try_fmt_frame() local
624 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_s_fmt_stream() local
660 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_s_fmt_frame() local
740 struct delta_ctx *ctx = to_ctx(fh); in delta_g_selection() local
779 static void delta_complete_eos(struct delta_ctx *ctx, in delta_complete_eos()
822 static int delta_decoder_stop_cmd(struct delta_ctx *ctx, void *fh) in delta_decoder_stop_cmd()
885 struct delta_ctx *ctx = to_ctx(fh); in delta_decoder_cmd() local
940 struct delta_ctx *ctx = container_of(work, struct delta_ctx, run_work); in delta_run_work() local
1053 struct delta_ctx *ctx = priv; in delta_device_run() local
1061 struct delta_ctx *ctx = priv; in delta_job_abort() local
1071 struct delta_ctx *ctx = priv; in delta_job_ready() local
1116 struct delta_ctx *ctx = vb2_get_drv_priv(vq); in delta_vb2_au_queue_setup() local
1136 struct delta_ctx *ctx = vb2_get_drv_priv(q); in delta_vb2_au_prepare() local
1157 static int delta_setup_frame(struct delta_ctx *ctx, in delta_setup_frame()
1196 int delta_get_frameinfo_default(struct delta_ctx *ctx, in delta_get_frameinfo_default()
1237 static void dump_frames_status(struct delta_ctx *ctx) in dump_frames_status()
1257 int delta_get_free_frame(struct delta_ctx *ctx, in delta_get_free_frame()
1290 int delta_get_sync(struct delta_ctx *ctx) in delta_get_sync()
1306 void delta_put_autosuspend(struct delta_ctx *ctx) in delta_put_autosuspend()
1316 struct delta_ctx *ctx = vb2_get_drv_priv(q); in delta_vb2_au_queue() local
1325 struct delta_ctx *ctx = vb2_get_drv_priv(q); in delta_vb2_au_start_streaming() local
1418 struct delta_ctx *ctx = vb2_get_drv_priv(q); in delta_vb2_au_stop_streaming() local
1438 struct delta_ctx *ctx = vb2_get_drv_priv(vq); in delta_vb2_frame_queue_setup() local
1482 struct delta_ctx *ctx = vb2_get_drv_priv(q); in delta_vb2_frame_prepare() local
1528 struct delta_ctx *ctx = vb2_get_drv_priv(q); in delta_vb2_frame_queue() local
1548 struct delta_ctx *ctx = vb2_get_drv_priv(q); in delta_vb2_frame_stop_streaming() local
1605 struct delta_ctx *ctx = priv; in queue_init() local
1646 struct delta_ctx *ctx = NULL; in delta_open() local
1718 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_release() local