Lines Matching refs:fastrpc_channel_ctx
73 #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()
886 struct fastrpc_channel_ctx *cctx; in fastrpc_invoke_send()
1082 struct fastrpc_channel_ctx *cctx) in fastrpc_session_alloc()
1101 static void fastrpc_session_free(struct fastrpc_channel_ctx *cctx, in fastrpc_session_free()
1131 struct fastrpc_channel_ctx *cctx = fl->cctx; in fastrpc_device_release()
1167 struct fastrpc_channel_ctx *cctx = miscdev_to_cctx(filp->private_data); in fastrpc_device_open()
1325 struct fastrpc_channel_ctx *cctx; in fastrpc_cb_probe()
1371 struct fastrpc_channel_ctx *cctx = dev_get_drvdata(pdev->dev.parent); in fastrpc_cb_remove()
1406 struct fastrpc_channel_ctx *data; in fastrpc_rpmsg_probe()
1465 struct fastrpc_channel_ctx *cctx = dev_get_drvdata(&rpdev->dev); in fastrpc_rpmsg_remove()
1484 struct fastrpc_channel_ctx *cctx = dev_get_drvdata(&rpdev->dev); in fastrpc_rpmsg_callback()