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:need_resume
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/
H
A
D
pci-mid.c
55
.
need_resume
= mid_pci_need_resume,
H
A
D
pci.h
83
* @
need_resume
: returns 'true' if the given device (which is currently
98
bool (*
need_resume
)(struct pci_dev *dev);
member
H
A
D
pci-acpi.c
1119
.
need_resume
= acpi_pci_need_resume,
H
A
D
pci.c
937
!ops->choose_state || !ops->set_wakeup || !ops->
need_resume
)
in pci_set_platform_pm()
979
return pci_platform_pm ? pci_platform_pm->
need_resume
(dev) : false;
in platform_pci_need_resume()
/kernel/linux/linux-5.10/drivers/remoteproc/
H
A
D
omap_remoteproc.c
95
* @
need_resume
: if true a resume is needed in the system resume callback
112
bool
need_resume
;
member
931
oproc->
need_resume
= true;
in omap_rproc_suspend()
960
if (!oproc->
need_resume
)
in omap_rproc_resume()
969
oproc->
need_resume
= false;
in omap_rproc_resume()
/kernel/linux/linux-6.6/drivers/remoteproc/
H
A
D
omap_remoteproc.c
96
* @
need_resume
: if true a resume is needed in the system resume callback
113
bool
need_resume
;
member
931
oproc->
need_resume
= true;
in omap_rproc_suspend()
959
if (!oproc->
need_resume
)
in omap_rproc_resume()
968
oproc->
need_resume
= false;
in omap_rproc_resume()
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/
H
A
D
typhoon.c
2176
goto
need_resume
;
in typhoon_suspend()
2184
goto
need_resume
;
in typhoon_suspend()
2192
goto
need_resume
;
in typhoon_suspend()
2199
goto
need_resume
;
in typhoon_suspend()
2204
goto
need_resume
;
in typhoon_suspend()
2211
need_resume
:
in typhoon_suspend()
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/
H
A
D
typhoon.c
2173
goto
need_resume
;
in typhoon_suspend()
2181
goto
need_resume
;
in typhoon_suspend()
2189
goto
need_resume
;
in typhoon_suspend()
2196
goto
need_resume
;
in typhoon_suspend()
2201
goto
need_resume
;
in typhoon_suspend()
2208
need_resume
:
in typhoon_suspend()
Completed in 24 milliseconds