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
defs:ffa_dev
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/common_modules/tzdriver/core/
H
A
D
ffa_abi.c
23
static void ffa_remove(struct ffa_device *
ffa_dev
)
in ffa_remove()
argument
28
static int ffa_probe(struct ffa_device *
ffa_dev
)
in ffa_probe()
argument
/kernel/linux/linux-6.6/drivers/firmware/arm_ffa/
H
A
D
bus.c
23
struct ffa_device *
ffa_dev
;
in ffa_device_match()
local
49
struct ffa_device *
ffa_dev
= to_ffa_dev(dev);
in ffa_device_probe()
local
64
const struct ffa_device *
ffa_dev
= to_ffa_dev(dev);
in ffa_device_uevent()
local
73
struct
ffa_dev
ice *
ffa_dev
= to_
ffa_dev
(dev);
partition_id_show()
local
82
struct
ffa_dev
ice *
ffa_dev
= to_
ffa_dev
(dev);
uuid_show()
local
134
struct
ffa_dev
ice *
ffa_dev
= to_
ffa_dev
(dev);
ffa_release_device()
local
153
ffa_dev
ice_is_valid(struct
ffa_dev
ice *
ffa_dev
)
ffa_device_is_valid()
argument
179
struct
ffa_dev
ice *
ffa_dev
;
ffa_device_register()
local
213
ffa_dev
ice_unregister(struct
ffa_dev
ice *
ffa_dev
)
ffa_device_unregister()
argument
[all...]
H
A
D
driver.c
647
void ffa_device_match_uuid(struct ffa_device *
ffa_dev
, const uuid_t *uuid)
in ffa_device_match_uuid()
argument
674
struct ffa_device *
ffa_dev
;
in ffa_setup_partitions()
local
/kernel/linux/linux-6.6/drivers/tee/optee/
H
A
D
ffa_abi.c
274
struct ffa_device *
ffa_dev
= optee->ffa.
ffa_dev
;
in optee_ffa_shm_register()
local
317
struct ffa_device *
ffa_dev
= optee->ffa.
ffa_dev
;
in optee_ffa_shm_unregister()
local
534
struct
ffa_dev
ice *
ffa_dev
= optee->ffa.
ffa_dev
;
optee_ffa_yielding_call()
local
656
optee_ffa_api_is_compatbile(struct
ffa_dev
ice *
ffa_dev
, const struct ffa_ops *ops)
optee_ffa_api_is_compatbile()
argument
692
optee_ffa_exchange_caps(struct
ffa_dev
ice *
ffa_dev
, const struct ffa_ops *ops, u32 *sec_caps, unsigned int *rpc_param_count)
optee_ffa_exchange_caps()
argument
775
optee_ffa_remove(struct
ffa_dev
ice *
ffa_dev
)
optee_ffa_remove()
argument
787
optee_ffa_probe(struct
ffa_dev
ice *
ffa_dev
)
optee_ffa_probe()
argument
[all...]
H
A
D
optee_private.h
137
struct ffa_device *
ffa_dev
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
arm_ffa.h
171
bool ffa_device_is_valid(struct ffa_device *
ffa_dev
) { return false; }
in ffa_device_is_valid()
argument
Completed in 5 milliseconds