Home
last modified time | relevance | path

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

/linux/drivers/base/power/
H A Dwakeup.c132 deleted_ws.wakeup_count += ws->wakeup_count; in wakeup_source_record()
587 ws->wakeup_count++; in wakeup_source_report_event()
1083 ws->wakeup_count, ws->expire_count, in print_wakeup_source_stats()
H A Dsysfs.c91 * wakeup_count - Report the number of wakeup events related to the device
356 count = dev->power.wakeup->wakeup_count; in wakeup_count_show()
366 static DEVICE_ATTR_RO(wakeup_count);
398 count = dev->power.wakeup->wakeup_count; in wakeup_abort_count_show()
H A Dwakeup_stats.c35 wakeup_attr(wakeup_count);
/linux/Documentation/ABI/testing/
H A Dsysfs-class-wakeup28 What: /sys/class/wakeup/.../wakeup_count
H A Dsysfs-power170 What: /sys/power/wakeup_count
174 The /sys/power/wakeup_count file allows user space to put the
223 /sys/power/wakeup_count file block or return false). When a
H A Dsysfs-devices-power80 What: /sys/devices/.../power/wakeup_count
84 The /sys/devices/.../wakeup_count attribute contains the number
/linux/kernel/power/
H A Dmain.c766 * The 'wakeup_count' attribute, along with the functions defined in
783 * This difficulty may be overcome if user space uses 'wakeup_count' before
784 * writing to 'state'. It first should read from 'wakeup_count' and store
787 * 'wakeup_count'. If that fails, at least one wakeup event has occurred since
788 * 'wakeup_count' was read and 'state' should not be written to. Otherwise, it
790 * are any wakeup events detected after 'wakeup_count' was written to.
832 power_attr(wakeup_count);