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()
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() local
399 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_enum_fmt_stream() local
413 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_enum_fmt_frame() local
427 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_g_fmt_stream() local
455 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_g_fmt_frame() local
494 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_try_fmt_stream() local
548 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_try_fmt_frame() local
608 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_s_fmt_stream() local
644 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_s_fmt_frame() local
724 struct delta_ctx *ctx = to_ctx(fh); in delta_g_selection() local
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() local
924 struct delta_ctx *ctx = container_of(work, struct delta_ctx, run_work); in delta_run_work() local
1036 struct delta_ctx *ctx = priv; in delta_device_run() local
1044 struct delta_ctx *ctx = priv; in delta_job_abort() local
1054 struct delta_ctx *ctx = priv; in delta_job_ready() local
1097 struct delta_ctx *ctx = vb2_get_drv_priv(vq); in delta_vb2_au_queue_setup() local
1117 struct delta_ctx *ctx = vb2_get_drv_priv(q); in delta_vb2_au_prepare() local
1138 static int delta_setup_frame(struct delta_ctx *ctx, in delta_setup_frame()
1177 int delta_get_frameinfo_default(struct delta_ctx *ctx, in delta_get_frameinfo_default()
1218 static void dump_frames_status(struct delta_ctx *ctx) in dump_frames_status()
1238 int delta_get_free_frame(struct delta_ctx *ctx, in delta_get_free_frame()
1271 int delta_get_sync(struct delta_ctx *ctx) in delta_get_sync()
1287 void delta_put_autosuspend(struct delta_ctx *ctx) in delta_put_autosuspend()
1297 struct delta_ctx *ctx = vb2_get_drv_priv(q); in delta_vb2_au_queue() local
1306 struct delta_ctx *ctx = vb2_get_drv_priv(q); in delta_vb2_au_start_streaming() local
1399 struct delta_ctx *ctx = vb2_get_drv_priv(q); in delta_vb2_au_stop_streaming() local
1419 struct delta_ctx *ctx = vb2_get_drv_priv(vq); in delta_vb2_frame_queue_setup() local
1463 struct delta_ctx *ctx = vb2_get_drv_priv(q); in delta_vb2_frame_prepare() local
1509 struct delta_ctx *ctx = vb2_get_drv_priv(q); in delta_vb2_frame_queue() local
1529 struct delta_ctx *ctx = vb2_get_drv_priv(q); in delta_vb2_frame_stop_streaming() local
1586 struct delta_ctx *ctx = priv; in queue_init() local
1627 struct delta_ctx *ctx = NULL; in delta_open() local
1697 struct delta_ctx *ctx = to_ctx(file->private_data); in delta_release() local