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:is_world_regdom
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/wireless/
H
A
D
reg.h
32
bool
is_world_regdom
(const char *alpha2);
H
A
D
reg.c
347
bool
is_world_regdom
(const char *alpha2)
in is_world_regdom()
function
418
if (WARN(!
is_world_regdom
(user_alpha2) && !is_an_alpha2(user_alpha2),
in is_user_regdom_saved()
557
if (!
is_world_regdom
((char *) alpha2))
in call_crda()
2116
!
is_world_regdom
(lr->alpha2)) {
in ignore_reg_update()
2134
if (
is_world_regdom
(cr->alpha2) || (wr &&
is_world_regdom
(wr->alpha2)))
in reg_is_world_roaming()
3164
if (!
is_world_regdom
(alpha2) && !is_an_alpha2(alpha2))
in regulatory_hint_user()
3334
if (!
is_world_regdom
(ieee80211_regdom)) {
in restore_alpha2()
3346
} else if (!
is_world_regdom
(ieee80211_regdom)) {
in restore_alpha2()
3695
} else if (
is_world_regdom
(r
in print_regdomain()
[all...]
/kernel/linux/linux-6.6/net/wireless/
H
A
D
reg.h
32
bool
is_world_regdom
(const char *alpha2);
H
A
D
reg.c
367
bool
is_world_regdom
(const char *alpha2)
in is_world_regdom()
function
438
if (WARN(!
is_world_regdom
(user_alpha2) && !is_an_alpha2(user_alpha2),
in is_user_regdom_saved()
577
if (!
is_world_regdom
((char *) alpha2))
in call_crda()
2126
!
is_world_regdom
(lr->alpha2)) {
in ignore_reg_update()
2144
if (
is_world_regdom
(cr->alpha2) || (wr &&
is_world_regdom
(wr->alpha2)))
in reg_is_world_roaming()
3241
if (!
is_world_regdom
(alpha2) && !is_an_alpha2(alpha2))
in regulatory_hint_user()
3411
if (!
is_world_regdom
(ieee80211_regdom)) {
in restore_alpha2()
3423
} else if (!
is_world_regdom
(ieee80211_regdom)) {
in restore_alpha2()
3772
} else if (
is_world_regdom
(r
in print_regdomain()
[all...]
Completed in 10 milliseconds