Symbol: PM_EVENT_RESUME
drivers/ata/libata-acpi.c
952
if (!(state.event & PM_EVENT_RESUME)) {
drivers/ata/libata-acpi.c
980
if (state.event & PM_EVENT_RESUME)
drivers/ata/libata-acpi.c
988
acpi_bus_set_power(dev_handle, state.event & PM_EVENT_RESUME ?
drivers/ata/libata-acpi.c
992
if (!(state.event & PM_EVENT_RESUME))
drivers/ata/libata-eh.c
4151
ap->pm_mesg.event & PM_EVENT_RESUME) {
drivers/ata/libata-eh.c
4227
!(ap->pm_mesg.event & PM_EVENT_RESUME)) {
drivers/base/power/main.c
366
case PM_EVENT_RESUME:
drivers/base/power/main.c
401
case PM_EVENT_RESUME:
drivers/base/power/main.c
436
case PM_EVENT_RESUME:
drivers/base/power/main.c
85
case PM_EVENT_RESUME:
drivers/clk/renesas/clk-div6.c
216
case PM_EVENT_RESUME:
drivers/clk/renesas/rcar-cpg-lib.c
51
case PM_EVENT_RESUME:
drivers/clk/renesas/renesas-cpg-mssr.c
1113
raw_notifier_call_chain(&priv->pub.notifiers, PM_EVENT_RESUME, NULL);
drivers/staging/sm750fb/sm750.c
470
pdev->dev.power.power_state.event = PM_EVENT_RESUME;
drivers/usb/core/driver.c
1490
msg.event ^= (PM_EVENT_SUSPEND | PM_EVENT_RESUME);
drivers/usb/core/driver.c
1549
if (msg.event == PM_EVENT_RESUME)
include/linux/pm.h
546
#define PM_EVENT_USER_RESUME (PM_EVENT_USER | PM_EVENT_RESUME)
include/linux/pm.h
547
#define PM_EVENT_REMOTE_RESUME (PM_EVENT_REMOTE | PM_EVENT_RESUME)
include/linux/pm.h
549
#define PM_EVENT_AUTO_RESUME (PM_EVENT_AUTO | PM_EVENT_RESUME)
include/linux/pm.h
558
#define PMSG_RESUME ((struct pm_message){ .event = PM_EVENT_RESUME, })
include/trace/events/power.h
176
{ PM_EVENT_RESUME, "resume" }, \
sound/hda/codecs/realtek/realtek.h
217
((codec)->core.dev.power.power_state.event == PM_EVENT_RESUME)