Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/misc/
Dfastrpc.c236 struct fastrpc_channel_ctx *cctx;
246 struct fastrpc_channel_ctx { struct
268 struct fastrpc_channel_ctx *cctx; argument
279 struct fastrpc_channel_ctx *cctx;
409 struct fastrpc_channel_ctx *cctx; in fastrpc_channel_ctx_free()
411 cctx = container_of(ref, struct fastrpc_channel_ctx, refcount); in fastrpc_channel_ctx_free()
416 static void fastrpc_channel_ctx_get(struct fastrpc_channel_ctx *cctx) in fastrpc_channel_ctx_get()
421 static void fastrpc_channel_ctx_put(struct fastrpc_channel_ctx *cctx) in fastrpc_channel_ctx_put()
429 struct fastrpc_channel_ctx *cctx; in fastrpc_context_free()
524 struct fastrpc_channel_ctx *cctx = user->cctx; in fastrpc_context_alloc()
[all …]