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:max_thres
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H
A
D
dibx000_common.h
111
u16
max_thres
;
member
H
A
D
dib7000m.c
650
else if (agc < state->current_agc->split.
max_thres
)
in dib7000m_agc_soft_split()
655
(state->current_agc->split.
max_thres
- state->current_agc->split.min_thres);
in dib7000m_agc_soft_split()
H
A
D
dib8000.c
1251
else if (agc < state->current_agc->split.
max_thres
)
in dib8000_agc_soft_split()
1256
(state->current_agc->split.
max_thres
- state->current_agc->split.min_thres);
in dib8000_agc_soft_split()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H
A
D
dibx000_common.h
111
u16
max_thres
;
member
H
A
D
dib7000m.c
650
else if (agc < state->current_agc->split.
max_thres
)
in dib7000m_agc_soft_split()
655
(state->current_agc->split.
max_thres
- state->current_agc->split.min_thres);
in dib7000m_agc_soft_split()
H
A
D
dib8000.c
1251
else if (agc < state->current_agc->split.
max_thres
)
in dib8000_agc_soft_split()
1256
(state->current_agc->split.
max_thres
- state->current_agc->split.min_thres);
in dib8000_agc_soft_split()
/kernel/linux/linux-5.10/sound/soc/ti/
H
A
D
omap-mcbsp.c
515
#define
max_thres
(m) (mcbsp->pdata->buffer_size)
macro
516
#define valid_threshold(m, val) ((val) <=
max_thres
(m))
705
mcbsp->max_tx_thres =
max_thres
(mcbsp) - 0x10;
in omap_mcbsp_init()
706
mcbsp->max_rx_thres =
max_thres
(mcbsp) - 0x10;
in omap_mcbsp_init()
/kernel/linux/linux-6.6/sound/soc/ti/
H
A
D
omap-mcbsp.c
514
#define
max_thres
(m) (mcbsp->pdata->buffer_size)
macro
515
#define valid_threshold(m, val) ((val) <=
max_thres
(m))
704
mcbsp->max_tx_thres =
max_thres
(mcbsp) - 0x10;
in omap_mcbsp_init()
705
mcbsp->max_rx_thres =
max_thres
(mcbsp) - 0x10;
in omap_mcbsp_init()
Completed in 29 milliseconds