Symbol: fastrpc_invoke_ctx
drivers/misc/fastrpc.c
1115
static int fastrpc_put_args(struct fastrpc_invoke_ctx *ctx,
drivers/misc/fastrpc.c
1164
struct fastrpc_invoke_ctx *ctx,
drivers/misc/fastrpc.c
1199
struct fastrpc_invoke_ctx *ctx = NULL;
drivers/misc/fastrpc.c
1582
struct fastrpc_invoke_ctx *ctx, *n;
drivers/misc/fastrpc.c
2463
struct fastrpc_invoke_ctx *ctx;
drivers/misc/fastrpc.c
2509
struct fastrpc_invoke_ctx *ctx;
drivers/misc/fastrpc.c
502
struct fastrpc_invoke_ctx *ctx;
drivers/misc/fastrpc.c
507
ctx = container_of(ref, struct fastrpc_invoke_ctx, refcount);
drivers/misc/fastrpc.c
527
static void fastrpc_context_get(struct fastrpc_invoke_ctx *ctx)
drivers/misc/fastrpc.c
532
static void fastrpc_context_put(struct fastrpc_invoke_ctx *ctx)
drivers/misc/fastrpc.c
539
struct fastrpc_invoke_ctx *ctx =
drivers/misc/fastrpc.c
540
container_of(work, struct fastrpc_invoke_ctx, put_work);
drivers/misc/fastrpc.c
558
static void fastrpc_get_buff_overlaps(struct fastrpc_invoke_ctx *ctx)
drivers/misc/fastrpc.c
594
static struct fastrpc_invoke_ctx *fastrpc_context_alloc(
drivers/misc/fastrpc.c
599
struct fastrpc_invoke_ctx *ctx = NULL;
drivers/misc/fastrpc.c
916
static int fastrpc_get_meta_size(struct fastrpc_invoke_ctx *ctx)
drivers/misc/fastrpc.c
929
static u64 fastrpc_get_payload_size(struct fastrpc_invoke_ctx *ctx, int metalen)
drivers/misc/fastrpc.c
950
static int fastrpc_create_maps(struct fastrpc_invoke_ctx *ctx)
drivers/misc/fastrpc.c
986
static int fastrpc_get_args(u32 kernel, struct fastrpc_invoke_ctx *ctx)