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_dmaq
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/common/saa7146/
H
A
D
saa7146_video.c
309
if (vb2_is_busy(&vv->
video_dmaq
.q))
in saa7146_s_ctrl()
315
if (vb2_is_busy(&vv->
video_dmaq
.q))
in saa7146_s_ctrl()
427
if (vb2_is_busy(&vv->
video_dmaq
.q)) {
in vidioc_s_fmt_vid_cap()
474
if (vb2_is_busy(&vv->
video_dmaq
.q) || vb2_is_busy(&vv->vbi_dmaq.q)) {
in vidioc_s_std()
545
mod_timer(&vv->
video_dmaq
.timeout, jiffies+BUFFER_TIMEOUT);
in buffer_activate()
581
saa7146_buffer_queue(dev, &dev->vv_data->
video_dmaq
, buf);
in buf_queue()
638
struct saa7146_dmaqueue *dq = &dev->vv_data->
video_dmaq
;
in return_buffers()
658
if (!vb2_is_streaming(&dev->vv_data->
video_dmaq
.q))
in start_streaming()
669
struct saa7146_dmaqueue *dq = &dev->vv_data->
video_dmaq
;
in stop_streaming()
693
INIT_LIST_HEAD(&vv->
video_dmaq
in video_init()
[all...]
H
A
D
saa7146_fops.c
355
q = &dev->vv_data->
video_dmaq
.q;
in saa7146_register_device()
/kernel/linux/linux-5.10/drivers/media/common/saa7146/
H
A
D
saa7146_video.c
382
struct saa7146_dmaqueue *q = &vv->
video_dmaq
;
in video_end()
1028
mod_timer(&vv->
video_dmaq
.timeout, jiffies+BUFFER_TIMEOUT);
in buffer_activate()
1151
saa7146_buffer_queue(fh->dev, &vv->
video_dmaq
, buf);
in buffer_queue()
1180
INIT_LIST_HEAD(&vv->
video_dmaq
.queue);
in video_init()
1182
timer_setup(&vv->
video_dmaq
.timeout, saa7146_buffer_timeout, 0);
in video_init()
1183
vv->
video_dmaq
.dev = dev;
in video_init()
1228
struct saa7146_dmaqueue *q = &vv->
video_dmaq
;
in video_irq_done()
/kernel/linux/linux-6.6/include/media/drv-intf/
H
A
D
saa7146_vv.h
90
struct saa7146_dmaqueue
video_dmaq
;
member
/kernel/linux/linux-5.10/include/media/drv-intf/
H
A
D
saa7146_vv.h
126
struct saa7146_dmaqueue
video_dmaq
;
member
Completed in 6 milliseconds