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:COUNTRY_ERD_FLAG
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/
H
A
D
regd.c
200
return ((regd &
COUNTRY_ERD_FLAG
) !=
COUNTRY_ERD_FLAG
) &&
in is_wwr_sku()
484
reg->current_rd =
COUNTRY_ERD_FLAG
;
in __ath_reg_dyn_country()
555
if (rd &
COUNTRY_ERD_FLAG
) {
in ath_regd_is_eeprom_valid()
557
u16 cc = rd & ~
COUNTRY_ERD_FLAG
;
in ath_regd_is_eeprom_valid()
607
if (rd &
COUNTRY_ERD_FLAG
) {
in ath_regd_get_default_country()
609
u16 cc = rd & ~
COUNTRY_ERD_FLAG
;
in ath_regd_get_default_country()
676
if (reg->current_rd !=
COUNTRY_ERD_FLAG
)
in ath_regd_sanitize()
H
A
D
regd.h
44
#define
COUNTRY_ERD_FLAG
0x8000
macro
/kernel/linux/linux-6.6/drivers/net/wireless/ath/
H
A
D
regd.c
200
return ((regd &
COUNTRY_ERD_FLAG
) !=
COUNTRY_ERD_FLAG
) &&
in is_wwr_sku()
485
reg->current_rd =
COUNTRY_ERD_FLAG
;
in __ath_reg_dyn_country()
556
if (rd &
COUNTRY_ERD_FLAG
) {
in ath_regd_is_eeprom_valid()
558
u16 cc = rd & ~
COUNTRY_ERD_FLAG
;
in ath_regd_is_eeprom_valid()
608
if (rd &
COUNTRY_ERD_FLAG
) {
in ath_regd_get_default_country()
610
u16 cc = rd & ~
COUNTRY_ERD_FLAG
;
in ath_regd_get_default_country()
677
if (reg->current_rd !=
COUNTRY_ERD_FLAG
)
in ath_regd_sanitize()
H
A
D
regd.h
44
#define
COUNTRY_ERD_FLAG
0x8000
macro
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H
A
D
wmi.c
996
if ((reg_code >> ATH6KL_COUNTRY_RD_SHIFT) &
COUNTRY_ERD_FLAG
) {
in ath6kl_wmi_regdomain_event()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H
A
D
wmi.c
996
if ((reg_code >> ATH6KL_COUNTRY_RD_SHIFT) &
COUNTRY_ERD_FLAG
) {
in ath6kl_wmi_regdomain_event()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
mac.c
9735
*rd |=
COUNTRY_ERD_FLAG
;
in ath10k_mac_get_wrdd_regulatory()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
mac.c
9900
*rd |=
COUNTRY_ERD_FLAG
;
in ath10k_mac_get_wrdd_regulatory()
Completed in 35 milliseconds