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:get_wiphy_regdom
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/wireless/
H
A
D
reg.h
66
const struct ieee80211_regdomain *
get_wiphy_regdom
(struct wiphy *wiphy);
H
A
D
reg.c
142
const struct ieee80211_regdomain *
get_wiphy_regdom
(struct wiphy *wiphy)
in get_wiphy_regdom()
function
171
wiphy_regd =
get_wiphy_regdom
(wiphy);
in reg_get_dfs_region()
1151
return
get_wiphy_regdom
(wiphy);
in reg_get_regdomain()
2131
const struct ieee80211_regdomain *wr =
get_wiphy_regdom
(wiphy);
in reg_is_world_roaming()
2269
regd =
get_wiphy_regdom
(wiphy);
in reg_process_ht_flags_channel()
2739
tmp =
get_wiphy_regdom
(wiphy);
in reg_process_hint_driver()
3092
tmp =
get_wiphy_regdom
(wiphy);
in reg_process_self_managed_hints()
3806
tmp =
get_wiphy_regdom
(request_wiphy);
in reg_set_rd_driver()
4027
rcu_free_regdom(
get_wiphy_regdom
(wiphy));
in wiphy_regulatory_deregister()
H
A
D
nl80211.c
7592
regdom =
get_wiphy_regdom
(wiphy);
in nl80211_get_reg_do()
7687
regdom =
get_wiphy_regdom
(&rdev->wiphy);
in nl80211_get_reg_dump()
/kernel/linux/linux-6.6/net/wireless/
H
A
D
reg.c
148
const struct ieee80211_regdomain *
get_wiphy_regdom
(struct wiphy *wiphy)
in get_wiphy_regdom()
function
154
EXPORT_SYMBOL(
get_wiphy_regdom
);
variable
184
wiphy_regd =
get_wiphy_regdom
(wiphy);
in reg_get_dfs_region()
1153
return
get_wiphy_regdom
(wiphy);
in reg_get_regdomain()
2141
const struct ieee80211_regdomain *wr =
get_wiphy_regdom
(wiphy);
in reg_is_world_roaming()
2279
regd =
get_wiphy_regdom
(wiphy);
in reg_process_ht_flags_channel()
2633
tmp =
get_wiphy_regdom
(wiphy);
in wiphy_apply_custom_regulatory()
2799
tmp =
get_wiphy_regdom
(wiphy);
in reg_process_hint_driver()
3154
tmp =
get_wiphy_regdom
(wiphy);
in reg_process_self_managed_hint()
3890
tmp =
get_wiphy_regdom
(request_wiph
in reg_set_rd_driver()
[all...]
H
A
D
nl80211.c
8629
regdom =
get_wiphy_regdom
(wiphy);
in nl80211_get_reg_do()
8726
regdom =
get_wiphy_regdom
(&rdev->wiphy);
in nl80211_get_reg_dump()
/kernel/linux/linux-6.6/include/net/
H
A
D
cfg80211.h
5727
*
get_wiphy_regdom
- get custom regdomain for the given wiphy
5730
const struct ieee80211_regdomain *
get_wiphy_regdom
(struct wiphy *wiphy);
Completed in 60 milliseconds