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:freqoff
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H
A
D
tda10086.c
407
int
freqoff
;
in tda10086_set_frontend()
local
428
freqoff
= fe_params->frequency - freq;
in tda10086_set_frontend()
429
freqoff
= ((1<<16) *
freqoff
) / (SACLK/1000);
in tda10086_set_frontend()
430
tda10086_write_byte(state, 0x3d, 0x80 | ((
freqoff
>> 8) & 0x7f));
in tda10086_set_frontend()
431
tda10086_write_byte(state, 0x3e,
freqoff
);
in tda10086_set_frontend()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H
A
D
tda10086.c
407
int
freqoff
;
in tda10086_set_frontend()
local
428
freqoff
= fe_params->frequency - freq;
in tda10086_set_frontend()
429
freqoff
= ((1<<16) *
freqoff
) / (SACLK/1000);
in tda10086_set_frontend()
430
tda10086_write_byte(state, 0x3d, 0x80 | ((
freqoff
>> 8) & 0x7f));
in tda10086_set_frontend()
431
tda10086_write_byte(state, 0x3e,
freqoff
);
in tda10086_set_frontend()
/kernel/linux/linux-5.10/include/linux/mfd/
H
A
D
si476x-reports.h
58
* @
freqoff
: Signed frequency offset.
81
__s8
freqoff
;
member
/kernel/linux/linux-6.6/include/linux/mfd/
H
A
D
si476x-reports.h
58
* @
freqoff
: Signed frequency offset.
81
__s8
freqoff
;
member
/kernel/linux/linux-5.10/drivers/mfd/
H
A
D
si476x-cmd.c
776
report->
freqoff
= resp[5];
in si476x_core_cmd_am_rsq_status()
1205
report->
freqoff
= resp[5];
in si476x_core_cmd_fm_rsq_status_a10()
1259
report->
freqoff
= resp[5];
in si476x_core_cmd_fm_rsq_status_a20()
1315
report->
freqoff
= resp[5];
in si476x_core_cmd_fm_rsq_status_a30()
/kernel/linux/linux-6.6/drivers/mfd/
H
A
D
si476x-cmd.c
776
report->
freqoff
= resp[5];
in si476x_core_cmd_am_rsq_status()
1205
report->
freqoff
= resp[5];
in si476x_core_cmd_fm_rsq_status_a10()
1259
report->
freqoff
= resp[5];
in si476x_core_cmd_fm_rsq_status_a20()
1315
report->
freqoff
= resp[5];
in si476x_core_cmd_fm_rsq_status_a30()
Completed in 8 milliseconds