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:hfi_platform
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H
A
D
hfi_platform.c
6
#include "
hfi_platform
.h"
9
const struct
hfi_platform
*hfi_platform_get(enum hfi_version version)
in hfi_platform_get()
26
const struct
hfi_platform
*plat;
in hfi_platform_get_codec_vpp_freq()
42
const struct
hfi_platform
*plat;
in hfi_platform_get_codec_vsp_freq()
58
const struct
hfi_platform
*plat;
in hfi_platform_get_codec_lp_freq()
74
const struct
hfi_platform
*plat;
in hfi_platform_get_codecs()
H
A
D
hfi_platform.h
49
struct
hfi_platform
{
struct
59
extern const struct
hfi_platform
hfi_plat_v4;
60
extern const struct
hfi_platform
hfi_plat_v6;
62
const struct
hfi_platform
*hfi_platform_get(enum hfi_version version);
H
A
D
hfi_platform_v6.c
5
#include "
hfi_platform
.h"
325
const struct
hfi_platform
hfi_plat_v6 = {
H
A
D
hfi_platform_v4.c
5
#include "
hfi_platform
.h"
325
const struct
hfi_platform
hfi_plat_v4 = {
H
A
D
hfi_parser.c
248
const struct
hfi_platform
*plat;
in hfi_platform_parser()
H
A
D
helpers.c
19
#include "
hfi_platform
.h"
623
const struct
hfi_platform
*hfi_plat;
in platform_get_bufreq()
Completed in 5 milliseconds