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:bw_khz
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H
A
D
dib7000p.c
1215
int
bw_khz
= bw;
in dib7000p_spur_protect()
local
1220
if (f_rel < -
bw_khz
/ 2 || f_rel >
bw_khz
/ 2)
in dib7000p_spur_protect()
1223
bw_khz
/= 100;
in dib7000p_spur_protect()
1228
pha = ((f_rel * (k + 1) * 112 * 80 /
bw_khz
) / 1000) & 0x3ff;
in dib7000p_spur_protect()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H
A
D
dib7000p.c
1215
int
bw_khz
= bw;
in dib7000p_spur_protect()
local
1220
if (f_rel < -
bw_khz
/ 2 || f_rel >
bw_khz
/ 2)
in dib7000p_spur_protect()
1223
bw_khz
/= 100;
in dib7000p_spur_protect()
1228
pha = ((f_rel * (k + 1) * 112 * 80 /
bw_khz
) / 1000) & 0x3ff;
in dib7000p_spur_protect()
/kernel/linux/linux-5.10/net/wireless/
H
A
D
core.h
464
u32 center_freq_khz, u32
bw_khz
);
H
A
D
util.c
2045
u32 center_freq_khz, u32
bw_khz
)
in cfg80211_does_bw_fit_range()
2049
start_freq_khz = center_freq_khz - (
bw_khz
/ 2);
in cfg80211_does_bw_fit_range()
2050
end_freq_khz = center_freq_khz + (
bw_khz
/ 2);
in cfg80211_does_bw_fit_range()
2044
cfg80211_does_bw_fit_range(const struct ieee80211_freq_range *freq_range, u32 center_freq_khz, u32
bw_khz
)
cfg80211_does_bw_fit_range()
argument
/kernel/linux/linux-6.6/net/wireless/
H
A
D
core.h
473
u32 center_freq_khz, u32
bw_khz
);
H
A
D
util.c
2434
u32 center_freq_khz, u32
bw_khz
)
in cfg80211_does_bw_fit_range()
2438
start_freq_khz = center_freq_khz - (
bw_khz
/ 2);
in cfg80211_does_bw_fit_range()
2439
end_freq_khz = center_freq_khz + (
bw_khz
/ 2);
in cfg80211_does_bw_fit_range()
2433
cfg80211_does_bw_fit_range(const struct ieee80211_freq_range *freq_range, u32 center_freq_khz, u32
bw_khz
)
cfg80211_does_bw_fit_range()
argument
Completed in 14 milliseconds