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:num_fmt
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
uvc_configfs.h
79
unsigned
num_fmt
;
member
H
A
D
uvc_configfs.c
1789
++src_hdr->
num_fmt
;
in uvcg_streaming_header_allow_link()
1822
--src_hdr->
num_fmt
;
in uvcg_streaming_header_drop_link()
2939
*size += h->
num_fmt
* UVCG_STREAMING_CONTROL_SIZE;
in __uvcg_cnt_strm()
3012
ihdr->bLength = sizeof(h->desc) + h->
num_fmt
* sz;
in __uvcg_fill_strm()
3013
ihdr->bNumFormats = h->
num_fmt
;
in __uvcg_fill_strm()
H
A
D
uvc_v4l2.c
370
if (f->index >= uvc->header->
num_fmt
)
in uvc_v4l2_enum_format()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
uvc_configfs.c
920
unsigned
num_fmt
;
member
987
++src_hdr->
num_fmt
;
in uvcg_streaming_header_allow_link()
1022
--src_hdr->
num_fmt
;
in uvcg_streaming_header_drop_link()
2092
*size += h->
num_fmt
* UVCG_STREAMING_CONTROL_SIZE;
in __uvcg_cnt_strm()
2159
ihdr->bLength = sizeof(h->desc) + h->
num_fmt
* sz;
in __uvcg_fill_strm()
2160
ihdr->bNumFormats = h->
num_fmt
;
in __uvcg_fill_strm()
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/
H
A
D
webcam.c
559
uvcg_streaming_header.
num_fmt
= 2;
in webcam_bind()
Completed in 11 milliseconds