Home
last modified time | relevance | path

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

/drivers/misc/
Dfastrpc.c81 #define miscdev_to_cctx(d) container_of(d, struct fastrpc_channel_ctx, miscdev)
197 struct fastrpc_channel_ctx *cctx;
207 struct fastrpc_channel_ctx { struct
225 struct fastrpc_channel_ctx *cctx; argument
338 struct fastrpc_channel_ctx *cctx; in fastrpc_channel_ctx_free()
340 cctx = container_of(ref, struct fastrpc_channel_ctx, refcount); in fastrpc_channel_ctx_free()
345 static void fastrpc_channel_ctx_get(struct fastrpc_channel_ctx *cctx) in fastrpc_channel_ctx_get()
350 static void fastrpc_channel_ctx_put(struct fastrpc_channel_ctx *cctx) in fastrpc_channel_ctx_put()
358 struct fastrpc_channel_ctx *cctx; in fastrpc_context_free()
453 struct fastrpc_channel_ctx *cctx = user->cctx; in fastrpc_context_alloc()
[all …]