Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/misc/
Dfastrpc.c253 struct fastrpc_channel_ctx *cctx;
263 struct fastrpc_channel_ctx { struct
287 struct fastrpc_channel_ctx *cctx; argument
298 struct fastrpc_channel_ctx *cctx;
463 struct fastrpc_channel_ctx *cctx; in fastrpc_channel_ctx_free()
465 cctx = container_of(ref, struct fastrpc_channel_ctx, refcount); in fastrpc_channel_ctx_free()
470 static void fastrpc_channel_ctx_get(struct fastrpc_channel_ctx *cctx) in fastrpc_channel_ctx_get()
475 static void fastrpc_channel_ctx_put(struct fastrpc_channel_ctx *cctx) in fastrpc_channel_ctx_put()
483 struct fastrpc_channel_ctx *cctx; in fastrpc_context_free()
578 struct fastrpc_channel_ctx *cctx = user->cctx; in fastrpc_context_alloc()
[all …]