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:vid_stream
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
H
A
D
pvrusb2-hdw-internal.h
162
struct pvr2_stream *
vid_stream
;
member
H
A
D
pvrusb2-hdw.c
2231
hdw->
vid_stream
= pvr2_stream_create();
in pvr2_hdw_setup_low()
2234
"pvr2_hdw_setup: video stream is %p",hdw->
vid_stream
);
in pvr2_hdw_setup_low()
2235
if (hdw->
vid_stream
) {
in pvr2_hdw_setup_low()
2240
hdw->
vid_stream
,idx);
in pvr2_hdw_setup_low()
2242
pvr2_stream_setup(hdw->
vid_stream
,hdw->usb_dev,
in pvr2_hdw_setup_low()
2679
if (hdw->
vid_stream
) {
in pvr2_hdw_destroy()
2680
pvr2_stream_destroy(hdw->
vid_stream
);
in pvr2_hdw_destroy()
2681
hdw->
vid_stream
= NULL;
in pvr2_hdw_destroy()
3301
return hp->
vid_stream
;
in pvr2_hdw_get_video_stream()
3930
if (hdw->
vid_stream
) {
in pvr2_hdw_render_useless()
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
H
A
D
pvrusb2-hdw-internal.h
162
struct pvr2_stream *
vid_stream
;
member
H
A
D
pvrusb2-hdw.c
2231
hdw->
vid_stream
= pvr2_stream_create();
in pvr2_hdw_setup_low()
2234
"pvr2_hdw_setup: video stream is %p",hdw->
vid_stream
);
in pvr2_hdw_setup_low()
2235
if (hdw->
vid_stream
) {
in pvr2_hdw_setup_low()
2240
hdw->
vid_stream
,idx);
in pvr2_hdw_setup_low()
2242
pvr2_stream_setup(hdw->
vid_stream
,hdw->usb_dev,
in pvr2_hdw_setup_low()
2679
if (hdw->
vid_stream
) {
in pvr2_hdw_destroy()
2680
pvr2_stream_destroy(hdw->
vid_stream
);
in pvr2_hdw_destroy()
2681
hdw->
vid_stream
= NULL;
in pvr2_hdw_destroy()
3303
return hp->
vid_stream
;
in pvr2_hdw_get_video_stream()
3935
if (hdw->
vid_stream
) {
in pvr2_hdw_render_useless()
[all...]
Completed in 13 milliseconds