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:jpu_buffer
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/
H
A
D
rcar_jpu.c
221
* struct
jpu_buffer
- driver's specific video buffer
226
struct
jpu_buffer
{
struct
467
static struct
jpu_buffer
*vb2_to_jpu_buffer(struct vb2_v4l2_buffer *vb)
in vb2_to_jpu_buffer()
472
return container_of(b, struct
jpu_buffer
, buf);
in vb2_to_jpu_buffer()
1082
struct
jpu_buffer
*jpu_buf = vb2_to_jpu_buffer(vbuf);
in jpu_buf_queue()
1128
struct
jpu_buffer
*jpu_buf = vb2_to_jpu_buffer(vbuf);
in jpu_buf_finish()
1200
src_vq->buf_struct_size = sizeof(struct
jpu_buffer
);
in jpu_queue_init()
1215
dst_vq->buf_struct_size = sizeof(struct
jpu_buffer
);
in jpu_queue_init()
1355
struct
jpu_buffer
*jpu_buf;
in jpu_device_run()
/kernel/linux/linux-6.6/drivers/media/platform/renesas/
H
A
D
rcar_jpu.c
208
* struct
jpu_buffer
- driver's specific video buffer
213
struct
jpu_buffer
{
struct
460
static struct
jpu_buffer
*vb2_to_jpu_buffer(struct vb2_v4l2_buffer *vb)
in vb2_to_jpu_buffer()
465
return container_of(b, struct
jpu_buffer
, buf);
in vb2_to_jpu_buffer()
1070
struct
jpu_buffer
*jpu_buf = vb2_to_jpu_buffer(vbuf);
in jpu_buf_queue()
1116
struct
jpu_buffer
*jpu_buf = vb2_to_jpu_buffer(vbuf);
in jpu_buf_finish()
1188
src_vq->buf_struct_size = sizeof(struct
jpu_buffer
);
in jpu_queue_init()
1203
dst_vq->buf_struct_size = sizeof(struct
jpu_buffer
);
in jpu_queue_init()
1343
struct
jpu_buffer
*jpu_buf;
in jpu_device_run()
Completed in 6 milliseconds