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:tee_dev
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/pxp/
H
A
D
intel_pxp_tee.c
74
ret = pxp_component->ops->send(pxp_component->
tee_dev
, msg_in, msg_in_size);
in intel_pxp_tee_io_message()
80
ret = pxp_component->ops->recv(pxp_component->
tee_dev
, msg_out, msg_out_max_size);
in intel_pxp_tee_io_message()
131
ret = pxp_component->ops->gsc_command(pxp_component->
tee_dev
, client_id,
in intel_pxp_tee_stream_message()
170
pxp->pxp_component->
tee_dev
= tee_kdev;
in i915_pxp_tee_component_bind()
/kernel/linux/linux-6.6/include/drm/
H
A
D
i915_pxp_tee_interface.h
36
* @
tee_dev
: device that provide the PXP service from TEE Bus.
40
struct device *
tee_dev
;
member
/kernel/linux/linux-6.6/drivers/misc/mei/pxp/
H
A
D
mei_pxp.c
117
comp_master->
tee_dev
= dev;
in mei_component_master_bind()
/kernel/linux/linux-5.10/drivers/tee/
H
A
D
tee_core.c
986
ATTRIBUTE_GROUPS(
tee_dev
);
variable
/kernel/linux/linux-6.6/drivers/tee/
H
A
D
tee_core.c
981
ATTRIBUTE_GROUPS(
tee_dev
);
variable
Completed in 5 milliseconds