Lines Matching refs:wakeup
375 static DEVICE_ATTR(wakeup, 0644, wake_show, wake_store);
384 if (dev->power.wakeup) { in wakeup_count_show()
385 count = dev->power.wakeup->event_count; in wakeup_count_show()
401 if (dev->power.wakeup) { in wakeup_active_count_show()
402 count = dev->power.wakeup->active_count; in wakeup_active_count_show()
419 if (dev->power.wakeup) { in wakeup_abort_count_show()
420 count = dev->power.wakeup->wakeup_count; in wakeup_abort_count_show()
437 if (dev->power.wakeup) { in wakeup_expire_count_show()
438 count = dev->power.wakeup->expire_count; in wakeup_expire_count_show()
454 if (dev->power.wakeup) { in wakeup_active_show()
455 active = dev->power.wakeup->active; in wakeup_active_show()
471 if (dev->power.wakeup) { in wakeup_total_time_show()
472 msec = ktime_to_ms(dev->power.wakeup->total_time); in wakeup_total_time_show()
488 if (dev->power.wakeup) { in wakeup_max_time_show()
489 msec = ktime_to_ms(dev->power.wakeup->max_time); in wakeup_max_time_show()
505 if (dev->power.wakeup) { in wakeup_last_time_show()
506 msec = ktime_to_ms(dev->power.wakeup->last_time); in wakeup_last_time_show()
524 if (dev->power.wakeup) { in wakeup_prevent_sleep_time_show()
525 msec = ktime_to_ms(dev->power.wakeup->prevent_sleep_time); in wakeup_prevent_sleep_time_show()