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:lna_type_5g
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H
A
D
rtw8822b.h
81
u8
lna_type_5g
[2];
member
H
A
D
rtw8723d.h
59
u8
lna_type_5g
[2];
member
H
A
D
rtw8821c.h
61
u8
lna_type_5g
[2];
member
H
A
D
main.c
1514
if (efuse->
lna_type_5g
== 0xff)
in rtw_chip_efuse_info_setup()
1515
efuse->
lna_type_5g
= 0;
in rtw_chip_efuse_info_setup()
1533
efuse->ext_lna_2g = efuse->
lna_type_5g
& BIT(3) ? 1 : 0;
in rtw_chip_efuse_info_setup()
H
A
D
rtw8821c.c
38
efuse->
lna_type_5g
= map->
lna_type_5g
[0];
in rtw8821c_read_efuse()
H
A
D
rtw8822b.c
42
efuse->
lna_type_5g
= map->
lna_type_5g
[0];
in rtw8822b_read_efuse()
H
A
D
main.h
1546
u8
lna_type_5g
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H
A
D
rtw8822b.h
86
u8
lna_type_5g
[2];
member
H
A
D
rtw8821c.h
86
u8
lna_type_5g
[2];
member
H
A
D
rtw8723d.h
73
u8
lna_type_5g
[2];
member
H
A
D
main.c
1990
if (efuse->
lna_type_5g
== 0xff)
in rtw_chip_efuse_info_setup()
1991
efuse->
lna_type_5g
= 0;
in rtw_chip_efuse_info_setup()
2009
efuse->ext_lna_2g = efuse->
lna_type_5g
& BIT(3) ? 1 : 0;
in rtw_chip_efuse_info_setup()
H
A
D
rtw8821c.c
63
efuse->
lna_type_5g
= map->
lna_type_5g
[0];
in rtw8821c_read_efuse()
H
A
D
rtw8822b.c
55
efuse->
lna_type_5g
= map->
lna_type_5g
[0];
in rtw8822b_read_efuse()
H
A
D
main.h
1756
u8
lna_type_5g
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H
A
D
hw.c
2928
rtlhal->
lna_type_5g
= hwinfo[0XBF];
in _rtl8812ae_read_pa_type()
2929
if (rtlhal->pa_type_5g == 0xFF && rtlhal->
lna_type_5g
== 0xFF) {
in _rtl8812ae_read_pa_type()
2931
rtlhal->
lna_type_5g
= 0;
in _rtl8812ae_read_pa_type()
2936
rtlhal->external_lna_5g = ((rtlhal->
lna_type_5g
& BIT(7)) &&
in _rtl8812ae_read_pa_type()
2937
(rtlhal->
lna_type_5g
& BIT(3))) ?
in _rtl8812ae_read_pa_type()
2981
if ((rtlhal->
lna_type_5g
& (BIT(7) | BIT(3))) == (BIT(7) | BIT(3)))
in _rtl8812ae_read_amplifier_type()
3002
rtlhal->
lna_type_5g
= hwinfo[0XBF];
in _rtl8821ae_read_pa_type()
3003
if (rtlhal->pa_type_5g == 0xFF && rtlhal->
lna_type_5g
== 0xFF) {
in _rtl8821ae_read_pa_type()
3005
rtlhal->
lna_type_5g
= 0;
in _rtl8821ae_read_pa_type()
3008
rtlhal->external_lna_5g = (rtlhal->
lna_type_5g
in _rtl8821ae_read_pa_type()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H
A
D
hw.c
2928
rtlhal->
lna_type_5g
= hwinfo[0XBF];
in _rtl8812ae_read_pa_type()
2929
if (rtlhal->pa_type_5g == 0xFF && rtlhal->
lna_type_5g
== 0xFF) {
in _rtl8812ae_read_pa_type()
2931
rtlhal->
lna_type_5g
= 0;
in _rtl8812ae_read_pa_type()
2936
rtlhal->external_lna_5g = ((rtlhal->
lna_type_5g
& BIT(7)) &&
in _rtl8812ae_read_pa_type()
2937
(rtlhal->
lna_type_5g
& BIT(3))) ?
in _rtl8812ae_read_pa_type()
2981
if ((rtlhal->
lna_type_5g
& (BIT(7) | BIT(3))) == (BIT(7) | BIT(3)))
in _rtl8812ae_read_amplifier_type()
3002
rtlhal->
lna_type_5g
= hwinfo[0XBF];
in _rtl8821ae_read_pa_type()
3003
if (rtlhal->pa_type_5g == 0xFF && rtlhal->
lna_type_5g
== 0xFF) {
in _rtl8821ae_read_pa_type()
3005
rtlhal->
lna_type_5g
= 0;
in _rtl8821ae_read_pa_type()
3008
rtlhal->external_lna_5g = (rtlhal->
lna_type_5g
in _rtl8821ae_read_pa_type()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl8xxxu/
H
A
D
rtl8xxxu.h
1131
u8
lna_type_5g
; /* 0xbf */
member
1270
u8
lna_type_5g
; /* 0xbf */
member
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl8xxxu/
H
A
D
rtl8xxxu.h
839
u8
lna_type_5g
; /* 0xbf */
member
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
H
A
D
wifi.h
1643
u8
lna_type_5g
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/
H
A
D
wifi.h
1632
u8
lna_type_5g
;
member
Completed in 62 milliseconds