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:auto_sub_step
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-core/
H
A
D
dvb_frontend.c
116
unsigned int
auto_sub_step
;
member
409
fepriv->
auto_sub_step
= 0;
in dvb_frontend_swzigzag_autotune()
414
switch (fepriv->
auto_sub_step
) {
in dvb_frontend_swzigzag_autotune()
445
fepriv->
auto_sub_step
= -1; /* it'll be incremented to 0 in a moment */
in dvb_frontend_swzigzag_autotune()
449
if (!ready) fepriv->
auto_sub_step
++;
in dvb_frontend_swzigzag_autotune()
455
(fepriv->
auto_sub_step
== 0) && check_wrapped) {
in dvb_frontend_swzigzag_autotune()
460
"%s: drift:%i inversion:%i auto_step:%i
auto_sub_step
:%i started_auto_step:%i\n",
in dvb_frontend_swzigzag_autotune()
462
fepriv->auto_step, fepriv->
auto_sub_step
,
in dvb_frontend_swzigzag_autotune()
481
fepriv->
auto_sub_step
++;
in dvb_frontend_swzigzag_autotune()
577
fepriv->
auto_sub_step
in dvb_frontend_swzigzag()
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-core/
H
A
D
dvb_frontend.c
117
unsigned int
auto_sub_step
;
member
410
fepriv->
auto_sub_step
= 0;
in dvb_frontend_swzigzag_autotune()
415
switch (fepriv->
auto_sub_step
) {
in dvb_frontend_swzigzag_autotune()
446
fepriv->
auto_sub_step
= -1; /* it'll be incremented to 0 in a moment */
in dvb_frontend_swzigzag_autotune()
450
if (!ready) fepriv->
auto_sub_step
++;
in dvb_frontend_swzigzag_autotune()
456
(fepriv->
auto_sub_step
== 0) && check_wrapped) {
in dvb_frontend_swzigzag_autotune()
461
"%s: drift:%i inversion:%i auto_step:%i
auto_sub_step
:%i started_auto_step:%i\n",
in dvb_frontend_swzigzag_autotune()
463
fepriv->auto_step, fepriv->
auto_sub_step
,
in dvb_frontend_swzigzag_autotune()
482
fepriv->
auto_sub_step
++;
in dvb_frontend_swzigzag_autotune()
582
fepriv->
auto_sub_step
in dvb_frontend_swzigzag()
[all...]
Completed in 4 milliseconds