Home
last modified time | relevance | path

Searched refs:delta_ctx (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/media/platform/st/sti/delta/
H A Ddelta.h224 struct delta_ctx;
261 int (*open)(struct delta_ctx *ctx);
262 int (*close)(struct delta_ctx *ctx);
292 int (*get_streaminfo)(struct delta_ctx *ctx,
302 int (*get_frameinfo)(struct delta_ctx *ctx,
314 int (*set_frameinfo)(struct delta_ctx *ctx,
382 int (*flush)(struct delta_ctx *ctx);
394 int (*drain)(struct delta_ctx *ctx);
433 struct delta_ctx { struct
560 int delta_get_free_frame(struct delta_ctx *ctx,
[all …]
H A Ddelta-v4l2.c724 struct delta_ctx *ctx = to_ctx(fh); in delta_g_selection()
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()
1036 struct delta_ctx *ctx = priv; in delta_device_run()
1044 struct delta_ctx *ctx = priv; in delta_job_abort()
1054 struct delta_ctx *ctx = priv; in delta_job_ready()
1117 struct delta_ctx *ctx = vb2_get_drv_priv(q); in delta_vb2_au_prepare()
1271 int delta_get_sync(struct delta_ctx *ctx) in delta_get_sync()
1297 struct delta_ctx *ctx = vb2_get_drv_priv(q); in delta_vb2_au_queue()
1586 struct delta_ctx *ctx = priv; in queue_init()
[all …]
H A Ddelta-mjpeg-dec.c171 static bool delta_mjpeg_check_status(struct delta_ctx *pctx, in delta_mjpeg_check_status()
203 static int delta_mjpeg_ipc_open(struct delta_ctx *pctx) in delta_mjpeg_ipc_open()
242 static int delta_mjpeg_ipc_decode(struct delta_ctx *pctx, struct delta_au *au) in delta_mjpeg_ipc_decode()
323 static int delta_mjpeg_open(struct delta_ctx *pctx) in delta_mjpeg_open()
335 static int delta_mjpeg_close(struct delta_ctx *pctx) in delta_mjpeg_close()
349 static int delta_mjpeg_get_streaminfo(struct delta_ctx *pctx, in delta_mjpeg_get_streaminfo()
372 static int delta_mjpeg_decode(struct delta_ctx *pctx, struct delta_au *pau) in delta_mjpeg_decode()
429 static int delta_mjpeg_get_frame(struct delta_ctx *pctx, in delta_mjpeg_get_frame()
H A Ddelta-mem.h10 int hw_alloc(struct delta_ctx *ctx, u32 size, const char *name,
12 void hw_free(struct delta_ctx *ctx, struct delta_buf *buf);
H A Ddelta-mem.c10 int hw_alloc(struct delta_ctx *ctx, u32 size, const char *name, in hw_alloc()
41 void hw_free(struct delta_ctx *ctx, struct delta_buf *buf) in hw_free()
H A Ddelta-mjpeg-hdr.c40 static int delta_mjpeg_read_sof(struct delta_ctx *pctx, in delta_mjpeg_read_sof()
83 int delta_mjpeg_read_header(struct delta_ctx *pctx, in delta_mjpeg_read_header()
H A Ddelta-debug.h16 void delta_trace_summary(struct delta_ctx *ctx);
H A Ddelta-mjpeg.h30 int delta_mjpeg_read_header(struct delta_ctx *pctx,
H A Ddelta-ipc.h38 int delta_ipc_open(struct delta_ctx *ctx, const char *name,
H A Ddelta-ipc.c27 #define to_pctx(ctx) container_of(ctx, struct delta_ctx, ipc_ctx)
110 int delta_ipc_open(struct delta_ctx *pctx, const char *name, in delta_ipc_open()
231 struct delta_ctx *pctx = to_pctx(ctx); in delta_ipc_set_stream()
322 struct delta_ctx *pctx = to_pctx(ctx); in delta_ipc_decode()
435 struct delta_ctx *pctx = to_pctx(ctx); in delta_ipc_close()
H A Ddelta-debug.c55 void delta_trace_summary(struct delta_ctx *ctx) in delta_trace_summary()