Searched refs:fastrpc_channel_ctx (Results 1 – 1 of 1) sorted by relevance
81 #define miscdev_to_cctx(d) container_of(d, struct fastrpc_channel_ctx, miscdev)197 struct fastrpc_channel_ctx *cctx;207 struct fastrpc_channel_ctx { struct225 struct fastrpc_channel_ctx *cctx; argument329 struct fastrpc_channel_ctx *cctx; in fastrpc_channel_ctx_free()331 cctx = container_of(ref, struct fastrpc_channel_ctx, refcount); in fastrpc_channel_ctx_free()336 static void fastrpc_channel_ctx_get(struct fastrpc_channel_ctx *cctx) in fastrpc_channel_ctx_get()341 static void fastrpc_channel_ctx_put(struct fastrpc_channel_ctx *cctx) in fastrpc_channel_ctx_put()349 struct fastrpc_channel_ctx *cctx; in fastrpc_context_free()444 struct fastrpc_channel_ctx *cctx = user->cctx; in fastrpc_context_alloc()[all …]