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:antpower
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
H
A
D
stats.c
8
u8 rtl_query_rxpwrpercentage(s8
antpower
)
in rtl_query_rxpwrpercentage()
argument
10
if ((
antpower
<= -100) || (
antpower
>= 20))
in rtl_query_rxpwrpercentage()
12
else if (
antpower
>= 0)
in rtl_query_rxpwrpercentage()
15
return 100 +
antpower
;
in rtl_query_rxpwrpercentage()
H
A
D
stats.h
14
u8 rtl_query_rxpwrpercentage(s8
antpower
);
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/
H
A
D
stats.c
8
u8 rtl_query_rxpwrpercentage(s8
antpower
)
in rtl_query_rxpwrpercentage()
argument
10
if ((
antpower
<= -100) || (
antpower
>= 20))
in rtl_query_rxpwrpercentage()
12
else if (
antpower
>= 0)
in rtl_query_rxpwrpercentage()
15
return 100 +
antpower
;
in rtl_query_rxpwrpercentage()
H
A
D
stats.h
14
u8 rtl_query_rxpwrpercentage(s8
antpower
);
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/
H
A
D
odm_hwconfig.c
15
static u8 odm_query_rxpwrpercentage(s8
antpower
)
in odm_query_rxpwrpercentage()
argument
17
if ((
antpower
<= -100) || (
antpower
>= 20))
in odm_query_rxpwrpercentage()
19
else if (
antpower
>= 0)
in odm_query_rxpwrpercentage()
22
return 100 +
antpower
;
in odm_query_rxpwrpercentage()
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H
A
D
rtl8712_recv.c
646
static u8 query_rx_pwr_percentage(s8
antpower
)
in query_rx_pwr_percentage()
argument
648
if ((
antpower
<= -100) || (
antpower
>= 20))
in query_rx_pwr_percentage()
650
else if (
antpower
>= 0)
in query_rx_pwr_percentage()
653
return 100 +
antpower
;
in query_rx_pwr_percentage()
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H
A
D
rtl8712_recv.c
647
static u8 query_rx_pwr_percentage(s8
antpower
)
in query_rx_pwr_percentage()
argument
649
if ((
antpower
<= -100) || (
antpower
>= 20))
in query_rx_pwr_percentage()
651
else if (
antpower
>= 0)
in query_rx_pwr_percentage()
654
return 100 +
antpower
;
in query_rx_pwr_percentage()
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/rtl8192e/
H
A
D
rtl_core.h
415
u8 rtl92e_rx_db_to_percent(s8
antpower
);
H
A
D
rtl_core.c
1715
u8 rtl92e_rx_db_to_percent(s8
antpower
)
in rtl92e_rx_db_to_percent()
argument
1717
if ((
antpower
<= -100) || (
antpower
>= 20))
in rtl92e_rx_db_to_percent()
1719
else if (
antpower
>= 0)
in rtl92e_rx_db_to_percent()
1722
return 100 +
antpower
;
in rtl92e_rx_db_to_percent()
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/
H
A
D
rtl_core.c
1963
u8 rtl92e_rx_db_to_percent(s8
antpower
)
in rtl92e_rx_db_to_percent()
argument
1965
if ((
antpower
<= -100) || (
antpower
>= 20))
in rtl92e_rx_db_to_percent()
1967
else if (
antpower
>= 0)
in rtl92e_rx_db_to_percent()
1970
return 100 +
antpower
;
in rtl92e_rx_db_to_percent()
H
A
D
rtl_core.h
594
u8 rtl92e_rx_db_to_percent(s8
antpower
);
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/
H
A
D
r8192U_core.c
3936
* Input: char
antpower
3943
static u8 rtl819x_query_rxpwrpercentage(s8
antpower
)
in rtl819x_query_rxpwrpercentage()
argument
3945
if ((
antpower
<= -100) || (
antpower
>= 20))
in rtl819x_query_rxpwrpercentage()
3947
else if (
antpower
>= 0)
in rtl819x_query_rxpwrpercentage()
3950
return 100 +
antpower
;
in rtl819x_query_rxpwrpercentage()
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/
H
A
D
r8192U_core.c
3749
* Input: char
antpower
3756
static u8 rtl819x_query_rxpwrpercentage(s8
antpower
)
in rtl819x_query_rxpwrpercentage()
argument
3758
if ((
antpower
<= -100) || (
antpower
>= 20))
in rtl819x_query_rxpwrpercentage()
3760
else if (
antpower
>= 0)
in rtl819x_query_rxpwrpercentage()
3763
return 100 +
antpower
;
in rtl819x_query_rxpwrpercentage()
Completed in 23 milliseconds