Home
last modified time | relevance | path

Searched refs:wakeup_count (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/base/power/
H A Dwakeup.c138 deleted_ws.wakeup_count += ws->wakeup_count; in wakeup_source_record()
622 ws->wakeup_count++; in wakeup_source_report_event()
1115 ws->wakeup_count, ws->expire_count, in print_wakeup_source_stats()
H A Dsysfs.c92 * wakeup_count - Report the number of wakeup events related to the device
357 count = dev->power.wakeup->wakeup_count; in wakeup_count_show()
367 static DEVICE_ATTR_RO(wakeup_count);
399 count = dev->power.wakeup->wakeup_count; in wakeup_abort_count_show()
H A Dwakeup_stats.c35 wakeup_attr(wakeup_count); variable
/kernel/linux/linux-6.6/drivers/base/power/
H A Dwakeup.c133 deleted_ws.wakeup_count += ws->wakeup_count; in wakeup_source_record()
588 ws->wakeup_count++; in wakeup_source_report_event()
1084 ws->wakeup_count, ws->expire_count, in print_wakeup_source_stats()
H A Dsysfs.c92 * wakeup_count - Report the number of wakeup events related to the device
357 count = dev->power.wakeup->wakeup_count; in wakeup_count_show()
367 static DEVICE_ATTR_RO(wakeup_count);
399 count = dev->power.wakeup->wakeup_count; in wakeup_abort_count_show()
H A Dwakeup_stats.c35 wakeup_attr(wakeup_count); variable
/kernel/linux/linux-5.10/include/linux/
H A Dpm_wakeup.h38 * @wakeup_count: Number of times the wakeup source might abort suspend.
60 unsigned long wakeup_count; member
/kernel/linux/linux-6.6/include/linux/
H A Dpm_wakeup.h38 * @wakeup_count: Number of times the wakeup source might abort suspend.
60 unsigned long wakeup_count; member
/kernel/linux/linux-5.10/drivers/staging/ks7010/
H A Dks_wlan.h515 unsigned int wakeup_count; /* for detect wakeup loop */ member
H A Dks7010_sdio.c197 ++priv->wakeup_count; in ks_wlan_hw_sleep_wakeup_request()
214 ++priv->wakeup_count; in ks_wlan_hw_wakeup_request()
575 priv->wakeup_count = 0; in ks_sdio_interrupt()
/kernel/linux/linux-6.6/drivers/staging/ks7010/
H A Dks_wlan.h515 unsigned int wakeup_count; /* for detect wakeup loop */ member
H A Dks7010_sdio.c197 ++priv->wakeup_count; in ks_wlan_hw_sleep_wakeup_request()
214 ++priv->wakeup_count; in ks_wlan_hw_wakeup_request()
575 priv->wakeup_count = 0; in ks_sdio_interrupt()
/kernel/linux/linux-5.10/kernel/power/
H A Dmain.c677 * The 'wakeup_count' attribute, along with the functions defined in
694 * This difficulty may be overcome if user space uses 'wakeup_count' before
695 * writing to 'state'. It first should read from 'wakeup_count' and store
698 * 'wakeup_count'. If that fails, at least one wakeup event has occurred since
699 * 'wakeup_count' was read and 'state' should not be written to. Otherwise, it
701 * are any wakeup events detected after 'wakeup_count' was written to.
743 power_attr(wakeup_count); variable
/kernel/linux/linux-6.6/kernel/power/
H A Dmain.c723 * The 'wakeup_count' attribute, along with the functions defined in
740 * This difficulty may be overcome if user space uses 'wakeup_count' before
741 * writing to 'state'. It first should read from 'wakeup_count' and store
744 * 'wakeup_count'. If that fails, at least one wakeup event has occurred since
745 * 'wakeup_count' was read and 'state' should not be written to. Otherwise, it
747 * are any wakeup events detected after 'wakeup_count' was written to.
789 power_attr(wakeup_count); variable

Completed in 16 milliseconds