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:reqbufs_count
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H
A
D
fimc-isp-video.c
94
dma->buffer_number = video->
reqbufs_count
;
in isp_video_capture_start_streaming()
219
if (++video->buf_count < video->
reqbufs_count
)
in isp_video_capture_buffer_queue()
547
isp->video_capture.
reqbufs_count
= rb->count;
in isp_video_reqbufs()
589
iv->
reqbufs_count
= 0;
in fimc_isp_video_device_register()
H
A
D
fimc-lite.h
139
* @
reqbufs_count
: the number of buffers requested with REQBUFS ioctl
174
unsigned int
reqbufs_count
;
member
H
A
D
fimc-isp.h
121
* @
reqbufs_count
: number of buffers requested with REQBUFS ioctl
131
unsigned int
reqbufs_count
;
member
H
A
D
fimc-capture.c
277
min_bufs = fimc->vid_cap.
reqbufs_count
> 1 ? 2 : 1;
in start_streaming()
330
for (i = 0; i < vid_cap->
reqbufs_count
; i++) {
in fimc_capture_resume()
419
int buf_id = (vid_cap->
reqbufs_count
== 1) ? -1 :
in buffer_queue()
432
min_bufs = vid_cap->
reqbufs_count
> 1 ? 2 : 1;
in buffer_queue()
1253
fimc->vid_cap.
reqbufs_count
= reqbufs->count;
in fimc_cap_reqbufs()
1746
vid_cap->
reqbufs_count
= 0;
in fimc_register_capture_device()
H
A
D
fimc-lite.c
415
if (fimc->buf_index >= fimc->
reqbufs_count
)
in buffer_queue()
868
fimc->
reqbufs_count
= reqbufs->count;
in fimc_lite_reqbufs()
1261
fimc->
reqbufs_count
= 0;
in fimc_lite_subdev_registered()
1575
for (i = 0; i < fimc->
reqbufs_count
; i++) {
in fimc_lite_resume()
H
A
D
fimc-core.h
298
* @
reqbufs_count
: the number of buffers requested in REQBUFS ioctl
317
unsigned int
reqbufs_count
;
member
H
A
D
fimc-core.c
318
fimc->vid_cap.
reqbufs_count
== 1;
in fimc_irq_handler()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
H
A
D
fimc-isp-video.c
94
dma->buffer_number = video->
reqbufs_count
;
in isp_video_capture_start_streaming()
219
if (++video->buf_count < video->
reqbufs_count
)
in isp_video_capture_buffer_queue()
550
isp->video_capture.
reqbufs_count
= rb->count;
in isp_video_reqbufs()
592
iv->
reqbufs_count
= 0;
in fimc_isp_video_device_register()
H
A
D
fimc-lite.h
139
* @
reqbufs_count
: the number of buffers requested with REQBUFS ioctl
176
unsigned int
reqbufs_count
;
member
H
A
D
fimc-isp.h
119
* @
reqbufs_count
: the number of buffers requested in REQBUFS ioctl
135
unsigned int
reqbufs_count
;
member
H
A
D
fimc-capture.c
277
min_bufs = fimc->vid_cap.
reqbufs_count
> 1 ? 2 : 1;
in start_streaming()
330
for (i = 0; i < vid_cap->
reqbufs_count
; i++) {
in fimc_capture_resume()
419
int buf_id = (vid_cap->
reqbufs_count
== 1) ? -1 :
in buffer_queue()
432
min_bufs = vid_cap->
reqbufs_count
> 1 ? 2 : 1;
in buffer_queue()
1256
fimc->vid_cap.
reqbufs_count
= reqbufs->count;
in fimc_cap_reqbufs()
1749
vid_cap->
reqbufs_count
= 0;
in fimc_register_capture_device()
H
A
D
fimc-lite.c
415
if (fimc->buf_index >= fimc->
reqbufs_count
)
in buffer_queue()
868
fimc->
reqbufs_count
= reqbufs->count;
in fimc_lite_reqbufs()
1262
fimc->
reqbufs_count
= 0;
in fimc_lite_subdev_registered()
1573
for (i = 0; i < fimc->
reqbufs_count
; i++) {
in fimc_lite_resume()
H
A
D
fimc-core.h
299
* @
reqbufs_count
: the number of buffers requested in REQBUFS ioctl
319
unsigned int
reqbufs_count
;
member
H
A
D
fimc-core.c
319
fimc->vid_cap.
reqbufs_count
== 1;
in fimc_irq_handler()
/kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/
H
A
D
camif-core.h
194
* @
reqbufs_count
: the number of buffers requested
220
unsigned int
reqbufs_count
;
member
H
A
D
camif-capture.c
912
vp->
reqbufs_count
= rb->count;
in s3c_camif_reqbufs()
1117
vp->
reqbufs_count
= 0;
in s3c_camif_register_video_node()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s3c-camif/
H
A
D
camif-core.h
197
* @
reqbufs_count
: the number of buffers requested
224
unsigned int
reqbufs_count
;
member
H
A
D
camif-capture.c
913
vp->
reqbufs_count
= rb->count;
in s3c_camif_reqbufs()
1118
vp->
reqbufs_count
= 0;
in s3c_camif_register_video_node()
Completed in 34 milliseconds