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:bNumControls
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
uvc_configfs.h
155
u8
bNumControls
;
member
H
A
D
uvc_configfs.c
837
xu->desc.
bNumControls
= num;
in uvcg_extension_b_num_controls_store()
844
UVCG_EXTENSION_ATTR(b_num_controls,
bNumControls
);
1281
xu->desc.
bNumControls
= 0;
in uvcg_extension_make()
/kernel/linux/linux-5.10/include/uapi/linux/usb/
H
A
D
video.h
347
__u8
bNumControls
;
member
367
__u8
bNumControls
; \
/kernel/linux/linux-6.6/include/uapi/linux/usb/
H
A
D
video.h
347
__u8
bNumControls
;
member
367
__u8
bNumControls
; \
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/usb/
H
A
D
video.h
234
__u8
bNumControls
;
member
251
__u8
bNumControls
; \
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/usb/
H
A
D
video.h
228
__u8
bNumControls
;
member
237
#define DECLARE_UVC_EXTENSION_UNIT_DESCRIPTOR(p,n) struct UVC_EXTENSION_UNIT_DESCRIPTOR(p, n) { __u8 bLength; __u8 bDescriptorType; __u8 bDescriptorSubType; __u8 bUnitID; __u8 guidExtensionCode[16]; __u8
bNumControls
; __u8 bNrInPins; __u8 baSourceID[p]; __u8 bControlSize; __u8 bmControls[n]; __u8 iExtension; \
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/usb/
H
A
D
video.h
228
__u8
bNumControls
;
member
237
#define DECLARE_UVC_EXTENSION_UNIT_DESCRIPTOR(p,n) struct UVC_EXTENSION_UNIT_DESCRIPTOR(p, n) { __u8 bLength; __u8 bDescriptorType; __u8 bDescriptorSubType; __u8 bUnitID; __u8 guidExtensionCode[16]; __u8
bNumControls
; __u8 bNrInPins; __u8 baSourceID[p]; __u8 bControlSize; __u8 bmControls[n]; __u8 iExtension; \
/kernel/linux/linux-6.6/drivers/media/usb/uvc/
H
A
D
uvcvideo.h
218
u8
bNumControls
;
member
H
A
D
uvc_driver.c
902
unit->extension.
bNumControls
= buffer[20];
in uvc_parse_vendor_control()
1145
unit->extension.
bNumControls
= buffer[20];
in uvc_parse_standard_control()
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
H
A
D
uvcvideo.h
347
u8
bNumControls
;
member
H
A
D
uvc_driver.c
1116
unit->extension.
bNumControls
= buffer[20];
in uvc_parse_vendor_control()
1367
unit->extension.
bNumControls
= buffer[20];
in uvc_parse_standard_control()
Completed in 22 milliseconds