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:channel5g
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
H
A
D
core.c
16
u8
channel5g
[CHANNEL_MAX_NUMBER_5G] = {
variable
25
EXPORT_SYMBOL(
channel5g
);
variable
H
A
D
wifi.h
2967
extern u8
channel5g
[CHANNEL_MAX_NUMBER_5G];
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/
H
A
D
core.c
16
u8
channel5g
[CHANNEL_MAX_NUMBER_5G] = {
variable
25
EXPORT_SYMBOL(
channel5g
);
variable
H
A
D
wifi.h
2941
extern u8
channel5g
[CHANNEL_MAX_NUMBER_5G];
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H
A
D
phy.c
895
for (place = 14; place < sizeof(
channel5g
); place++) {
in _rtl92c_phy_get_rightchnlplace()
896
if (
channel5g
[place] == chnl) {
in _rtl92c_phy_get_rightchnlplace()
2420
for (i = 0; i < sizeof(
channel5g
); i++)
in _rtl92d_is_legal_5g_channel()
2421
if (channel ==
channel5g
[i])
in _rtl92d_is_legal_5g_channel()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H
A
D
phy.c
895
for (place = 14; place < ARRAY_SIZE(
channel5g
); place++) {
in _rtl92c_phy_get_rightchnlplace()
896
if (
channel5g
[place] == chnl) {
in _rtl92c_phy_get_rightchnlplace()
2420
for (i = 0; i < ARRAY_SIZE(
channel5g
); i++)
in _rtl92d_is_legal_5g_channel()
2421
if (channel ==
channel5g
[i])
in _rtl92d_is_legal_5g_channel()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H
A
D
phy.c
1613
for (i = 0; i < sizeof(
channel5g
)/sizeof(u8); ++i) {
in _rtl8812ae_phy_get_chnl_idx_of_txpwr_lmt()
1614
if (
channel5g
[i] == channel)
in _rtl8812ae_phy_get_chnl_idx_of_txpwr_lmt()
2217
if (
channel5g
[i] == channel) {
in _rtl8821ae_phy_get_chnl_index()
H
A
D
hw.c
2784
index = _rtl8821ae_get_chnl_group(
channel5g
[i]);
2862
index = _rtl8821ae_get_chnl_group(
channel5g
[i]);
in _rtl8821ae_read_txpower_info_from_hwpg()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H
A
D
phy.c
1612
for (i = 0; i < sizeof(
channel5g
)/sizeof(u8); ++i) {
in _rtl8812ae_phy_get_chnl_idx_of_txpwr_lmt()
1613
if (
channel5g
[i] == channel)
in _rtl8812ae_phy_get_chnl_idx_of_txpwr_lmt()
2213
if (
channel5g
[i] == channel) {
in _rtl8821ae_phy_get_chnl_index()
H
A
D
hw.c
2784
index = _rtl8821ae_get_chnl_group(
channel5g
[i]);
2862
index = _rtl8821ae_get_chnl_group(
channel5g
[i]);
in _rtl8821ae_read_txpower_info_from_hwpg()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H
A
D
hw.c
2043
idx = _rtl92ee_get_chnl_group(
channel5g
[i]);
in _rtl92ee_read_txpower_info_from_hwpg()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H
A
D
hw.c
2043
idx = _rtl92ee_get_chnl_group(
channel5g
[i]);
in _rtl92ee_read_txpower_info_from_hwpg()
Completed in 53 milliseconds