Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/st/sti/delta/
H A Ddelta-mem.h11 struct delta_buf *buf);
12 void hw_free(struct delta_ctx *ctx, struct delta_buf *buf);
H A 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()
H A Ddelta.h203 struct delta_buf { struct
215 struct delta_buf ipc_buf_struct; argument
216 struct delta_buf *ipc_buf;
H A Ddelta-ipc.h40 struct delta_buf **ipc_buf, void **hdl);
H A Ddelta-mjpeg-dec.c23 struct delta_buf *ipc_buf;
210 struct delta_buf *ipc_buf; in delta_mjpeg_ipc_open()
H A 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()