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:use_tz
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H
A
D
firmware.c
49
if (core->
use_tz
) {
in venus_set_hw_state()
114
if (core->
use_tz
)
in venus_load_fw()
190
(core->
use_tz
&& !qcom_scm_is_available()))
in venus_boot()
199
if (core->
use_tz
)
in venus_boot()
207
if (core->
use_tz
&& res->cp_size) {
in venus_boot()
227
if (core->
use_tz
)
in venus_shutdown()
245
core->
use_tz
= true;
in venus_firmware_init()
H
A
D
core.h
139
* @
use_tz
: a flag that suggests presence of trustzone
183
unsigned int
use_tz
;
member
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H
A
D
firmware.c
61
if (core->
use_tz
) {
in venus_set_hw_state()
135
if (core->
use_tz
)
in venus_load_fw()
220
(core->
use_tz
&& !qcom_scm_is_available()))
in venus_boot()
237
if (core->
use_tz
)
in venus_boot()
245
if (core->
use_tz
&& res->cp_size) {
in venus_boot()
275
if (core->
use_tz
)
in venus_shutdown()
293
core->
use_tz
= true;
in venus_firmware_init()
H
A
D
core.h
148
* @
use_tz
: a flag that suggests presence of trustzone
201
unsigned int
use_tz
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
ahb.h
33
bool
use_tz
;
member
H
A
D
ahb.c
975
ab_ahb->fw.
use_tz
= true;
in ath11k_ahb_fw_resources_init()
1027
ab_ahb->fw.
use_tz
= false;
in ath11k_ahb_fw_resources_init()
1061
if (ab_ahb->fw.
use_tz
)
in ath11k_ahb_fw_resource_deinit()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
snoc.h
58
unsigned int
use_tz
;
member
H
A
D
snoc.c
1535
ar_snoc->
use_tz
= true;
in ath10k_fw_init()
1609
if (ar_snoc->
use_tz
)
in ath10k_fw_deinit()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
snoc.h
61
unsigned int
use_tz
;
member
H
A
D
snoc.c
1609
ar_snoc->
use_tz
= true;
in ath10k_fw_init()
1683
if (ar_snoc->
use_tz
)
in ath10k_fw_deinit()
Completed in 11 milliseconds