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:ch_bw
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/tuners/
H
A
D
mt2063.c
2027
s32
ch_bw
;
in mt2063_set_analog_params()
local
2043
ch_bw
= 8000000;
in mt2063_set_analog_params()
2044
pict2chanb_vsb = -(
ch_bw
/ 2);
in mt2063_set_analog_params()
2051
ch_bw
= 6000000;
in mt2063_set_analog_params()
2055
ch_bw
= 7000000;
in mt2063_set_analog_params()
2059
ch_bw
= 8000000;
in mt2063_set_analog_params()
2066
if_mid = pict_car - (pict2chanb_vsb + (
ch_bw
/ 2));
in mt2063_set_analog_params()
2070
state->AS_Data.f_out_bw =
ch_bw
+ 750000;
in mt2063_set_analog_params()
2076
params->frequency,
ch_bw
, pict2chanb_vsb);
in mt2063_set_analog_params()
2078
status = MT2063_Tune(state, (params->frequency + (pict2chanb_vsb + (
ch_bw
/
in mt2063_set_analog_params()
2102
s32
ch_bw
;
mt2063_set_params()
local
[all...]
/kernel/linux/linux-6.6/drivers/media/tuners/
H
A
D
mt2063.c
2026
s32
ch_bw
;
in mt2063_set_analog_params()
local
2042
ch_bw
= 8000000;
in mt2063_set_analog_params()
2043
pict2chanb_vsb = -(
ch_bw
/ 2);
in mt2063_set_analog_params()
2050
ch_bw
= 6000000;
in mt2063_set_analog_params()
2054
ch_bw
= 7000000;
in mt2063_set_analog_params()
2058
ch_bw
= 8000000;
in mt2063_set_analog_params()
2065
if_mid = pict_car - (pict2chanb_vsb + (
ch_bw
/ 2));
in mt2063_set_analog_params()
2069
state->AS_Data.f_out_bw =
ch_bw
+ 750000;
in mt2063_set_analog_params()
2075
params->frequency,
ch_bw
, pict2chanb_vsb);
in mt2063_set_analog_params()
2077
status = MT2063_Tune(state, (params->frequency + (pict2chanb_vsb + (
ch_bw
/
in mt2063_set_analog_params()
2101
s32
ch_bw
;
mt2063_set_params()
local
[all...]
/kernel/linux/linux-5.10/net/wireless/
H
A
D
reg.c
1702
int
ch_bw
= max_bandwidth_khz;
in reg_rule_to_chan_bw_flags()
local
1704
while (
ch_bw
) {
in reg_rule_to_chan_bw_flags()
1705
edge_offset = (center_freq_khz -
ch_bw
/ 2) -
in reg_rule_to_chan_bw_flags()
1707
if (edge_offset %
ch_bw
== 0) {
in reg_rule_to_chan_bw_flags()
1708
switch (KHZ_TO_MHZ(
ch_bw
)) {
in reg_rule_to_chan_bw_flags()
1733
ch_bw
/= 2;
in reg_rule_to_chan_bw_flags()
/kernel/linux/linux-6.6/net/wireless/
H
A
D
reg.c
1710
int
ch_bw
= max_bandwidth_khz;
in reg_rule_to_chan_bw_flags()
local
1712
while (
ch_bw
) {
in reg_rule_to_chan_bw_flags()
1713
edge_offset = (center_freq_khz -
ch_bw
/ 2) -
in reg_rule_to_chan_bw_flags()
1715
if (edge_offset %
ch_bw
== 0) {
in reg_rule_to_chan_bw_flags()
1716
switch (KHZ_TO_MHZ(
ch_bw
)) {
in reg_rule_to_chan_bw_flags()
1741
ch_bw
/= 2;
in reg_rule_to_chan_bw_flags()
Completed in 16 milliseconds