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:UAC2_ATTRIBUTE
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
f_uac2.c
1881
#define
UAC2_ATTRIBUTE
(type, name) \
macro
2073
UAC2_ATTRIBUTE
(u32, p_chmask);
2075
UAC2_ATTRIBUTE
(u32, p_ssize);
2076
UAC2_ATTRIBUTE
(u8, p_hs_bint);
2077
UAC2_ATTRIBUTE
(u32, c_chmask);
2080
UAC2_ATTRIBUTE
(u32, c_ssize);
2081
UAC2_ATTRIBUTE
(u8, c_hs_bint);
2082
UAC2_ATTRIBUTE
(u32, req_number);
2084
UAC2_ATTRIBUTE
(bool, p_mute_present);
2085
UAC2_ATTRIBUTE
(boo
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
f_uac2.c
1063
#define
UAC2_ATTRIBUTE
(name) \
macro
1104
UAC2_ATTRIBUTE
(p_chmask);
1105
UAC2_ATTRIBUTE
(p_srate);
1106
UAC2_ATTRIBUTE
(p_ssize);
1107
UAC2_ATTRIBUTE
(c_chmask);
1108
UAC2_ATTRIBUTE
(c_srate);
1109
UAC2_ATTRIBUTE
(c_ssize);
1110
UAC2_ATTRIBUTE
(req_number);
Completed in 4 milliseconds