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_func
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/hantro/
H
A
D
hantro.h
122
* struct
hantro_func
- Hantro VPU functionality
139
struct
hantro_func
{
struct
150
static inline struct
hantro_func
*
153
return container_of(vdev, struct
hantro_func
, vdev);
in hantro_vdev_to_func()
181
struct
hantro_func
*encoder;
182
struct
hantro_func
*decoder;
H
A
D
hantro_drv.c
399
struct
hantro_func
*func = hantro_vdev_to_func(vdev);
in hantro_open()
532
struct
hantro_func
*func)
in hantro_attach_func()
623
static void hantro_detach_func(struct
hantro_func
*func)
in hantro_detach_func()
637
struct
hantro_func
*func;
in hantro_add_func()
710
struct
hantro_func
*func;
in hantro_remove_func()
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H
A
D
hantro.h
139
* struct
hantro_func
- Hantro VPU functionality
156
struct
hantro_func
{
struct
167
static inline struct
hantro_func
*
170
return container_of(vdev, struct
hantro_func
, vdev);
in hantro_vdev_to_func()
199
struct
hantro_func
*encoder;
200
struct
hantro_func
*decoder;
H
A
D
hantro_drv.c
628
struct
hantro_func
*func = hantro_vdev_to_func(vdev);
in hantro_open()
776
struct
hantro_func
*func)
in hantro_attach_func()
867
static void hantro_detach_func(struct
hantro_func
*func)
in hantro_detach_func()
881
struct
hantro_func
*func;
in hantro_add_func()
959
struct
hantro_func
*func;
in hantro_remove_func()
Completed in 6 milliseconds