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_treble
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/sound/drivers/pcsp/
H
A
D
pcsp_mixer.c
51
uinfo->value.enumerated.items = chip->
max_treble
+ 1;
in pcsp_treble_info()
52
if (uinfo->value.enumerated.item > chip->
max_treble
)
in pcsp_treble_info()
53
uinfo->value.enumerated.item = chip->
max_treble
;
in pcsp_treble_info()
H
A
D
pcsp.c
73
pcsp_chip.
max_treble
= min(order, PCSP_MAX_TREBLE);
in snd_pcsp_create()
74
pcsp_chip.treble = min(pcsp_chip.
max_treble
, PCSP_DEFAULT_TREBLE);
in snd_pcsp_create()
H
A
D
pcsp.h
70
int
max_treble
;
member
/kernel/linux/linux-6.6/sound/drivers/pcsp/
H
A
D
pcsp_mixer.c
51
uinfo->value.enumerated.items = chip->
max_treble
+ 1;
in pcsp_treble_info()
52
if (uinfo->value.enumerated.item > chip->
max_treble
)
in pcsp_treble_info()
53
uinfo->value.enumerated.item = chip->
max_treble
;
in pcsp_treble_info()
H
A
D
pcsp.c
71
pcsp_chip.
max_treble
= min(order, PCSP_MAX_TREBLE);
in snd_pcsp_create()
72
pcsp_chip.treble = min(pcsp_chip.
max_treble
, PCSP_DEFAULT_TREBLE);
in snd_pcsp_create()
H
A
D
pcsp.h
70
int
max_treble
;
member
/kernel/linux/linux-5.10/sound/i2c/
H
A
D
tea6330t.c
41
unsigned char max_bass,
max_treble
;
member
229
uinfo->value.integer.max = tea->
max_treble
;
in snd_tea6330t_info_treble()
250
val1 = ucontrol->value.integer.value[0] % (tea->
max_treble
+ 1);
in snd_tea6330t_put_treble()
309
tea->
max_treble
= 8;
in snd_tea6330t_update_mixer()
316
tea->
max_treble
= 0;
in snd_tea6330t_update_mixer()
/kernel/linux/linux-6.6/sound/i2c/
H
A
D
tea6330t.c
41
unsigned char max_bass,
max_treble
;
member
232
uinfo->value.integer.max = tea->
max_treble
;
in snd_tea6330t_info_treble()
253
val1 = ucontrol->value.integer.value[0] % (tea->
max_treble
+ 1);
in snd_tea6330t_put_treble()
314
tea->
max_treble
= 8;
in snd_tea6330t_update_mixer()
321
tea->
max_treble
= 0;
in snd_tea6330t_update_mixer()
Completed in 4 milliseconds