Lines Matching refs:msec
461 s64 msec = 0; in wakeup_total_time_show() local
466 msec = ktime_to_ms(dev->power.wakeup->total_time); in wakeup_total_time_show()
470 return enabled ? sprintf(buf, "%lld\n", msec) : sprintf(buf, "\n"); in wakeup_total_time_show()
478 s64 msec = 0; in wakeup_max_time_show() local
483 msec = ktime_to_ms(dev->power.wakeup->max_time); in wakeup_max_time_show()
487 return enabled ? sprintf(buf, "%lld\n", msec) : sprintf(buf, "\n"); in wakeup_max_time_show()
495 s64 msec = 0; in wakeup_last_time_show() local
500 msec = ktime_to_ms(dev->power.wakeup->last_time); in wakeup_last_time_show()
504 return enabled ? sprintf(buf, "%lld\n", msec) : sprintf(buf, "\n"); in wakeup_last_time_show()
514 s64 msec = 0; in wakeup_prevent_sleep_time_show() local
519 msec = ktime_to_ms(dev->power.wakeup->prevent_sleep_time); in wakeup_prevent_sleep_time_show()
523 return enabled ? sprintf(buf, "%lld\n", msec) : sprintf(buf, "\n"); in wakeup_prevent_sleep_time_show()