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_hs_bint
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/
H
A
D
audio.c
62
static u8
c_hs_bint
= UAC2_DEF_CHSBINT;
variable
63
module_param(
c_hs_bint
, byte, 0444);
64
MODULE_PARM_DESC(
c_hs_bint
,
297
uac2_opts->
c_hs_bint
=
c_hs_bint
;
in audio_bind()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
u_uac2.h
48
u8
c_hs_bint
;
member
H
A
D
f_uac2.c
737
opts_bint = uac2_opts->
c_hs_bint
;
in set_ep_max_packet_size_bint()
1021
else if ((opts->
c_hs_bint
< 0) || (opts->
c_hs_bint
> 4))
in afunc_validate_opts()
1192
hs_epout_desc.bInterval = uac2_opts->
c_hs_bint
;
in afunc_bind()
1193
ss_epout_desc.bInterval = uac2_opts->
c_hs_bint
;
in afunc_bind()
2081
UAC2_ATTRIBUTE(u8,
c_hs_bint
);
2163
opts->
c_hs_bint
= UAC2_DEF_CHSBINT;
in afunc_alloc_inst()
Completed in 3 milliseconds