Lines Matching full:msec
455 s64 msec; in wakeup_total_time_ms_show() local
460 msec = ktime_to_ms(dev->power.wakeup->total_time); in wakeup_total_time_ms_show()
467 return sysfs_emit(buf, "%lld\n", msec); in wakeup_total_time_ms_show()
475 s64 msec; in wakeup_max_time_ms_show() local
480 msec = ktime_to_ms(dev->power.wakeup->max_time); in wakeup_max_time_ms_show()
487 return sysfs_emit(buf, "%lld\n", msec); in wakeup_max_time_ms_show()
496 s64 msec; in wakeup_last_time_ms_show() local
501 msec = ktime_to_ms(dev->power.wakeup->last_time); in wakeup_last_time_ms_show()
508 return sysfs_emit(buf, "%lld\n", msec); in wakeup_last_time_ms_show()
518 s64 msec; in wakeup_prevent_sleep_time_ms_show() local
523 msec = ktime_to_ms(dev->power.wakeup->prevent_sleep_time); in wakeup_prevent_sleep_time_ms_show()
530 return sysfs_emit(buf, "%lld\n", msec); in wakeup_prevent_sleep_time_ms_show()