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:reg_request
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/net/wireless/
H
A
D
reg.c
136
static void reg_process_hint(struct regulatory_request *
reg_request
);
3002
static void reg_process_hint(struct regulatory_request *
reg_request
)
in reg_process_hint()
argument
3006
enum nl80211_reg_initiator initiator =
reg_request
->initiator;
in reg_process_hint()
3008
if (
reg_request
->wiphy_idx != WIPHY_IDX_INVALID)
in reg_process_hint()
3009
wiphy = wiphy_idx_to_wiphy(
reg_request
->wiphy_idx);
in reg_process_hint()
3013
treatment = reg_process_hint_core(
reg_request
);
in reg_process_hint()
3016
treatment = reg_process_hint_user(
reg_request
);
in reg_process_hint()
3021
treatment = reg_process_hint_driver(wiphy,
reg_request
);
in reg_process_hint()
3026
treatment = reg_process_hint_country_ie(wiphy,
reg_request
);
in reg_process_hint()
3052
reg_free_request(
reg_request
);
in reg_process_hint()
3075
struct regulatory_request *
reg_request
, *lr;
reg_process_pending_hints()
local
4340
struct regulatory_request *
reg_request
, *tmp;
regulatory_exit()
local
[all...]
/kernel/linux/linux-5.10/net/wireless/
H
A
D
reg.c
2939
static void reg_process_hint(struct regulatory_request *
reg_request
)
in reg_process_hint()
argument
2943
enum nl80211_reg_initiator initiator =
reg_request
->initiator;
in reg_process_hint()
2945
if (
reg_request
->wiphy_idx != WIPHY_IDX_INVALID)
in reg_process_hint()
2946
wiphy = wiphy_idx_to_wiphy(
reg_request
->wiphy_idx);
in reg_process_hint()
2950
treatment = reg_process_hint_core(
reg_request
);
in reg_process_hint()
2953
treatment = reg_process_hint_user(
reg_request
);
in reg_process_hint()
2958
treatment = reg_process_hint_driver(wiphy,
reg_request
);
in reg_process_hint()
2963
treatment = reg_process_hint_country_ie(wiphy,
reg_request
);
in reg_process_hint()
2989
reg_free_request(
reg_request
);
in reg_process_hint()
3012
struct regulatory_request *
reg_request
, *l
in reg_process_pending_hints()
local
4248
struct regulatory_request *
reg_request
, *tmp;
regulatory_exit()
local
[all...]
Completed in 14 milliseconds