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:uvc_version
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/usb/uvc/
H
A
D
uvc_driver.c
942
dev->
uvc_version
= get_unaligned_le16(&buffer[3]);
in uvc_parse_standard_control()
1102
p = dev->
uvc_version
>= 0x0110 ? 10 : 9;
in uvc_parse_standard_control()
1121
if (dev->
uvc_version
>= 0x0110)
in uvc_parse_standard_control()
2177
dev->
uvc_version
>> 8, dev->
uvc_version
& 0xff,
in uvc_probe()
2190
if (dev->info->
uvc_version
) {
in uvc_probe()
2191
dev->
uvc_version
= dev->info->
uvc_version
;
in uvc_probe()
2193
dev->
uvc_version
>> 8, dev->
uvc_version
in uvc_probe()
[all...]
H
A
D
uvcvideo.h
524
u16
uvc_version
;
member
567
u16
uvc_version
;
member
H
A
D
uvc_video.c
190
stream->dev->
uvc_version
< 0x0110))
in uvc_fixup_video_ctrl()
247
if (stream->dev->
uvc_version
< 0x0110)
in uvc_video_ctrl_size()
249
else if (stream->dev->
uvc_version
< 0x0150)
in uvc_video_ctrl_size()
H
A
D
uvc_ctrl.c
2659
mappings = chain->dev->
uvc_version
< 0x0150
in uvc_ctrl_init_ctrl()
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
H
A
D
uvc_driver.c
1157
dev->
uvc_version
= get_unaligned_le16(&buffer[3]);
in uvc_parse_standard_control()
1322
p = dev->
uvc_version
>= 0x0110 ? 10 : 9;
in uvc_parse_standard_control()
1341
if (dev->
uvc_version
>= 0x0110)
in uvc_parse_standard_control()
2290
dev->
uvc_version
>> 8, dev->
uvc_version
& 0xff,
in uvc_probe()
H
A
D
uvc_video.c
185
stream->dev->
uvc_version
< 0x0110))
in uvc_fixup_video_ctrl()
239
if (stream->dev->
uvc_version
< 0x0110)
in uvc_video_ctrl_size()
241
else if (stream->dev->
uvc_version
< 0x0150)
in uvc_video_ctrl_size()
H
A
D
uvcvideo.h
660
u16
uvc_version
;
member
Completed in 22 milliseconds