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:wakeup_enabled
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
collie_battery.c
289
static int
wakeup_enabled
;
variable
298
wakeup_enabled
= !enable_irq_wake(gpio_to_irq(COLLIE_GPIO_CO));
in collie_bat_suspend()
300
wakeup_enabled
= 0;
in collie_bat_suspend()
307
if (
wakeup_enabled
)
in collie_bat_resume()
H
A
D
gpio-charger.c
29
bool
wakeup_enabled
;
member
359
gpio_charger->
wakeup_enabled
=
in gpio_charger_suspend()
369
if (device_may_wakeup(dev) && gpio_charger->
wakeup_enabled
)
in gpio_charger_resume()
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
gpio-charger.c
29
bool
wakeup_enabled
;
member
359
gpio_charger->
wakeup_enabled
=
in gpio_charger_suspend()
369
if (device_may_wakeup(dev) && gpio_charger->
wakeup_enabled
)
in gpio_charger_resume()
H
A
D
collie_battery.c
285
static int
wakeup_enabled
;
variable
294
wakeup_enabled
= !enable_irq_wake(gpiod_to_irq(collie_bat_main.gpio_full));
in collie_bat_suspend()
296
wakeup_enabled
= 0;
in collie_bat_suspend()
303
if (
wakeup_enabled
)
in collie_bat_resume()
H
A
D
qcom_pmi8998_charger.c
380
* @
wakeup_enabled
: If the cable IRQ will cause a wakeup
394
bool
wakeup_enabled
;
member
/kernel/linux/linux-6.6/drivers/usb/phy/
H
A
D
phy-tegra-usb.c
391
if (phy->
wakeup_enabled
) {
in utmip_pad_power_off()
658
if (phy->
wakeup_enabled
&& phy->mode != USB_DR_MODE_HOST)
in utmi_phy_power_off()
666
if (!phy->
wakeup_enabled
) {
in utmi_phy_power_off()
676
if (!phy->
wakeup_enabled
) {
in utmi_phy_power_off()
688
if (phy->
wakeup_enabled
) {
in utmi_phy_power_off()
850
if (WARN_ON_ONCE(phy->
wakeup_enabled
)) {
in ulpi_phy_power_off()
942
if (phy->
wakeup_enabled
&& phy->mode != USB_DR_MODE_HOST &&
in tegra_usb_phy_set_wakeup()
954
phy->
wakeup_enabled
= false;
in tegra_usb_phy_set_wakeup()
980
phy->
wakeup_enabled
= enable;
in tegra_usb_phy_set_wakeup()
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
power.c
55
bool
wakeup_enabled
;
member
615
resource->
wakeup_enabled
= true;
in acpi_power_wakeup_list_init()
715
if (!resource->
wakeup_enabled
) {
in acpi_enable_wakeup_device_power()
718
resource->
wakeup_enabled
= true;
in acpi_enable_wakeup_device_power()
778
if (resource->
wakeup_enabled
) {
in acpi_disable_wakeup_device_power()
781
resource->
wakeup_enabled
= false;
in acpi_disable_wakeup_device_power()
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
tegra_usb_phy.h
77
bool
wakeup_enabled
;
member
/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/
H
A
D
controller.h
195
* @irq.
wakeup_enabled
: Whether wakeup by IRQ is enabled during suspend.
214
bool
wakeup_enabled
;
member
H
A
D
controller.c
2776
ctrl->irq.
wakeup_enabled
= true;
in ssam_irq_arm_for_wakeup()
2778
ctrl->irq.
wakeup_enabled
= false;
in ssam_irq_arm_for_wakeup()
2799
if (ctrl->irq.
wakeup_enabled
) {
in ssam_irq_disarm_wakeup()
2804
ctrl->irq.
wakeup_enabled
= false;
in ssam_irq_disarm_wakeup()
Completed in 12 milliseconds