Symbol: fastrpc_channel_ctx
drivers/misc/fastrpc.c
1213
struct fastrpc_channel_ctx *cctx;
drivers/misc/fastrpc.c
1578
struct fastrpc_channel_ctx *cctx = fl->cctx;
drivers/misc/fastrpc.c
1598
static void fastrpc_session_free(struct fastrpc_channel_ctx *cctx,
drivers/misc/fastrpc.c
1627
struct fastrpc_channel_ctx *cctx = fl->cctx;
drivers/misc/fastrpc.c
1646
struct fastrpc_channel_ctx *cctx;
drivers/misc/fastrpc.c
1806
struct fastrpc_channel_ctx *cctx = fl->cctx;
drivers/misc/fastrpc.c
2221
struct fastrpc_channel_ctx *cctx;
drivers/misc/fastrpc.c
2276
struct fastrpc_channel_ctx *cctx = dev_get_drvdata(pdev->dev.parent);
drivers/misc/fastrpc.c
2306
static int fastrpc_device_register(struct device *dev, struct fastrpc_channel_ctx *cctx,
drivers/misc/fastrpc.c
2367
struct fastrpc_channel_ctx *data;
drivers/misc/fastrpc.c
250
struct fastrpc_channel_ctx *cctx;
drivers/misc/fastrpc.c
2501
struct fastrpc_channel_ctx *cctx = dev_get_drvdata(&rpdev->dev);
drivers/misc/fastrpc.c
2533
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
318
static inline dma_addr_t fastrpc_ipa_to_dma_addr(struct fastrpc_channel_ctx *cctx, dma_addr_t iova)
drivers/misc/fastrpc.c
329
static inline u64 fastrpc_sid_offset(struct fastrpc_channel_ctx *cctx,
drivers/misc/fastrpc.c
491
struct fastrpc_channel_ctx *cctx;
drivers/misc/fastrpc.c
493
cctx = container_of(ref, struct fastrpc_channel_ctx, refcount);
drivers/misc/fastrpc.c
498
static void fastrpc_channel_ctx_get(struct fastrpc_channel_ctx *cctx)
drivers/misc/fastrpc.c
503
static void fastrpc_channel_ctx_put(struct fastrpc_channel_ctx *cctx)
drivers/misc/fastrpc.c
551
struct fastrpc_channel_ctx *cctx;
drivers/misc/fastrpc.c
650
struct fastrpc_channel_ctx *cctx = user->cctx;