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:c_volume_max
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
u_uac2.h
59
s16
c_volume_max
;
member
H
A
D
u_uac1.h
49
s16
c_volume_max
;
member
H
A
D
f_uac2.c
1007
else if (opts->
c_volume_max
<= opts->c_volume_min)
in afunc_validate_opts()
1016
else if ((opts->
c_volume_max
- opts->c_volume_min) % opts->c_volume_res)
in afunc_validate_opts()
1321
agdev->params.c_fu.volume_max = uac2_opts->
c_volume_max
;
in afunc_bind()
1656
max_db = opts->
c_volume_max
;
in in_rq_range()
2093
UAC2_ATTRIBUTE(s16,
c_volume_max
);
2175
opts->
c_volume_max
= UAC2_DEF_MAX_DB;
in afunc_alloc_inst()
H
A
D
f_uac1.c
554
max_db = opts->
c_volume_max
;
in in_rq_max()
1152
} else if (opts->
c_volume_max
<= opts->c_volume_min) {
in f_audio_validate_opts()
1166
} else if ((opts->
c_volume_max
- opts->c_volume_min) % opts->c_volume_res) {
in f_audio_validate_opts()
1400
audio->params.c_fu.volume_max = audio_opts->
c_volume_max
;
in f_audio_bind()
1609
UAC1_ATTRIBUTE(s16,
c_volume_max
);
1683
opts->
c_volume_max
= UAC1_DEF_MAX_DB;
in f_audio_alloc_inst()
Completed in 6 milliseconds