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
defs:do_wakeup
(Results
1 - 25
of
58
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ohci-sm501.c
217
bool
do_wakeup
= device_may_wakeup(dev);
in ohci_sm501_suspend()
local
H
A
D
ehci-spear.c
40
bool
do_wakeup
= device_may_wakeup(dev);
in ehci_spear_drv_suspend()
local
H
A
D
ohci-spear.c
122
bool
do_wakeup
= device_may_wakeup(&pdev->dev);
in spear_ohci_hcd_drv_suspend()
local
H
A
D
uhci-pci.c
174
static int uhci_pci_suspend(struct usb_hcd *hcd, bool
do_wakeup
)
in uhci_pci_suspend()
argument
H
A
D
ehci-npcm7xx.c
43
bool
do_wakeup
= device_may_wakeup(dev);
in ehci_npcm7xx_drv_suspend()
local
H
A
D
ohci-platform.c
276
bool
do_wakeup
= device_may_wakeup(dev);
in ohci_platform_suspend()
local
H
A
D
ehci-st.c
287
bool
do_wakeup
= device_may_wakeup(dev);
in st_ehci_suspend()
local
H
A
D
ohci-st.c
269
bool
do_wakeup
= device_may_wakeup(dev);
in st_ohci_suspend()
local
H
A
D
ohci-exynos.c
244
bool
do_wakeup
= device_may_wakeup(dev);
in exynos_ohci_suspend()
local
H
A
D
ohci-omap.c
438
bool
do_wakeup
= device_may_wakeup(&pdev->dev);
in ohci_omap_suspend()
local
H
A
D
ohci-s3c2410.c
415
bool
do_wakeup
= device_may_wakeup(dev);
in ohci_hcd_s3c2410_drv_suspend()
local
H
A
D
ehci-hub.c
146
ehci_adjust_port_wakeup_flags(struct ehci_hcd *ehci, bool suspending, bool
do_wakeup
)
ehci_adjust_port_wakeup_flags()
argument
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ehci-npcm7xx.c
32
bool
do_wakeup
= device_may_wakeup(dev);
in ehci_npcm7xx_drv_suspend()
local
H
A
D
ohci-sm501.c
214
bool
do_wakeup
= device_may_wakeup(dev);
in ohci_sm501_suspend()
local
H
A
D
uhci-pci.c
174
static int uhci_pci_suspend(struct usb_hcd *hcd, bool
do_wakeup
)
in uhci_pci_suspend()
argument
H
A
D
ehci-spear.c
38
bool
do_wakeup
= device_may_wakeup(dev);
in ehci_spear_drv_suspend()
local
H
A
D
ohci-spear.c
119
bool
do_wakeup
= device_may_wakeup(&pdev->dev);
in spear_ohci_hcd_drv_suspend()
local
H
A
D
ohci-platform.c
274
bool
do_wakeup
= device_may_wakeup(dev);
in ohci_platform_suspend()
local
H
A
D
ehci-st.c
277
bool
do_wakeup
= device_may_wakeup(dev);
in st_ehci_suspend()
local
H
A
D
ohci-omap.c
354
bool
do_wakeup
= device_may_wakeup(&pdev->dev);
in ohci_omap_suspend()
local
H
A
D
ohci-exynos.c
229
bool
do_wakeup
= device_may_wakeup(dev);
in exynos_ohci_suspend()
local
H
A
D
ohci-st.c
259
bool
do_wakeup
= device_may_wakeup(dev);
in st_ohci_suspend()
local
/kernel/linux/linux-5.10/drivers/tty/hvc/
H
A
D
hvc_console.h
39
int
do_wakeup
;
member
/kernel/linux/linux-6.6/drivers/tty/hvc/
H
A
D
hvc_console.h
39
int
do_wakeup
;
member
/kernel/linux/linux-5.10/drivers/usb/core/
H
A
D
hcd-pci.c
422
static int suspend_common(struct device *dev, bool
do_wakeup
)
in suspend_common()
argument
Completed in 20 milliseconds
1
2
3