Symbol: fastrpc_channel_ctx
drivers/misc/fastrpc.c
1167
struct fastrpc_channel_ctx *cctx;
drivers/misc/fastrpc.c
1532
struct fastrpc_channel_ctx *cctx = fl->cctx;
drivers/misc/fastrpc.c
1552
static void fastrpc_session_free(struct fastrpc_channel_ctx *cctx,
drivers/misc/fastrpc.c
1581
struct fastrpc_channel_ctx *cctx = fl->cctx;
drivers/misc/fastrpc.c
1621
struct fastrpc_channel_ctx *cctx;
drivers/misc/fastrpc.c
1780
struct fastrpc_channel_ctx *cctx = fl->cctx;
drivers/misc/fastrpc.c
2195
struct fastrpc_channel_ctx *cctx;
drivers/misc/fastrpc.c
2250
struct fastrpc_channel_ctx *cctx = dev_get_drvdata(pdev->dev.parent);
drivers/misc/fastrpc.c
2280
static int fastrpc_device_register(struct device *dev, struct fastrpc_channel_ctx *cctx,
drivers/misc/fastrpc.c
2341
struct fastrpc_channel_ctx *data;
drivers/misc/fastrpc.c
2475
struct fastrpc_channel_ctx *cctx = dev_get_drvdata(&rpdev->dev);
drivers/misc/fastrpc.c
250
struct fastrpc_channel_ctx *cctx;
drivers/misc/fastrpc.c
2507
struct fastrpc_channel_ctx *cctx = dev_get_drvdata(&rpdev->dev);
drivers/misc/fastrpc.c
291
struct fastrpc_channel_ctx *cctx;
drivers/misc/fastrpc.c
302
struct fastrpc_channel_ctx *cctx;
drivers/misc/fastrpc.c
316
static inline dma_addr_t fastrpc_ipa_to_dma_addr(struct fastrpc_channel_ctx *cctx, dma_addr_t iova)
drivers/misc/fastrpc.c
327
static inline u64 fastrpc_sid_offset(struct fastrpc_channel_ctx *cctx,
drivers/misc/fastrpc.c
483
struct fastrpc_channel_ctx *cctx;
drivers/misc/fastrpc.c
485
cctx = container_of(ref, struct fastrpc_channel_ctx, refcount);
drivers/misc/fastrpc.c
490
static void fastrpc_channel_ctx_get(struct fastrpc_channel_ctx *cctx)
drivers/misc/fastrpc.c
495
static void fastrpc_channel_ctx_put(struct fastrpc_channel_ctx *cctx)
drivers/misc/fastrpc.c
503
struct fastrpc_channel_ctx *cctx;
drivers/misc/fastrpc.c
598
struct fastrpc_channel_ctx *cctx = user->cctx;