Lines Matching defs:sctx
226 struct fastrpc_session_ctx *sctx;
328 if (fl->sctx && fl->sctx->sid)
329 buf->phys += ((u64)fl->sctx->sid << 32);
629 struct fastrpc_session_ctx *sess = fl->sctx;
663 map->phys += ((u64)fl->sctx->sid << 32);
749 struct device *dev = ctx->fl->sctx->dev;
774 struct device *dev = ctx->fl->sctx->dev;
919 static int fastrpc_invoke_send(struct fastrpc_session_ctx *sctx,
958 if (!fl->sctx)
965 dev_warn_ratelimited(fl->sctx->dev, "user app trying to send a kernel RPC message (%d)\n", handle);
982 err = fastrpc_invoke_send(fl->sctx, ctx, kernel, handle);
1019 dev_dbg(fl->sctx->dev, "Error: Invoke Failed %d\n", err);
1074 err = fastrpc_buf_alloc(fl, fl->sctx->dev, memlen,
1209 fastrpc_session_free(cctx, fl->sctx);
1242 fl->sctx = fastrpc_session_alloc(cctx);
1243 if (!fl->sctx) {
1268 err = fastrpc_buf_alloc(fl, fl->sctx->dev, bp.size, &buf);
1356 struct device *dev = fl->sctx->dev;
1416 struct device *dev = fl->sctx->dev;
1433 err = fastrpc_buf_alloc(fl, fl->sctx->dev, req.size, &buf);