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:hantro_variant
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H
A
D
hantro_hw.h
46
struct
hantro_variant
;
394
extern const struct
hantro_variant
imx8mm_vpu_g1_variant;
395
extern const struct
hantro_variant
imx8mq_vpu_g1_variant;
396
extern const struct
hantro_variant
imx8mq_vpu_g2_variant;
397
extern const struct
hantro_variant
imx8mq_vpu_variant;
398
extern const struct
hantro_variant
px30_vpu_variant;
399
extern const struct
hantro_variant
rk3036_vpu_variant;
400
extern const struct
hantro_variant
rk3066_vpu_variant;
401
extern const struct
hantro_variant
rk3288_vpu_variant;
402
extern const struct
hantro_variant
rk3328_vpu_varian
[all...]
H
A
D
rockchip_vpu_hw.c
656
const struct
hantro_variant
rk3036_vpu_variant = {
678
const struct
hantro_variant
rk3066_vpu_variant = {
698
const struct
hantro_variant
rk3288_vpu_variant = {
720
const struct
hantro_variant
rk3328_vpu_variant = {
739
const struct
hantro_variant
rk3399_vpu_variant = {
756
const struct
hantro_variant
rk3568_vepu_variant = {
769
const struct
hantro_variant
rk3568_vpu_variant = {
783
const struct
hantro_variant
px30_vpu_variant = {
800
const struct
hantro_variant
rk3588_vpu981_variant = {
H
A
D
imx8m_vpu_hw.c
343
const struct
hantro_variant
imx8mq_vpu_variant = {
362
const struct
hantro_variant
imx8mq_vpu_g1_variant = {
377
const struct
hantro_variant
imx8mq_vpu_g2_variant = {
392
const struct
hantro_variant
imx8mm_vpu_g1_variant = {
H
A
D
sunxi_vpu_hw.c
113
const struct
hantro_variant
sunxi_vpu_variant = {
H
A
D
sama5d4_vdec_hw.c
115
const struct
hantro_variant
sama5d4_vdec_variant = {
H
A
D
hantro.h
56
* struct
hantro_variant
- information about VPU hardware variant
81
struct
hantro_variant
{
struct
212
const struct
hantro_variant
*variant;
H
A
D
hantro_vp9.c
161
const struct
hantro_variant
*variant = vpu->variant;
in hantro_vp9_dec_init()
/kernel/linux/linux-5.10/drivers/staging/media/hantro/
H
A
D
hantro_hw.h
28
struct
hantro_variant
;
153
extern const struct
hantro_variant
rk3399_vpu_variant;
154
extern const struct
hantro_variant
rk3328_vpu_variant;
155
extern const struct
hantro_variant
rk3288_vpu_variant;
156
extern const struct
hantro_variant
imx8mq_vpu_variant;
H
A
D
rk3399_vpu_hw.c
190
const struct
hantro_variant
rk3399_vpu_variant = {
211
const struct
hantro_variant
rk3328_vpu_variant = {
H
A
D
hantro.h
51
* struct
hantro_variant
- information about VPU hardware variant
73
struct
hantro_variant
{
struct
193
const struct
hantro_variant
*variant;
H
A
D
imx8m_vpu_hw.c
203
const struct
hantro_variant
imx8mq_vpu_variant = {
H
A
D
rk3288_vpu_hw.c
218
const struct
hantro_variant
rk3288_vpu_variant = {
Completed in 13 milliseconds