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:ctl_mode
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H
A
D
phy.c
2774
u8 i,
ctl_mode
;
in ath5k_get_max_ctl_power()
local
2778
ctl_mode
= ath_regd_get_band_ctl(regulatory, channel->band);
in ath5k_get_max_ctl_power()
2783
ctl_mode
|= AR5K_CTL_TURBO;
in ath5k_get_max_ctl_power()
2785
ctl_mode
|= AR5K_CTL_11A;
in ath5k_get_max_ctl_power()
2789
ctl_mode
|= AR5K_CTL_TURBOG;
in ath5k_get_max_ctl_power()
2791
ctl_mode
|= AR5K_CTL_11G;
in ath5k_get_max_ctl_power()
2794
ctl_mode
|= AR5K_CTL_11B;
in ath5k_get_max_ctl_power()
2801
if (ctl_val[i] ==
ctl_mode
) {
in ath5k_get_max_ctl_power()
H
A
D
eeprom.c
1606
unsigned int
ctl_mode
;
in ath5k_eeprom_read_ctl_info()
local
1633
ctl_mode
= AR5K_EEPROM_MODE_11A;
in ath5k_eeprom_read_ctl_info()
1636
ctl_mode
= AR5K_EEPROM_MODE_11G;
in ath5k_eeprom_read_ctl_info()
1699
rep[j].freq,
ctl_mode
);
in ath5k_eeprom_read_ctl_info()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H
A
D
phy.c
2771
u8 i,
ctl_mode
;
in ath5k_get_max_ctl_power()
local
2775
ctl_mode
= ath_regd_get_band_ctl(regulatory, channel->band);
in ath5k_get_max_ctl_power()
2780
ctl_mode
|= AR5K_CTL_TURBO;
in ath5k_get_max_ctl_power()
2782
ctl_mode
|= AR5K_CTL_11A;
in ath5k_get_max_ctl_power()
2786
ctl_mode
|= AR5K_CTL_TURBOG;
in ath5k_get_max_ctl_power()
2788
ctl_mode
|= AR5K_CTL_11G;
in ath5k_get_max_ctl_power()
2791
ctl_mode
|= AR5K_CTL_11B;
in ath5k_get_max_ctl_power()
2798
if (ctl_val[i] ==
ctl_mode
) {
in ath5k_get_max_ctl_power()
H
A
D
eeprom.c
1606
unsigned int
ctl_mode
;
in ath5k_eeprom_read_ctl_info()
local
1633
ctl_mode
= AR5K_EEPROM_MODE_11A;
in ath5k_eeprom_read_ctl_info()
1636
ctl_mode
= AR5K_EEPROM_MODE_11G;
in ath5k_eeprom_read_ctl_info()
1699
rep[j].freq,
ctl_mode
);
in ath5k_eeprom_read_ctl_info()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/carl9170/
H
A
D
phy.c
1297
u8
ctl_mode
;
in carl9170_calc_ctl()
member
1352
u8 c = ctl_grp | modes[i].
ctl_mode
;
in carl9170_calc_ctl()
1363
if (modes[i].
ctl_mode
== CTL_11G) {
in carl9170_calc_ctl()
1370
if (modes[i].
ctl_mode
== CTL_2GHT40 ||
in carl9170_calc_ctl()
1371
modes[i].
ctl_mode
== CTL_5GHT40) {
in carl9170_calc_ctl()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/carl9170/
H
A
D
phy.c
1297
u8
ctl_mode
;
in carl9170_calc_ctl()
member
1352
u8 c = ctl_grp | modes[i].
ctl_mode
;
in carl9170_calc_ctl()
1363
if (modes[i].
ctl_mode
== CTL_11G) {
in carl9170_calc_ctl()
1370
if (modes[i].
ctl_mode
== CTL_2GHT40 ||
in carl9170_calc_ctl()
1371
modes[i].
ctl_mode
== CTL_5GHT40) {
in carl9170_calc_ctl()
Completed in 16 milliseconds