Home
last modified time | relevance | path

Searched refs:delta_buf (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/media/platform/st/sti/delta/
Ddelta-mem.h11 struct delta_buf *buf);
12 void hw_free(struct delta_ctx *ctx, struct delta_buf *buf);
Ddelta-mem.c11 struct delta_buf *buf) in hw_alloc()
41 void hw_free(struct delta_ctx *ctx, struct delta_buf *buf) in hw_free()
Ddelta.h203 struct delta_buf { struct
215 struct delta_buf ipc_buf_struct; argument
216 struct delta_buf *ipc_buf;
Ddelta-ipc.h40 struct delta_buf **ipc_buf, void **hdl);
Ddelta-mjpeg-dec.c23 struct delta_buf *ipc_buf;
210 struct delta_buf *ipc_buf; in delta_mjpeg_ipc_open()
Ddelta-ipc.c112 struct delta_buf **ipc_buf, void **hdl) in delta_ipc_open()
118 struct delta_buf *buf = &ctx->ipc_buf_struct; in delta_ipc_open()