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:currphase
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/tools/power/pm-graph/
H
A
D
sleepgraph.py
1331
self.
currphase
= ''
1668
if self.
currphase
:
1669
if 'resume_machine' not in self.
currphase
:
1670
sysvals.vprint('WARNING: phase %s failed to end' % self.
currphase
)
1671
self.dmesg[self.
currphase
]['end'] = ktime
1681
self.
currphase
= phase
1684
if phase not in self.
currphase
:
1685
if self.
currphase
:
1686
sysvals.vprint('WARNING: %s ended instead of %s, ftrace corruption?' % (phase, self.
currphase
))
1690
phase = self.
currphase
[all...]
/kernel/linux/linux-6.6/tools/power/pm-graph/
H
A
D
sleepgraph.py
1511
self.
currphase
= ''
1864
if self.
currphase
:
1865
if 'resume_machine' not in self.
currphase
:
1866
sysvals.vprint('WARNING: phase %s failed to end' % self.
currphase
)
1867
self.dmesg[self.
currphase
]['end'] = ktime
1877
self.
currphase
= phase
1880
if phase not in self.
currphase
:
1881
if self.
currphase
:
1882
sysvals.vprint('WARNING: %s ended instead of %s, ftrace corruption?' % (phase, self.
currphase
))
1886
phase = self.
currphase
[all...]
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
H
A
D
pmbus_core.c
104
s16
currphase
; /* current phase, 0xff for all, -1 for unknown/unset */
member
167
if (data->info->phases[page] && data->
currphase
!= phase &&
in pmbus_set_page()
174
data->
currphase
= phase;
in pmbus_set_page()
2595
data->
currphase
= -1;
in pmbus_do_probe()
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/
H
A
D
pmbus_core.c
107
s16
currphase
; /* current phase, 0xff for all, -1 for unknown/unset */
member
184
if (data->info->phases[page] && data->
currphase
!= phase &&
in pmbus_set_page()
191
data->
currphase
= phase;
in pmbus_set_page()
3595
data->
currphase
= -1;
in pmbus_do_probe()
Completed in 16 milliseconds