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:htt_op_version
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
htt.c
190
switch (ar->running_fw->fw_file.
htt_op_version
) {
in ath10k_htt_init()
H
A
D
core.c
1972
fw_file->
htt_op_version
= le32_to_cpup(version);
in ath10k_core_fetch_firmware_api_n()
1975
fw_file->
htt_op_version
);
in ath10k_core_fetch_firmware_api_n()
2529
if (fw_file->
htt_op_version
== ATH10K_FW_HTT_OP_VERSION_UNSET) {
in ath10k_core_init_firmware_features()
2532
fw_file->
htt_op_version
= ATH10K_FW_HTT_OP_VERSION_MAIN;
in ath10k_core_init_firmware_features()
2537
fw_file->
htt_op_version
= ATH10K_FW_HTT_OP_VERSION_10_1;
in ath10k_core_init_firmware_features()
2540
fw_file->
htt_op_version
= ATH10K_FW_HTT_OP_VERSION_TLV;
in ath10k_core_init_firmware_features()
H
A
D
testmode.c
166
fw_file->
htt_op_version
= ATH10K_FW_HTT_OP_VERSION_10_1;
in ath10k_tm_fetch_utf_firmware_api_1()
H
A
D
core.h
934
enum ath10k_fw_htt_op_version
htt_op_version
;
member
H
A
D
debug.c
101
ar->normal_mode_fw.fw_file.
htt_op_version
,
in ath10k_debug_print_boot_info()
H
A
D
mac.c
3771
ar->running_fw->fw_file.
htt_op_version
== ATH10K_FW_HTT_OP_VERSION_TLV);
in ath10k_mac_tx_frm_has_freq()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
core.c
2124
fw_file->
htt_op_version
= le32_to_cpup(version);
in ath10k_core_fetch_firmware_api_n()
2127
fw_file->
htt_op_version
);
in ath10k_core_fetch_firmware_api_n()
2741
if (fw_file->
htt_op_version
== ATH10K_FW_HTT_OP_VERSION_UNSET) {
in ath10k_core_init_firmware_features()
2744
fw_file->
htt_op_version
= ATH10K_FW_HTT_OP_VERSION_MAIN;
in ath10k_core_init_firmware_features()
2749
fw_file->
htt_op_version
= ATH10K_FW_HTT_OP_VERSION_10_1;
in ath10k_core_init_firmware_features()
2752
fw_file->
htt_op_version
= ATH10K_FW_HTT_OP_VERSION_TLV;
in ath10k_core_init_firmware_features()
H
A
D
htt.c
343
switch (ar->running_fw->fw_file.
htt_op_version
) {
in ath10k_htt_init()
H
A
D
testmode.c
166
fw_file->
htt_op_version
= ATH10K_FW_HTT_OP_VERSION_10_1;
in ath10k_tm_fetch_utf_firmware_api_1()
H
A
D
core.h
951
enum ath10k_fw_htt_op_version
htt_op_version
;
member
H
A
D
debug.c
102
ar->normal_mode_fw.fw_file.
htt_op_version
,
in ath10k_debug_print_boot_info()
H
A
D
mac.c
3952
ar->running_fw->fw_file.
htt_op_version
== ATH10K_FW_HTT_OP_VERSION_TLV);
in ath10k_mac_tx_frm_has_freq()
Completed in 42 milliseconds