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:hva_dev
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/sti/hva/
H
A
D
hva.h
20
#define ctx_to_dev(c) (c->
hva_dev
->dev)
22
#define ctx_to_hdev(c) (c->
hva_dev
)
212
struct
hva_dev
;
218
* @
hva_dev
: the device that this instance is associated with
248
struct
hva_dev
*
hva_dev
;
member
301
* struct
hva_dev
- abstraction for hva entity
336
struct
hva_dev
{
struct
401
void hva_debugfs_create(struct
hva_dev
*hva);
402
void hva_debugfs_remove(struct
hva_dev
*hv
[all...]
H
A
D
hva-debugfs.c
276
struct
hva_dev
*hva = s->private;
in device_show()
286
struct
hva_dev
*hva = s->private;
in encoders_show()
304
struct
hva_dev
*hva = s->private;
in last_show()
321
struct
hva_dev
*hva = s->private;
in regs_show()
337
void hva_debugfs_create(struct
hva_dev
*hva)
in hva_debugfs_create()
347
void hva_debugfs_remove(struct
hva_dev
*hva)
in hva_debugfs_remove()
373
struct
hva_dev
*hva = ctx->
hva_dev
;
in hva_dbg_ctx_create()
389
struct
hva_dev
*hva = ctx->
hva_dev
;
in hva_dbg_ctx_remove()
[all...]
H
A
D
hva-hw.h
35
int hva_hw_probe(struct platform_device *pdev, struct
hva_dev
*hva);
36
void hva_hw_remove(struct
hva_dev
*hva);
42
void hva_hw_dump_regs(struct
hva_dev
*hva, struct seq_file *s);
H
A
D
hva-hw.c
103
struct
hva_dev
*hva = data;
in hva_hw_its_interrupt()
117
struct
hva_dev
*hva = arg;
in hva_hw_its_irq_thread()
201
struct
hva_dev
*hva = data;
in hva_hw_err_interrupt()
221
struct
hva_dev
*hva = arg;
in hva_hw_err_irq_thread()
267
static unsigned long int hva_hw_get_ip_version(struct
hva_dev
*hva)
in hva_hw_get_ip_version()
299
int hva_hw_probe(struct platform_device *pdev, struct
hva_dev
*hva)
in hva_hw_probe()
416
void hva_hw_remove(struct
hva_dev
*hva)
in hva_hw_remove()
429
struct
hva_dev
*hva = dev_get_drvdata(dev);
in hva_hw_runtime_suspend()
438
struct
hva_dev
*hva = dev_get_drvdata(dev);
in hva_hw_runtime_resume()
458
struct
hva_dev
*hv
in hva_hw_execute_task()
[all...]
H
A
D
hva-v4l2.c
124
struct
hva_dev
*hva = ctx_to_hdev(ctx);
in hva_find_encoder()
154
static void register_formats(struct
hva_dev
*hva)
in register_formats()
169
static void register_encoders(struct
hva_dev
*hva)
in register_encoders()
192
struct
hva_dev
*hva = ctx_to_hdev(ctx);
in hva_open_encoder()
258
struct
hva_dev
*hva = ctx_to_hdev(ctx);
in hva_querycap()
272
struct
hva_dev
*hva = ctx_to_hdev(ctx);
in hva_enum_fmt_stream()
286
struct
hva_dev
*hva = ctx_to_hdev(ctx);
in hva_enum_fmt_frame()
852
v4l2_m2m_job_finish(ctx->
hva_dev
->m2m_dev, ctx->fh.m2m_ctx);
in hva_run_work()
858
struct
hva_dev
*hva = ctx_to_hdev(ctx);
in hva_device_run()
997
struct
hva_dev
*hv
in hva_start_streaming()
[all...]
H
A
D
hva-h264.c
590
struct
hva_dev
*hva = ctx_to_hdev(pctx);
in hva_h264_prepare_task()
891
struct
hva_dev
*hva = ctx_to_hdev(pctx);
in hva_h264_open()
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/hva/
H
A
D
hva.h
20
#define ctx_to_dev(c) (c->
hva_dev
->dev)
22
#define ctx_to_hdev(c) (c->
hva_dev
)
212
struct
hva_dev
;
218
* @
hva_dev
: the device that this instance is associated with
248
struct
hva_dev
*
hva_dev
;
member
301
* struct
hva_dev
- abstraction for hva entity
336
struct
hva_dev
{
struct
401
void hva_debugfs_create(struct
hva_dev
*hva);
402
void hva_debugfs_remove(struct
hva_dev
*hv
[all...]
H
A
D
hva-debugfs.c
276
struct
hva_dev
*hva = s->private;
in device_show()
286
struct
hva_dev
*hva = s->private;
in encoders_show()
304
struct
hva_dev
*hva = s->private;
in last_show()
321
struct
hva_dev
*hva = s->private;
in regs_show()
337
void hva_debugfs_create(struct
hva_dev
*hva)
in hva_debugfs_create()
347
void hva_debugfs_remove(struct
hva_dev
*hva)
in hva_debugfs_remove()
373
struct
hva_dev
*hva = ctx->
hva_dev
;
in hva_dbg_ctx_create()
389
struct
hva_dev
*hva = ctx->
hva_dev
;
in hva_dbg_ctx_remove()
[all...]
H
A
D
hva-hw.h
35
int hva_hw_probe(struct platform_device *pdev, struct
hva_dev
*hva);
36
void hva_hw_remove(struct
hva_dev
*hva);
42
void hva_hw_dump_regs(struct
hva_dev
*hva, struct seq_file *s);
H
A
D
hva-hw.c
103
struct
hva_dev
*hva = data;
in hva_hw_its_interrupt()
117
struct
hva_dev
*hva = arg;
in hva_hw_its_irq_thread()
201
struct
hva_dev
*hva = data;
in hva_hw_err_interrupt()
221
struct
hva_dev
*hva = arg;
in hva_hw_err_irq_thread()
267
static unsigned long int hva_hw_get_ip_version(struct
hva_dev
*hva)
in hva_hw_get_ip_version()
298
int hva_hw_probe(struct platform_device *pdev, struct
hva_dev
*hva)
in hva_hw_probe()
415
void hva_hw_remove(struct
hva_dev
*hva)
in hva_hw_remove()
428
struct
hva_dev
*hva = dev_get_drvdata(dev);
in hva_hw_runtime_suspend()
437
struct
hva_dev
*hva = dev_get_drvdata(dev);
in hva_hw_runtime_resume()
458
struct
hva_dev
*hv
in hva_hw_execute_task()
[all...]
H
A
D
hva-v4l2.c
124
struct
hva_dev
*hva = ctx_to_hdev(ctx);
in hva_find_encoder()
154
static void register_formats(struct
hva_dev
*hva)
in register_formats()
169
static void register_encoders(struct
hva_dev
*hva)
in register_encoders()
192
struct
hva_dev
*hva = ctx_to_hdev(ctx);
in hva_open_encoder()
258
struct
hva_dev
*hva = ctx_to_hdev(ctx);
in hva_querycap()
272
struct
hva_dev
*hva = ctx_to_hdev(ctx);
in hva_enum_fmt_stream()
286
struct
hva_dev
*hva = ctx_to_hdev(ctx);
in hva_enum_fmt_frame()
852
v4l2_m2m_job_finish(ctx->
hva_dev
->m2m_dev, ctx->fh.m2m_ctx);
in hva_run_work()
858
struct
hva_dev
*hva = ctx_to_hdev(ctx);
in hva_device_run()
997
struct
hva_dev
*hv
in hva_start_streaming()
[all...]
H
A
D
hva-h264.c
592
struct
hva_dev
*hva = ctx_to_hdev(pctx);
in hva_h264_prepare_task()
893
struct
hva_dev
*hva = ctx_to_hdev(pctx);
in hva_h264_open()
Completed in 14 milliseconds