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:VB2_MAX_PLANES
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/include/media/
H
A
D
videobuf2-v4l2.h
22
#if
VB2_MAX_PLANES
!= VIDEO_MAX_PLANES
23
#error
VB2_MAX_PLANES
!= VIDEO_MAX_PLANES
53
struct vb2_plane planes[
VB2_MAX_PLANES
];
H
A
D
videobuf2-core.h
23
#define
VB2_MAX_PLANES
(8)
macro
283
struct vb2_plane planes[
VB2_MAX_PLANES
];
597
struct device *alloc_devs[
VB2_MAX_PLANES
];
/kernel/linux/linux-6.6/include/media/
H
A
D
videobuf2-v4l2.h
22
#if
VB2_MAX_PLANES
!= VIDEO_MAX_PLANES
23
#error
VB2_MAX_PLANES
!= VIDEO_MAX_PLANES
53
struct vb2_plane planes[
VB2_MAX_PLANES
];
H
A
D
videobuf2-core.h
24
#define
VB2_MAX_PLANES
(8)
macro
287
struct vb2_plane planes[
VB2_MAX_PLANES
];
616
struct device *alloc_devs[
VB2_MAX_PLANES
];
/kernel/linux/linux-6.6/drivers/media/platform/nvidia/tegra-vde/
H
A
D
vde.h
159
struct dma_buf_attachment *a[
VB2_MAX_PLANES
];
160
dma_addr_t dma_base[
VB2_MAX_PLANES
];
161
dma_addr_t dma_addr[
VB2_MAX_PLANES
];
162
struct iova *iova[
VB2_MAX_PLANES
];
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/
H
A
D
videobuf2-core.c
393
const unsigned plane_sizes[
VB2_MAX_PLANES
])
in __vb2_queue_alloc()
739
unsigned plane_sizes[
VB2_MAX_PLANES
] = { };
in vb2_core_reqbufs()
898
unsigned plane_sizes[
VB2_MAX_PLANES
] = { };
in vb2_core_create_bufs()
1112
struct vb2_plane planes[
VB2_MAX_PLANES
];
in __prepare_userptr()
1227
struct vb2_plane planes[
VB2_MAX_PLANES
];
in __prepare_dmabuf()
H
A
D
videobuf2-v4l2.c
76
if (b->length < vb->num_planes || b->length >
VB2_MAX_PLANES
) {
in __verify_planes_array()
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/
H
A
D
videobuf2-core.c
409
const unsigned plane_sizes[
VB2_MAX_PLANES
])
in __vb2_queue_alloc()
751
unsigned plane_sizes[
VB2_MAX_PLANES
] = { };
in vb2_core_reqbufs()
911
unsigned plane_sizes[
VB2_MAX_PLANES
] = { };
in vb2_core_create_bufs()
1129
struct vb2_plane planes[
VB2_MAX_PLANES
];
in __prepare_userptr()
1245
struct vb2_plane planes[
VB2_MAX_PLANES
];
in __prepare_dmabuf()
H
A
D
videobuf2-v4l2.c
76
if (b->length < vb->num_planes || b->length >
VB2_MAX_PLANES
) {
in __verify_planes_array()
Completed in 15 milliseconds