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:acted_type
(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
552
enum kbase_devfreq_work_type type,
acted_type
;
in kbase_devfreq_suspend_resume_worker()
local
558
acted_type
= kbdev->devfreq_queue.
acted_type
;
in kbase_devfreq_suspend_resume_worker()
560
kbase_devfreq_req_type_name(
acted_type
));
in kbase_devfreq_suspend_resume_worker()
564
if (type !=
acted_type
) {
in kbase_devfreq_suspend_resume_worker()
570
dev_dbg(kbdev->dev, "Devfreq transition occured: %s => %s\n", kbase_devfreq_req_type_name(
acted_type
),
in kbase_devfreq_suspend_resume_worker()
572
kbdev->devfreq_queue.
acted_type
= type;
in kbase_devfreq_suspend_resume_worker()
600
kbdev->devfreq_queue.
acted_type
= DEVFREQ_WORK_RESUME;
in kbase_devfreq_work_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H
A
D
mali_kbase_devfreq.c
590
enum kbase_devfreq_work_type type,
acted_type
;
in kbase_devfreq_suspend_resume_worker()
local
596
acted_type
= kbdev->devfreq_queue.
acted_type
;
in kbase_devfreq_suspend_resume_worker()
599
kbase_devfreq_req_type_name(
acted_type
));
in kbase_devfreq_suspend_resume_worker()
603
if (type !=
acted_type
) {
in kbase_devfreq_suspend_resume_worker()
609
kbase_devfreq_req_type_name(
acted_type
),
in kbase_devfreq_suspend_resume_worker()
611
kbdev->devfreq_queue.
acted_type
= type;
in kbase_devfreq_suspend_resume_worker()
640
kbdev->devfreq_queue.
acted_type
= DEVFREQ_WORK_RESUME;
in kbase_devfreq_work_init()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_defs.h
574
* @
acted_type
: Work type has been acted on by the worker, i.e. the
581
enum kbase_devfreq_work_type
acted_type
;
member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_defs.h
606
* @
acted_type
: Work type has been acted on by the worker, i.e. the
613
enum kbase_devfreq_work_type
acted_type
;
member
Completed in 14 milliseconds