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:ctl_cls
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
f_uvc.c
790
struct uvc_descriptor_header **
ctl_cls
;
in uvc_alloc_inst()
local
847
ctl_cls
= opts->uvc_fs_control_cls;
in uvc_alloc_inst()
848
ctl_cls
[0] = NULL; /* assigned elsewhere by configfs */
in uvc_alloc_inst()
849
ctl_cls
[1] = (struct uvc_descriptor_header *)cd;
in uvc_alloc_inst()
850
ctl_cls
[2] = (struct uvc_descriptor_header *)pd;
in uvc_alloc_inst()
851
ctl_cls
[3] = (struct uvc_descriptor_header *)od;
in uvc_alloc_inst()
852
ctl_cls
[4] = NULL; /* NULL-terminate */
in uvc_alloc_inst()
854
(const struct uvc_descriptor_header * const *)
ctl_cls
;
in uvc_alloc_inst()
857
ctl_cls
= opts->uvc_ss_control_cls;
in uvc_alloc_inst()
858
ctl_cls
[
in uvc_alloc_inst()
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
f_uvc.c
874
struct uvc_descriptor_header **
ctl_cls
;
in uvc_alloc_inst()
local
930
ctl_cls
= opts->uvc_fs_control_cls;
in uvc_alloc_inst()
931
ctl_cls
[0] = NULL; /* assigned elsewhere by configfs */
in uvc_alloc_inst()
932
ctl_cls
[1] = (struct uvc_descriptor_header *)cd;
in uvc_alloc_inst()
933
ctl_cls
[2] = (struct uvc_descriptor_header *)pd;
in uvc_alloc_inst()
934
ctl_cls
[3] = (struct uvc_descriptor_header *)od;
in uvc_alloc_inst()
935
ctl_cls
[4] = NULL; /* NULL-terminate */
in uvc_alloc_inst()
937
(const struct uvc_descriptor_header * const *)
ctl_cls
;
in uvc_alloc_inst()
940
ctl_cls
= opts->uvc_ss_control_cls;
in uvc_alloc_inst()
941
ctl_cls
[
in uvc_alloc_inst()
[all...]
Completed in 3 milliseconds