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:suspend_opp
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/opp/
H
A
D
of.c
797
if (opp_table->
suspend_opp
) {
in _opp_add_static_v2()
799
if (new_opp->rate > opp_table->
suspend_opp
->rate) {
in _opp_add_static_v2()
800
opp_table->
suspend_opp
->suspend = false;
in _opp_add_static_v2()
802
opp_table->
suspend_opp
= new_opp;
in _opp_add_static_v2()
806
opp_table->
suspend_opp
= new_opp;
in _opp_add_static_v2()
H
A
D
opp.h
138
* @
suspend_opp
: Pointer to OPP to be used during device suspend.
185
struct dev_pm_opp *
suspend_opp
;
member
H
A
D
core.c
281
* Return: This function returns the frequency of the OPP marked as
suspend_opp
293
if (opp_table->
suspend_opp
&& opp_table->
suspend_opp
->available)
in dev_pm_opp_get_suspend_opp_freq()
294
freq = dev_pm_opp_get_freq(opp_table->
suspend_opp
);
in dev_pm_opp_get_suspend_opp_freq()
/kernel/linux/linux-6.6/drivers/opp/
H
A
D
of.c
954
if (opp_table->
suspend_opp
) {
in _opp_add_static_v2()
956
if (_opp_compare_key(opp_table, new_opp, opp_table->
suspend_opp
) == 1) {
in _opp_add_static_v2()
957
opp_table->
suspend_opp
->suspend = false;
in _opp_add_static_v2()
959
opp_table->
suspend_opp
= new_opp;
in _opp_add_static_v2()
963
opp_table->
suspend_opp
= new_opp;
in _opp_add_static_v2()
H
A
D
opp.h
162
* @
suspend_opp
: Pointer to OPP to be used during device suspend.
213
struct dev_pm_opp *
suspend_opp
;
member
H
A
D
core.c
382
* Return: This function returns the frequency of the OPP marked as
suspend_opp
394
if (opp_table->
suspend_opp
&& opp_table->
suspend_opp
->available)
in dev_pm_opp_get_suspend_opp_freq()
395
freq = dev_pm_opp_get_freq(opp_table->
suspend_opp
);
in dev_pm_opp_get_suspend_opp_freq()
Completed in 15 milliseconds