Home
last modified time | relevance | path

Searched refs:wakeup_count (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/base/power/
Dwakeup.c147 deleted_ws.wakeup_count += ws->wakeup_count; in wakeup_source_record()
558 ws->wakeup_count++; in wakeup_source_report_event()
1027 ws->wakeup_count, ws->expire_count, in print_wakeup_source_stats()
Dsysfs.c356 count = dev->power.wakeup->wakeup_count; in wakeup_count_show()
363 static DEVICE_ATTR_RO(wakeup_count);
392 count = dev->power.wakeup->wakeup_count; in wakeup_abort_count_show()
/linux-4.19.296/include/linux/
Dpm_wakeup.h70 unsigned long wakeup_count; member