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:dpm_list
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/base/power/
H
A
D
trace.c
208
entry =
dpm_list
.prev;
in show_dev_hash()
209
while (entry != &
dpm_list
) {
in show_dev_hash()
235
entry =
dpm_list
.prev;
in show_trace_dev_match()
236
while (size && entry != &
dpm_list
) {
in show_trace_dev_match()
H
A
D
power.h
107
extern struct list_head
dpm_list
; /* The active device list */
H
A
D
main.c
49
* The entries in the
dpm_list
list are in a depth first order, simply
58
LIST_HEAD(
dpm_list
);
variable
143
list_add_tail(&dev->power.entry, &
dpm_list
);
in device_pm_add()
171
* @deva: Device to move in
dpm_list
.
179
/* Delete deva from
dpm_list
and reinsert before devb. */
in device_pm_move_before()
185
* @deva: Device to move in
dpm_list
.
193
/* Delete deva from
dpm_list
and reinsert after devb. */
in device_pm_move_after()
199
* @dev: Device to move in
dpm_list
.
205
list_move_tail(&dev->power.entry, &
dpm_list
);
in device_pm_move_last()
1122
list_splice(&list, &
dpm_list
);
in dpm_complete()
[all...]
/kernel/linux/linux-6.6/drivers/base/power/
H
A
D
trace.c
208
entry =
dpm_list
.prev;
in show_dev_hash()
209
while (entry != &
dpm_list
) {
in show_dev_hash()
235
entry =
dpm_list
.prev;
in show_trace_dev_match()
236
while (size && entry != &
dpm_list
) {
in show_trace_dev_match()
H
A
D
power.h
107
extern struct list_head
dpm_list
; /* The active device list */
H
A
D
main.c
48
* The entries in the
dpm_list
list are in a depth first order, simply
57
LIST_HEAD(
dpm_list
);
variable
142
list_add_tail(&dev->power.entry, &
dpm_list
);
in device_pm_add()
170
* @deva: Device to move in
dpm_list
.
178
/* Delete deva from
dpm_list
and reinsert before devb. */
in device_pm_move_before()
184
* @deva: Device to move in
dpm_list
.
192
/* Delete deva from
dpm_list
and reinsert after devb. */
in device_pm_move_after()
198
* @dev: Device to move in
dpm_list
.
204
list_move_tail(&dev->power.entry, &
dpm_list
);
in device_pm_move_last()
1116
list_splice(&list, &
dpm_list
);
in dpm_complete()
[all...]
Completed in 6 milliseconds