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:vdoa_data
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/coda/
H
A
D
imx-vdoa.h
9
struct
vdoa_data
;
14
struct vdoa_ctx *vdoa_context_create(struct
vdoa_data
*vdoa);
25
static inline struct vdoa_ctx *vdoa_context_create(struct
vdoa_data
*vdoa)
in vdoa_context_create()
H
A
D
imx-vdoa.c
77
struct
vdoa_data
{
struct
93
struct
vdoa_data
*vdoa;
102
struct
vdoa_data
*vdoa = data;
in vdoa_irq_handler()
132
struct
vdoa_data
*vdoa = ctx->vdoa;
in vdoa_wait_for_completion()
151
struct
vdoa_data
*vdoa = ctx->vdoa;
in vdoa_device_run()
199
struct vdoa_ctx *vdoa_context_create(struct
vdoa_data
*vdoa)
in vdoa_context_create()
223
struct
vdoa_data
*vdoa = ctx->vdoa;
in vdoa_context_destroy()
286
struct
vdoa_data
*vdoa;
in vdoa_probe()
H
A
D
coda.h
76
struct
vdoa_data
*vdoa;
H
A
D
coda-common.c
393
static struct
vdoa_data
*coda_get_vdoa_data(void)
in coda_get_vdoa_data()
397
struct
vdoa_data
*
vdoa_data
= NULL;
in coda_get_vdoa_data()
local
407
vdoa_data
= platform_get_drvdata(vdoa_pdev);
in coda_get_vdoa_data()
408
if (!
vdoa_data
)
in coda_get_vdoa_data()
409
vdoa_data
= ERR_PTR(-EPROBE_DEFER);
in coda_get_vdoa_data()
415
return
vdoa_data
;
in coda_get_vdoa_data()
3211
/* Get
vdoa_data
if supported by the platform */
in coda_probe()
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/
H
A
D
imx-vdoa.h
9
struct
vdoa_data
;
14
struct vdoa_ctx *vdoa_context_create(struct
vdoa_data
*vdoa);
25
static inline struct vdoa_ctx *vdoa_context_create(struct
vdoa_data
*vdoa)
in vdoa_context_create()
H
A
D
imx-vdoa.c
77
struct
vdoa_data
{
struct
93
struct
vdoa_data
*vdoa;
102
struct
vdoa_data
*vdoa = data;
in vdoa_irq_handler()
132
struct
vdoa_data
*vdoa = ctx->vdoa;
in vdoa_wait_for_completion()
151
struct
vdoa_data
*vdoa = ctx->vdoa;
in vdoa_device_run()
199
struct vdoa_ctx *vdoa_context_create(struct
vdoa_data
*vdoa)
in vdoa_context_create()
223
struct
vdoa_data
*vdoa = ctx->vdoa;
in vdoa_context_destroy()
286
struct
vdoa_data
*vdoa;
in vdoa_probe()
H
A
D
coda.h
84
struct
vdoa_data
*vdoa;
H
A
D
coda-common.c
394
static struct
vdoa_data
*coda_get_vdoa_data(void)
in coda_get_vdoa_data()
398
struct
vdoa_data
*
vdoa_data
= NULL;
in coda_get_vdoa_data()
local
408
vdoa_data
= platform_get_drvdata(vdoa_pdev);
in coda_get_vdoa_data()
409
if (!
vdoa_data
)
in coda_get_vdoa_data()
410
vdoa_data
= ERR_PTR(-EPROBE_DEFER);
in coda_get_vdoa_data()
416
return
vdoa_data
;
in coda_get_vdoa_data()
3224
/* Get
vdoa_data
if supported by the platform */
in coda_probe()
Completed in 11 milliseconds