Home
last modified time | relevance | path

Searched refs:delta_ipc_ctx (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/media/platform/st/sti/delta/
Ddelta-ipc.c26 #define to_ctx(hdl) ((struct delta_ipc_ctx *)hdl)
38 #define msg_to_ctx(msg) ((struct delta_ipc_ctx *)(msg)->header.host_hdl)
41 static inline dma_addr_t to_paddr(struct delta_ipc_ctx *ctx, void *vaddr) in to_paddr()
46 static inline bool is_valid_data(struct delta_ipc_ctx *ctx, in is_valid_data()
100 static void build_msg_header(struct delta_ipc_ctx *ctx, in build_msg_header()
116 struct delta_ipc_ctx *ctx = &pctx->ipc_ctx; in delta_ipc_open()
230 struct delta_ipc_ctx *ctx = to_ctx(hdl); in delta_ipc_set_stream()
321 struct delta_ipc_ctx *ctx = to_ctx(hdl); in delta_ipc_decode()
434 struct delta_ipc_ctx *ctx = to_ctx(hdl); in delta_ipc_close()
495 struct delta_ipc_ctx *ctx; in delta_ipc_cb()
Ddelta.h211 struct delta_ipc_ctx { struct
438 struct delta_ipc_ctx ipc_ctx;