Lines Matching refs:wakeup
369 static DEVICE_ATTR(wakeup, 0644, wake_show, wake_store);
378 if (dev->power.wakeup) { in wakeup_count_show()
379 count = dev->power.wakeup->event_count; in wakeup_count_show()
395 if (dev->power.wakeup) { in wakeup_active_count_show()
396 count = dev->power.wakeup->active_count; in wakeup_active_count_show()
413 if (dev->power.wakeup) { in wakeup_abort_count_show()
414 count = dev->power.wakeup->wakeup_count; in wakeup_abort_count_show()
431 if (dev->power.wakeup) { in wakeup_expire_count_show()
432 count = dev->power.wakeup->expire_count; in wakeup_expire_count_show()
448 if (dev->power.wakeup) { in wakeup_active_show()
449 active = dev->power.wakeup->active; in wakeup_active_show()
465 if (dev->power.wakeup) { in wakeup_total_time_show()
466 msec = ktime_to_ms(dev->power.wakeup->total_time); in wakeup_total_time_show()
482 if (dev->power.wakeup) { in wakeup_max_time_show()
483 msec = ktime_to_ms(dev->power.wakeup->max_time); in wakeup_max_time_show()
499 if (dev->power.wakeup) { in wakeup_last_time_show()
500 msec = ktime_to_ms(dev->power.wakeup->last_time); in wakeup_last_time_show()
518 if (dev->power.wakeup) { in wakeup_prevent_sleep_time_show()
519 msec = ktime_to_ms(dev->power.wakeup->prevent_sleep_time); in wakeup_prevent_sleep_time_show()