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:WMI_TPC_RATE_MAX
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
core.h
351
u32 pream_idx[
WMI_TPC_RATE_MAX
];
352
u8 rate_code[
WMI_TPC_RATE_MAX
];
353
char tpc_value[
WMI_TPC_RATE_MAX
][WMI_TPC_TX_N_CHAIN * WMI_TPC_BUF_SIZE];
H
A
D
wmi.h
4159
#define
WMI_TPC_RATE_MAX
(WMI_TPC_TX_N_CHAIN * 65)
macro
4193
u8 rates_array[
WMI_TPC_RATE_MAX
];
H
A
D
wmi.c
4864
u8 rate_code[
WMI_TPC_RATE_MAX
];
in ath10k_wmi_event_pdev_tpc_config()
4880
if (rate_max >
WMI_TPC_RATE_MAX
) {
in ath10k_wmi_event_pdev_tpc_config()
4882
rate_max,
WMI_TPC_RATE_MAX
);
in ath10k_wmi_event_pdev_tpc_config()
4883
rate_max =
WMI_TPC_RATE_MAX
;
in ath10k_wmi_event_pdev_tpc_config()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
core.h
353
u32 pream_idx[
WMI_TPC_RATE_MAX
];
354
u8 rate_code[
WMI_TPC_RATE_MAX
];
355
char tpc_value[
WMI_TPC_RATE_MAX
][WMI_TPC_TX_N_CHAIN * WMI_TPC_BUF_SIZE];
H
A
D
wmi.h
4163
#define
WMI_TPC_RATE_MAX
(WMI_TPC_TX_N_CHAIN * 65)
macro
4197
u8 rates_array[
WMI_TPC_RATE_MAX
];
H
A
D
wmi.c
4864
u8 rate_code[
WMI_TPC_RATE_MAX
];
in ath10k_wmi_event_pdev_tpc_config()
4880
if (rate_max >
WMI_TPC_RATE_MAX
) {
in ath10k_wmi_event_pdev_tpc_config()
4882
rate_max,
WMI_TPC_RATE_MAX
);
in ath10k_wmi_event_pdev_tpc_config()
4883
rate_max =
WMI_TPC_RATE_MAX
;
in ath10k_wmi_event_pdev_tpc_config()
Completed in 62 milliseconds