Lines Matching refs:msec
456 s64 msec; in wakeup_total_time_ms_show() local
461 msec = ktime_to_ms(dev->power.wakeup->total_time); in wakeup_total_time_ms_show()
468 return sysfs_emit(buf, "%lld\n", msec); in wakeup_total_time_ms_show()
476 s64 msec; in wakeup_max_time_ms_show() local
481 msec = ktime_to_ms(dev->power.wakeup->max_time); in wakeup_max_time_ms_show()
488 return sysfs_emit(buf, "%lld\n", msec); in wakeup_max_time_ms_show()
497 s64 msec; in wakeup_last_time_ms_show() local
502 msec = ktime_to_ms(dev->power.wakeup->last_time); in wakeup_last_time_ms_show()
509 return sysfs_emit(buf, "%lld\n", msec); in wakeup_last_time_ms_show()
527 s64 msec; in wakeup_prevent_sleep_time_ms_show() local
532 msec = ktime_to_ms(dev->power.wakeup->prevent_sleep_time); in wakeup_prevent_sleep_time_ms_show()
539 return sysfs_emit(buf, "%lld\n", msec); in wakeup_prevent_sleep_time_ms_show()