Searched refs:build_msg_header (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/sti/delta/ |
H A D | delta-ipc.c | 100 static void build_msg_header(struct delta_ipc_ctx *ctx, in build_msg_header() function 173 build_msg_header(ctx, DELTA_IPC_OPEN, &msg.header); in delta_ipc_open() 279 build_msg_header(ctx, DELTA_IPC_SET_STREAM, &msg.header); in delta_ipc_set_stream() 390 build_msg_header(ctx, DELTA_IPC_DECODE, &msg.header); in delta_ipc_decode() 462 build_msg_header(ctx, DELTA_IPC_CLOSE, &msg.header); in delta_ipc_close()
|
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/delta/ |
H A D | delta-ipc.c | 100 static void build_msg_header(struct delta_ipc_ctx *ctx, in build_msg_header() function 173 build_msg_header(ctx, DELTA_IPC_OPEN, &msg.header); in delta_ipc_open() 278 build_msg_header(ctx, DELTA_IPC_SET_STREAM, &msg.header); in delta_ipc_set_stream() 389 build_msg_header(ctx, DELTA_IPC_DECODE, &msg.header); in delta_ipc_decode() 461 build_msg_header(ctx, DELTA_IPC_CLOSE, &msg.header); in delta_ipc_close()
|
Completed in 3 milliseconds