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:vpp_freq
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H
A
D
pm_helpers.c
497
unsigned long
vpp_freq
;
in min_loaded_core()
local
509
vpp_freq
= inst_pos->clk_data.codec_freq_data->
vpp_freq
;
in min_loaded_core()
513
load = mbs_per_sec *
vpp_freq
;
in min_loaded_core()
558
inst_load *= inst->clk_data.codec_freq_data->
vpp_freq
;
in decide_core()
934
unsigned long
vpp_freq
= 0, vsp_freq = 0;
in calculate_inst_freq()
local
940
vpp_freq
= mbs_per_sec * inst->clk_data.codec_freq_data->
vpp_freq
;
in calculate_inst_freq()
942
vpp_freq
+=
vpp_freq
/ 2
in calculate_inst_freq()
[all...]
H
A
D
core.h
42
unsigned long
vpp_freq
;
member
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H
A
D
pm_helpers.c
574
unsigned long
vpp_freq
;
in min_loaded_core()
local
587
vpp_freq
= inst_pos->clk_data.
vpp_freq
;
in min_loaded_core()
589
vpp_freq
= low_power ? inst_pos->clk_data.low_power_freq :
in min_loaded_core()
590
inst_pos->clk_data.
vpp_freq
;
in min_loaded_core()
597
load = mbs_per_sec *
vpp_freq
;
in min_loaded_core()
644
cur_inst_load *= inst->clk_data.
vpp_freq
;
in decide_core()
1078
unsigned long vpp_freq_per_mb = 0,
vpp_freq
= 0, vsp_freq = 0;
in calculate_inst_freq()
local
1090
inst->clk_data.
vpp_freq
;
in calculate_inst_freq()
1092
vpp_freq
in calculate_inst_freq()
[all...]
H
A
D
hfi_platform.h
44
unsigned long
vpp_freq
;
member
H
A
D
hfi_platform_v6.c
298
return data->
vpp_freq
;
in codec_vpp_freq()
H
A
D
hfi_platform_v4.c
298
return data->
vpp_freq
;
in codec_vpp_freq()
H
A
D
core.h
333
unsigned long
vpp_freq
;
member
H
A
D
helpers.c
1718
inst->clk_data.
vpp_freq
= hfi_platform_get_codec_vpp_freq(version, codec,
in venus_helper_session_init()
Completed in 18 milliseconds