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:sun6i_csi_buffer
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/sunxi/sun6i-csi/
H
A
D
sun6i_video.c
26
struct
sun6i_csi_buffer
{
struct
112
struct
sun6i_csi_buffer
*buf =
in sun6i_video_buffer_prepare()
113
container_of(vbuf, struct
sun6i_csi_buffer
, vb);
in sun6i_video_buffer_prepare()
135
struct
sun6i_csi_buffer
*buf;
in sun6i_video_start_streaming()
136
struct
sun6i_csi_buffer
*next_buf;
in sun6i_video_start_streaming()
172
struct
sun6i_csi_buffer
, list);
in sun6i_video_start_streaming()
226
struct
sun6i_csi_buffer
*buf;
in sun6i_video_stop_streaming()
247
struct
sun6i_csi_buffer
*buf =
in sun6i_video_buffer_queue()
248
container_of(vbuf, struct
sun6i_csi_buffer
, vb);
in sun6i_video_buffer_queue()
260
struct
sun6i_csi_buffer
*bu
in sun6i_video_frame_done()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/sunxi/sun6i-csi/
H
A
D
sun6i_csi_capture.h
42
struct
sun6i_csi_buffer
*pending;
43
struct
sun6i_csi_buffer
*current;
44
struct
sun6i_csi_buffer
*complete;
H
A
D
sun6i_csi_capture.c
334
struct
sun6i_csi_buffer
*csi_buffer)
in sun6i_csi_capture_buffer_configure()
442
struct
sun6i_csi_buffer
**csi_buffer_states[] = {
in sun6i_csi_capture_state_cleanup()
445
struct
sun6i_csi_buffer
*csi_buffer;
in sun6i_csi_capture_state_cleanup()
478
struct
sun6i_csi_buffer
*csi_buffer;
in sun6i_csi_capture_state_update()
489
csi_buffer = list_first_entry(&state->queue, struct
sun6i_csi_buffer
,
in sun6i_csi_capture_state_update()
517
struct
sun6i_csi_buffer
*csi_buffer = state->complete;
in sun6i_csi_capture_state_complete()
595
struct
sun6i_csi_buffer
*csi_buffer =
in sun6i_csi_capture_buffer_queue()
596
container_of(v4l2_buffer, struct
sun6i_csi_buffer
, v4l2_buffer);
in sun6i_csi_capture_buffer_queue()
1010
queue->buf_struct_size = sizeof(struct
sun6i_csi_buffer
);
in sun6i_csi_capture_setup()
H
A
D
sun6i_csi.h
27
struct
sun6i_csi_buffer
{
struct
Completed in 3 milliseconds