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:performance_state
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/regulator/
H
A
D
fixed.c
39
int
performance_state
;
member
77
ret = dev_pm_genpd_set_performance_state(dev, priv->
performance_state
);
in reg_domain_enable()
222
drvdata->
performance_state
= of_get_required_opp_performance_state(dev->of_node, 0);
in reg_fixed_voltage_probe()
223
if (drvdata->
performance_state
< 0) {
in reg_fixed_voltage_probe()
225
return drvdata->
performance_state
;
in reg_fixed_voltage_probe()
/kernel/linux/linux-6.6/drivers/base/power/
H
A
D
domain.c
265
if (state == genpd->
performance_state
)
in _genpd_reeval_performance_state()
269
if (state > genpd->
performance_state
)
in _genpd_reeval_performance_state()
276
if (pd_data->
performance_state
> state)
in _genpd_reeval_performance_state()
277
state = pd_data->
performance_state
;
in _genpd_reeval_performance_state()
282
* done without any additional locking as the link->
performance_state
in _genpd_reeval_performance_state()
285
* Also note that link->
performance_state
(subdomain's performance state
in _genpd_reeval_performance_state()
287
* link->child->
performance_state
(current performance state requirement
in _genpd_reeval_performance_state()
295
if (link->
performance_state
> state)
in _genpd_reeval_performance_state()
296
state = link->
performance_state
;
in _genpd_reeval_performance_state()
321
if (state == genpd->
performance_state
)
in _genpd_set_performance_state()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
pm_domain.h
120
unsigned int
performance_state
; /* Aggregated max performance state */
member
170
unsigned int
performance_state
;
member
193
unsigned int
performance_state
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
pm_domain.h
137
unsigned int
performance_state
; /* Aggregated max performance state */
member
184
unsigned int
performance_state
;
member
208
unsigned int
performance_state
;
member
/kernel/linux/linux-5.10/drivers/base/power/
H
A
D
domain.c
248
if (state == genpd->
performance_state
)
in _genpd_reeval_performance_state()
252
if (state > genpd->
performance_state
)
in _genpd_reeval_performance_state()
259
if (pd_data->
performance_state
> state)
in _genpd_reeval_performance_state()
260
state = pd_data->
performance_state
;
in _genpd_reeval_performance_state()
265
* done without any additional locking as the link->
performance_state
in _genpd_reeval_performance_state()
268
* Also note that link->
performance_state
(subdomain's performance state
in _genpd_reeval_performance_state()
270
* link->child->
performance_state
(current performance state requirement
in _genpd_reeval_performance_state()
278
if (link->
performance_state
> state)
in _genpd_reeval_performance_state()
279
state = link->
performance_state
;
in _genpd_reeval_performance_state()
292
if (state == genpd->
performance_state
)
in _genpd_set_performance_state()
[all...]
Completed in 7 milliseconds