Symbol: fastrpc_invoke_ctx
drivers/misc/fastrpc.c
1032
static int fastrpc_get_args(u32 kernel, struct fastrpc_invoke_ctx *ctx)
drivers/misc/fastrpc.c
1161
static int fastrpc_put_args(struct fastrpc_invoke_ctx *ctx,
drivers/misc/fastrpc.c
1210
struct fastrpc_invoke_ctx *ctx,
drivers/misc/fastrpc.c
1245
struct fastrpc_invoke_ctx *ctx = NULL;
drivers/misc/fastrpc.c
2489
struct fastrpc_invoke_ctx *ctx;
drivers/misc/fastrpc.c
2535
struct fastrpc_invoke_ctx *ctx;
drivers/misc/fastrpc.c
508
static void fastrpc_context_put(struct fastrpc_invoke_ctx *ctx);
drivers/misc/fastrpc.c
513
struct fastrpc_invoke_ctx *ctx, *n;
drivers/misc/fastrpc.c
550
struct fastrpc_invoke_ctx *ctx;
drivers/misc/fastrpc.c
556
ctx = container_of(ref, struct fastrpc_invoke_ctx, refcount);
drivers/misc/fastrpc.c
579
static void fastrpc_context_get(struct fastrpc_invoke_ctx *ctx)
drivers/misc/fastrpc.c
584
static void fastrpc_context_put(struct fastrpc_invoke_ctx *ctx)
drivers/misc/fastrpc.c
591
struct fastrpc_invoke_ctx *ctx =
drivers/misc/fastrpc.c
592
container_of(work, struct fastrpc_invoke_ctx, put_work);
drivers/misc/fastrpc.c
610
static void fastrpc_get_buff_overlaps(struct fastrpc_invoke_ctx *ctx)
drivers/misc/fastrpc.c
646
static struct fastrpc_invoke_ctx *fastrpc_context_alloc(
drivers/misc/fastrpc.c
651
struct fastrpc_invoke_ctx *ctx = NULL;
drivers/misc/fastrpc.c
962
static int fastrpc_get_meta_size(struct fastrpc_invoke_ctx *ctx)
drivers/misc/fastrpc.c
975
static u64 fastrpc_get_payload_size(struct fastrpc_invoke_ctx *ctx, int metalen)
drivers/misc/fastrpc.c
996
static int fastrpc_create_maps(struct fastrpc_invoke_ctx *ctx)