Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:rpra
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/
H
A
D
fastrpc.c
192
struct fastrpc_remote_arg *
rpra
;
member
775
struct fastrpc_remote_arg *
rpra
;
in fastrpc_get_args()
local
798
rpra
= ctx->buf->virt;
in fastrpc_get_args()
799
list = ctx->buf->virt + ctx->nscalars * sizeof(*
rpra
);
in fastrpc_get_args()
801
sizeof(*
rpra
));
in fastrpc_get_args()
804
ctx->
rpra
=
rpra
;
in fastrpc_get_args()
812
rpra
[i].pv = 0;
in fastrpc_get_args()
813
rpra
[i].len = len;
in fastrpc_get_args()
823
rpra
[
in fastrpc_get_args()
898
struct fastrpc_remote_arg *
rpra
= ctx->
rpra
;
fastrpc_put_args()
local
[all...]
/kernel/linux/linux-6.6/drivers/misc/
H
A
D
fastrpc.c
247
union fastrpc_remote_arg *
rpra
;
member
938
union fastrpc_remote_arg *
rpra
;
in fastrpc_get_args()
local
962
rpra
= ctx->buf->virt;
in fastrpc_get_args()
963
list = fastrpc_invoke_buf_start(
rpra
, ctx->nscalars);
in fastrpc_get_args()
967
ctx->
rpra
=
rpra
;
in fastrpc_get_args()
975
rpra
[i].buf.pv = 0;
in fastrpc_get_args()
976
rpra
[i].buf.len = len;
in fastrpc_get_args()
986
rpra
[i].buf.pv = (u64) ctx->args[i].ptr;
in fastrpc_get_args()
1013
rpra
[
in fastrpc_get_args()
1064
union fastrpc_remote_arg *
rpra
= ctx->
rpra
;
fastrpc_put_args()
local
[all...]
Completed in 5 milliseconds