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:VIDEOBUF_ERROR
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H
A
D
videobuf-core.c
279
q->bufs[i]->state =
VIDEOBUF_ERROR
;
in videobuf_queue_cancel()
355
case
VIDEOBUF_ERROR
:
in videobuf_status()
713
case
VIDEOBUF_ERROR
:
in videobuf_dqbuf()
817
if (
VIDEOBUF_ERROR
== q->read_buf->state)
in videobuf_read_zerocopy()
932
if (
VIDEOBUF_ERROR
== q->read_buf->state) {
in videobuf_read_one()
1153
buf->state ==
VIDEOBUF_ERROR
) {
in videobuf_poll_stream()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H
A
D
videobuf-core.c
279
q->bufs[i]->state =
VIDEOBUF_ERROR
;
in videobuf_queue_cancel()
355
case
VIDEOBUF_ERROR
:
in videobuf_status()
713
case
VIDEOBUF_ERROR
:
in videobuf_dqbuf()
817
if (
VIDEOBUF_ERROR
== q->read_buf->state)
in videobuf_read_zerocopy()
932
if (
VIDEOBUF_ERROR
== q->read_buf->state) {
in videobuf_read_one()
1153
buf->state ==
VIDEOBUF_ERROR
) {
in videobuf_poll_stream()
/kernel/linux/linux-5.10/include/media/
H
A
D
videobuf-core.h
59
VIDEOBUF_ERROR
= 5,
enumerator
/kernel/linux/linux-6.6/include/media/
H
A
D
videobuf-core.h
59
VIDEOBUF_ERROR
= 5,
enumerator
/kernel/linux/linux-5.10/drivers/media/common/saa7146/
H
A
D
saa7146_fops.c
176
saa7146_buffer_finish(dev,q,
VIDEOBUF_ERROR
);
in saa7146_buffer_timeout()
352
if (buf->state == VIDEOBUF_DONE || buf->state ==
VIDEOBUF_ERROR
) {
in __fops_poll()
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H
A
D
cx18-fileops.c
692
buf->vb.state =
VIDEOBUF_ERROR
;
in cx18_vb_timeout()
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H
A
D
bttv-driver.c
2953
buf->vb.state ==
VIDEOBUF_ERROR
)
in bttv_poll()
3627
bttv_irq_wakeup_video(btv, &old, &new,
VIDEOBUF_ERROR
);
in bttv_irq_timeout()
3628
bttv_irq_wakeup_vbi(btv, ovbi,
VIDEOBUF_ERROR
);
in bttv_irq_timeout()
3634
item->vb.state =
VIDEOBUF_ERROR
;
in bttv_irq_timeout()
3640
item->vb.state =
VIDEOBUF_ERROR
;
in bttv_irq_timeout()
/kernel/linux/linux-5.10/drivers/media/platform/
H
A
D
fsl-viu.c
305
buf->vb.state =
VIDEOBUF_ERROR
;
in restart_video_queue()
352
buf->vb.state =
VIDEOBUF_ERROR
;
in viu_vid_timeout()
/kernel/linux/linux-5.10/drivers/media/usb/tm6000/
H
A
D
tm6000-video.c
1438
buf->vb.state ==
VIDEOBUF_ERROR
)
in __tm6000_poll()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H
A
D
atomisp_cmd.c
729
pipe->capq.bufs[i]->state =
VIDEOBUF_ERROR
;
in atomisp_flush_video_pipe()
1235
vb->state = !error ? VIDEOBUF_DONE :
VIDEOBUF_ERROR
;
in atomisp_buf_done()
Completed in 27 milliseconds