Lines Matching refs:fastrpc_channel_ctx
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 { struct
225 struct fastrpc_channel_ctx *cctx; argument
329 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()
914 struct fastrpc_channel_ctx *cctx; in fastrpc_invoke_send()
1128 struct fastrpc_channel_ctx *cctx) in fastrpc_session_alloc()
1147 static void fastrpc_session_free(struct fastrpc_channel_ctx *cctx, in fastrpc_session_free()
1177 struct fastrpc_channel_ctx *cctx = fl->cctx; in fastrpc_device_release()
1219 struct fastrpc_channel_ctx *cctx = miscdev_to_cctx(filp->private_data); in fastrpc_device_open()
1529 struct fastrpc_channel_ctx *cctx; in fastrpc_cb_probe()
1575 struct fastrpc_channel_ctx *cctx = dev_get_drvdata(pdev->dev.parent); in fastrpc_cb_remove()
1610 struct fastrpc_channel_ctx *data; in fastrpc_rpmsg_probe()
1671 struct fastrpc_channel_ctx *cctx = dev_get_drvdata(&rpdev->dev); in fastrpc_rpmsg_remove()
1690 struct fastrpc_channel_ctx *cctx = dev_get_drvdata(&rpdev->dev); in fastrpc_rpmsg_callback()