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:UAC_MAX_RATES
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
u_uac2.h
41
int p_srates[
UAC_MAX_RATES
];
45
int c_srates[
UAC_MAX_RATES
];
H
A
D
u_uac1.h
34
int c_srates[
UAC_MAX_RATES
];
37
int p_srates[
UAC_MAX_RATES
];
H
A
D
u_audio.h
44
int p_srates[
UAC_MAX_RATES
]; /* available rates in Hz (0 terminated list) */
50
int c_srates[
UAC_MAX_RATES
]; /* available rates in Hz (0 terminated list) */
H
A
D
uac_common.h
8
#define
UAC_MAX_RATES
10 /* maximum number of rates configurable by f_uac1/2 */
macro
H
A
D
u_audio.c
519
for (i = 0; i <
UAC_MAX_RATES
; i++) {
in u_audio_set_capture_srate()
558
for (i = 0; i <
UAC_MAX_RATES
; i++) {
in u_audio_set_playback_srate()
1058
for (i = 0; i <
UAC_MAX_RATES
; i++) {
in get_max_srate()
1071
for (i = 0; i <
UAC_MAX_RATES
; i++) {
in get_min_srate()
H
A
D
f_uac1.c
195
DECLARE_UAC_FORMAT_TYPE_I_DISCRETE_DESC(
UAC_MAX_RATES
);
variable
197
uac_format_type_i_discrete_descriptor_##
UAC_MAX_RATES
1281
for (i = 0, idx = 0; i <
UAC_MAX_RATES
; i++) {
in f_audio_bind()
1290
for (i = 0, idx = 0; i <
UAC_MAX_RATES
; i++) {
in f_audio_bind()
1507
for (i = 0; i <
UAC_MAX_RATES
; i++) { \
H
A
D
f_uac2.c
669
DECLARE_UAC2_CNTRL_RANGES_LAY3(srates,
UAC_MAX_RATES
);
675
for (i = 0; i <
UAC_MAX_RATES
; i++) {
in get_max_srate()
1617
for (i = 0; i <
UAC_MAX_RATES
; i++) {
in in_rq_range()
1988
for (i = 0; i <
UAC_MAX_RATES
; i++) { \
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/
H
A
D
audio.c
29
static int p_srates[
UAC_MAX_RATES
] = {UAC2_DEF_PSRATE};
51
static int c_srates[
UAC_MAX_RATES
] = {UAC2_DEF_CSRATE};
77
static int p_srates[
UAC_MAX_RATES
] = {UAC1_DEF_PSRATE};
93
static int c_srates[
UAC_MAX_RATES
] = {UAC1_DEF_CSRATE};
Completed in 10 milliseconds