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:HPI_UNITS_PER_dB
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/asihpi/
H
A
D
asihpi.c
1569
uinfo->value.integer.min = min_gain_mB /
HPI_UNITS_PER_dB
;
in snd_asihpi_level_info()
1570
uinfo->value.integer.max = max_gain_mB /
HPI_UNITS_PER_dB
;
in snd_asihpi_level_info()
1571
uinfo->value.integer.step = step_gain_mB /
HPI_UNITS_PER_dB
;
in snd_asihpi_level_info()
1583
an_gain_mB[0] /
HPI_UNITS_PER_dB
;
in snd_asihpi_level_get()
1585
an_gain_mB[1] /
HPI_UNITS_PER_dB
;
in snd_asihpi_level_get()
1598
(ucontrol->value.integer.value[0]) *
HPI_UNITS_PER_dB
;
in snd_asihpi_level_put()
1600
(ucontrol->value.integer.value[1]) *
HPI_UNITS_PER_dB
;
in snd_asihpi_level_put()
1798
uinfo->value.integer.min = ((int)gain_range[0]) /
HPI_UNITS_PER_dB
;
in snd_asihpi_tuner_gain_info()
1799
uinfo->value.integer.max = ((int)gain_range[1]) /
HPI_UNITS_PER_dB
;
in snd_asihpi_tuner_gain_info()
1800
uinfo->value.integer.step = ((int) gain_range[2]) /
HPI_UNITS_PER_dB
;
in snd_asihpi_tuner_gain_info()
[all...]
H
A
D
hpi.h
651
#define
HPI_UNITS_PER_dB
100
macro
655
#define HPI_GAIN_OFF (-100 *
HPI_UNITS_PER_dB
)
665
#define HPI_METER_MINIMUM (-150 *
HPI_UNITS_PER_dB
)
/kernel/linux/linux-6.6/sound/pci/asihpi/
H
A
D
asihpi.c
1567
uinfo->value.integer.min = min_gain_mB /
HPI_UNITS_PER_dB
;
in snd_asihpi_level_info()
1568
uinfo->value.integer.max = max_gain_mB /
HPI_UNITS_PER_dB
;
in snd_asihpi_level_info()
1569
uinfo->value.integer.step = step_gain_mB /
HPI_UNITS_PER_dB
;
in snd_asihpi_level_info()
1581
an_gain_mB[0] /
HPI_UNITS_PER_dB
;
in snd_asihpi_level_get()
1583
an_gain_mB[1] /
HPI_UNITS_PER_dB
;
in snd_asihpi_level_get()
1596
(ucontrol->value.integer.value[0]) *
HPI_UNITS_PER_dB
;
in snd_asihpi_level_put()
1598
(ucontrol->value.integer.value[1]) *
HPI_UNITS_PER_dB
;
in snd_asihpi_level_put()
1796
uinfo->value.integer.min = ((int)gain_range[0]) /
HPI_UNITS_PER_dB
;
in snd_asihpi_tuner_gain_info()
1797
uinfo->value.integer.max = ((int)gain_range[1]) /
HPI_UNITS_PER_dB
;
in snd_asihpi_tuner_gain_info()
1798
uinfo->value.integer.step = ((int) gain_range[2]) /
HPI_UNITS_PER_dB
;
in snd_asihpi_tuner_gain_info()
[all...]
H
A
D
hpi.h
651
#define
HPI_UNITS_PER_dB
100
macro
655
#define HPI_GAIN_OFF (-100 *
HPI_UNITS_PER_dB
)
665
#define HPI_METER_MINIMUM (-150 *
HPI_UNITS_PER_dB
)
Completed in 16 milliseconds