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:enumerate_gpu_clk
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/platform/devicetree/
H
A
D
mali_kbase_clk_rate_trace.c
31
static void *
enumerate_gpu_clk
(struct kbase_device *kbdev,
in enumerate_gpu_clk()
function
102
.
enumerate_gpu_clk
=
enumerate_gpu_clk
,
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_config.h
251
*
enumerate_gpu_clk
- Enumerate a GPU clock on the given index
261
void *(*
enumerate_gpu_clk
)(struct kbase_device *kbdev, unsigned int index);
member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_config.h
369
* @
enumerate_gpu_clk
: Enumerate a GPU clock on the given index
379
void *(*
enumerate_gpu_clk
)(struct kbase_device *kbdev,
member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/platform/rk/
H
A
D
mali_kbase_config_rk.c
571
static void *
enumerate_gpu_clk
(struct kbase_device *kbdev,
in enumerate_gpu_clk()
function
608
.
enumerate_gpu_clk
=
enumerate_gpu_clk
,
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/
H
A
D
mali_kbase_clk_rate_trace_mgr.c
130
void *gpu_clk_handle = callbacks->
enumerate_gpu_clk
(kbdev, i);
in kbase_clk_rate_trace_manager_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H
A
D
mali_kbase_clk_rate_trace_mgr.c
221
callbacks->
enumerate_gpu_clk
(kbdev, i);
in kbase_clk_rate_trace_manager_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/arbiter/
H
A
D
mali_kbase_arbiter_pm.c
1157
.
enumerate_gpu_clk
= enumerate_arb_gpu_clk,
Completed in 5 milliseconds