Searched refs:fastrpc_buf_alloc (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/misc/ | 
| D | fastrpc.c | 291 static int fastrpc_buf_alloc(struct fastrpc_user *fl, struct device *dev,  in fastrpc_buf_alloc()  function 785 	err = fastrpc_buf_alloc(ctx->fl, dev, pkt_size, &ctx->buf);  in fastrpc_get_args() 1065 	err = fastrpc_buf_alloc(fl, fl->sctx->dev, memlen,  in fastrpc_init_create_process() 1266 	err = fastrpc_buf_alloc(fl, fl->sctx->dev, bp.size, &buf);  in fastrpc_dmabuf_alloc() 1423 	err = fastrpc_buf_alloc(fl, fl->sctx->dev, req.size, &buf);  in fastrpc_req_mmap()
  |