Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/
Dfastrpc.c73 #define miscdev_to_cctx(d) container_of(d, struct fastrpc_channel_ctx, miscdev)
169 struct fastrpc_channel_ctx *cctx;
179 struct fastrpc_channel_ctx { struct
196 struct fastrpc_channel_ctx *cctx; argument
298 struct fastrpc_channel_ctx *cctx; in fastrpc_channel_ctx_free()
300 cctx = container_of(ref, struct fastrpc_channel_ctx, refcount); in fastrpc_channel_ctx_free()
305 static void fastrpc_channel_ctx_get(struct fastrpc_channel_ctx *cctx) in fastrpc_channel_ctx_get()
310 static void fastrpc_channel_ctx_put(struct fastrpc_channel_ctx *cctx) in fastrpc_channel_ctx_put()
318 struct fastrpc_channel_ctx *cctx; in fastrpc_context_free()
413 struct fastrpc_channel_ctx *cctx = user->cctx; in fastrpc_context_alloc()
[all …]