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:video_urbs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/go7007/
H
A
D
go7007-usb.c
57
struct urb *
video_urbs
[8];
member
837
r = usb_submit_urb(usb->
video_urbs
[i], GFP_KERNEL);
in go7007_usb_stream_start()
860
usb_kill_urb(usb->
video_urbs
[i]);
in go7007_usb_stream_start()
872
usb_kill_urb(usb->
video_urbs
[i]);
in go7007_usb_stream_stop()
910
vurb = usb->
video_urbs
[i];
in go7007_usb_release()
1280
usb->
video_urbs
[i] = usb_alloc_urb(0, GFP_KERNEL);
in go7007_usb_probe()
1281
if (usb->
video_urbs
[i] == NULL)
in go7007_usb_probe()
1283
usb->
video_urbs
[i]->transfer_buffer =
in go7007_usb_probe()
1285
if (usb->
video_urbs
[i]->transfer_buffer == NULL)
in go7007_usb_probe()
1287
usb_fill_bulk_urb(usb->
video_urbs
[
in go7007_usb_probe()
[all...]
H
A
D
s2250-board.c
44
struct urb *
video_urbs
[8];
member
/kernel/linux/linux-6.6/drivers/media/usb/go7007/
H
A
D
go7007-usb.c
57
struct urb *
video_urbs
[8];
member
837
r = usb_submit_urb(usb->
video_urbs
[i], GFP_KERNEL);
in go7007_usb_stream_start()
860
usb_kill_urb(usb->
video_urbs
[i]);
in go7007_usb_stream_start()
872
usb_kill_urb(usb->
video_urbs
[i]);
in go7007_usb_stream_stop()
910
vurb = usb->
video_urbs
[i];
in go7007_usb_release()
1282
usb->
video_urbs
[i] = usb_alloc_urb(0, GFP_KERNEL);
in go7007_usb_probe()
1283
if (usb->
video_urbs
[i] == NULL)
in go7007_usb_probe()
1285
usb->
video_urbs
[i]->transfer_buffer =
in go7007_usb_probe()
1287
if (usb->
video_urbs
[i]->transfer_buffer == NULL)
in go7007_usb_probe()
1289
usb_fill_bulk_urb(usb->
video_urbs
[
in go7007_usb_probe()
[all...]
H
A
D
s2250-board.c
44
struct urb *
video_urbs
[8];
member
Completed in 5 milliseconds