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:s5p_jpeg_q_data
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s5p-jpeg/
H
A
D
jpeg-core.h
184
*
s5p_jpeg_q_data
- parameters of one queue
195
struct
s5p_jpeg_q_data
{
struct
230
struct
s5p_jpeg_q_data
out_q;
231
struct
s5p_jpeg_q_data
cap_q;
H
A
D
jpeg-core.c
1111
static bool s5p_jpeg_parse_hdr(struct
s5p_jpeg_q_data
*result,
in s5p_jpeg_parse_hdr()
1320
static struct
s5p_jpeg_q_data
*get_q_data(struct s5p_jpeg_ctx *ctx,
in get_q_data()
1334
struct
s5p_jpeg_q_data
*q_data = NULL;
in s5p_jpeg_g_fmt()
1587
struct
s5p_jpeg_q_data
*q_data = NULL;
in s5p_jpeg_s_fmt()
2454
struct
s5p_jpeg_q_data
*q_data = NULL;
in s5p_jpeg_queue_setup()
2479
struct
s5p_jpeg_q_data
*q_data = NULL;
in s5p_jpeg_buf_prepare()
2498
struct
s5p_jpeg_q_data
*q_data = &ctx->cap_q;
in s5p_jpeg_set_capture_queue_data()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-jpeg/
H
A
D
jpeg-core.h
176
* struct
s5p_jpeg_q_data
- parameters of one queue
187
struct
s5p_jpeg_q_data
{
struct
222
struct
s5p_jpeg_q_data
out_q;
223
struct
s5p_jpeg_q_data
cap_q;
H
A
D
jpeg-core.c
1111
static bool s5p_jpeg_parse_hdr(struct
s5p_jpeg_q_data
*result,
in s5p_jpeg_parse_hdr()
1318
static struct
s5p_jpeg_q_data
*get_q_data(struct s5p_jpeg_ctx *ctx,
in get_q_data()
1332
struct
s5p_jpeg_q_data
*q_data = NULL;
in s5p_jpeg_g_fmt()
1585
struct
s5p_jpeg_q_data
*q_data = NULL;
in s5p_jpeg_s_fmt()
2452
struct
s5p_jpeg_q_data
*q_data = NULL;
in s5p_jpeg_queue_setup()
2477
struct
s5p_jpeg_q_data
*q_data = NULL;
in s5p_jpeg_buf_prepare()
2496
struct
s5p_jpeg_q_data
*q_data = &ctx->cap_q;
in s5p_jpeg_set_capture_queue_data()
Completed in 10 milliseconds