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:DEVFREQ_WORK_NONE
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/
H
A
D
mali_kbase_devfreq.c
532
case
DEVFREQ_WORK_NONE
:
in kbase_devfreq_req_type_name()
587
WARN_ON(work_type ==
DEVFREQ_WORK_NONE
);
in kbase_devfreq_enqueue_work()
599
kbdev->devfreq_queue.req_type =
DEVFREQ_WORK_NONE
;
in kbase_devfreq_work_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H
A
D
mali_kbase_devfreq.c
568
case
DEVFREQ_WORK_NONE
:
in kbase_devfreq_req_type_name()
624
WARN_ON(work_type ==
DEVFREQ_WORK_NONE
);
in kbase_devfreq_enqueue_work()
639
kbdev->devfreq_queue.req_type =
DEVFREQ_WORK_NONE
;
in kbase_devfreq_work_init()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_defs.h
561
* @
DEVFREQ_WORK_NONE
: Initilisation state.
565
enum kbase_devfreq_work_type {
DEVFREQ_WORK_NONE
, DEVFREQ_WORK_SUSPEND, DEVFREQ_WORK_RESUME };
enumerator
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_defs.h
589
* @
DEVFREQ_WORK_NONE
: Initilisation state.
594
DEVFREQ_WORK_NONE
,
enumerator
Completed in 9 milliseconds