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:src_hdr
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
uvc_configfs.c
936
struct uvcg_streaming_header *
src_hdr
;
in uvcg_streaming_header_allow_link()
local
941
src_hdr
= to_uvcg_streaming_header(src);
in uvcg_streaming_header_allow_link()
949
if (
src_hdr
->linked) {
in uvcg_streaming_header_allow_link()
986
list_add_tail(&format_ptr->entry, &
src_hdr
->formats);
in uvcg_streaming_header_allow_link()
987
++
src_hdr
->num_fmt;
in uvcg_streaming_header_allow_link()
1002
struct uvcg_streaming_header *
src_hdr
;
in uvcg_streaming_header_drop_link()
local
1006
src_hdr
= to_uvcg_streaming_header(src);
in uvcg_streaming_header_drop_link()
1018
list_for_each_entry_safe(format_ptr, tmp, &
src_hdr
->formats, entry)
in uvcg_streaming_header_drop_link()
1022
--
src_hdr
->num_fmt;
in uvcg_streaming_header_drop_link()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
uvc_configfs.c
1740
struct uvcg_streaming_header *
src_hdr
;
in uvcg_streaming_header_allow_link()
local
1745
src_hdr
= to_uvcg_streaming_header(src);
in uvcg_streaming_header_allow_link()
1753
if (
src_hdr
->linked) {
in uvcg_streaming_header_allow_link()
1788
list_add_tail(&format_ptr->entry, &
src_hdr
->formats);
in uvcg_streaming_header_allow_link()
1789
++
src_hdr
->num_fmt;
in uvcg_streaming_header_allow_link()
1804
struct uvcg_streaming_header *
src_hdr
;
in uvcg_streaming_header_drop_link()
local
1808
src_hdr
= to_uvcg_streaming_header(src);
in uvcg_streaming_header_drop_link()
1818
list_for_each_entry_safe(format_ptr, tmp, &
src_hdr
->formats, entry)
in uvcg_streaming_header_drop_link()
1822
--
src_hdr
->num_fmt;
in uvcg_streaming_header_drop_link()
Completed in 7 milliseconds