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:DPK_RF_PATH_NUM
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H
A
D
main.h
1394
#define
DPK_RF_PATH_NUM
2
macro
1404
DECLARE_BITMAP(dpk_path_ok,
DPK_RF_PATH_NUM
);
1406
u8 thermal_dpk[
DPK_RF_PATH_NUM
];
1407
struct ewma_thermal avg_thermal[
DPK_RF_PATH_NUM
];
H
A
D
rtw8822c.c
2983
u16 reg[
DPK_RF_PATH_NUM
] = {0x1b0c, 0x1b64};
in rtw8822c_dpk_coef_write()
3149
u32 offset[
DPK_RF_PATH_NUM
] = {0, 0x58};
in rtw8822c_dpk_cal_coef1()
3343
u32 rf_reg_backup[DPK_RF_REG_NUM][
DPK_RF_PATH_NUM
];
in rtw8822c_do_dpk()
3359
for (path = RF_PATH_A; path <
DPK_RF_PATH_NUM
; path++)
in rtw8822c_do_dpk()
3391
u8 thermal_value[
DPK_RF_PATH_NUM
] = {0};
in rtw8822c_dpk_track()
3392
s8 offset[
DPK_RF_PATH_NUM
], delta_dpk[
DPK_RF_PATH_NUM
];
in rtw8822c_dpk_track()
3397
for (path = 0; path <
DPK_RF_PATH_NUM
; path++) {
in rtw8822c_dpk_track()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H
A
D
main.h
1539
#define
DPK_RF_PATH_NUM
2
macro
1549
DECLARE_BITMAP(dpk_path_ok,
DPK_RF_PATH_NUM
);
1551
u8 thermal_dpk[
DPK_RF_PATH_NUM
];
1552
struct ewma_thermal avg_thermal[
DPK_RF_PATH_NUM
];
H
A
D
rtw8822c.c
3817
u16 reg[
DPK_RF_PATH_NUM
] = {0x1b0c, 0x1b64};
in rtw8822c_dpk_coef_write()
3983
u32 offset[
DPK_RF_PATH_NUM
] = {0, 0x58};
in rtw8822c_dpk_cal_coef1()
4177
u32 rf_reg_backup[DPK_RF_REG_NUM][
DPK_RF_PATH_NUM
];
in rtw8822c_do_dpk()
4193
for (path = RF_PATH_A; path <
DPK_RF_PATH_NUM
; path++)
in rtw8822c_do_dpk()
4228
u8 thermal_value[
DPK_RF_PATH_NUM
] = {0};
in rtw8822c_dpk_track()
4229
s8 offset[
DPK_RF_PATH_NUM
], delta_dpk[
DPK_RF_PATH_NUM
];
in rtw8822c_dpk_track()
4234
for (path = 0; path <
DPK_RF_PATH_NUM
; path++) {
in rtw8822c_dpk_track()
Completed in 23 milliseconds