Lines Matching refs:msec
465 s64 msec = 0; in wakeup_total_time_show() local
470 msec = ktime_to_ms(dev->power.wakeup->total_time); in wakeup_total_time_show()
474 return enabled ? sprintf(buf, "%lld\n", msec) : sprintf(buf, "\n"); in wakeup_total_time_show()
482 s64 msec = 0; in wakeup_max_time_show() local
487 msec = ktime_to_ms(dev->power.wakeup->max_time); in wakeup_max_time_show()
491 return enabled ? sprintf(buf, "%lld\n", msec) : sprintf(buf, "\n"); in wakeup_max_time_show()
499 s64 msec = 0; in wakeup_last_time_show() local
504 msec = ktime_to_ms(dev->power.wakeup->last_time); in wakeup_last_time_show()
508 return enabled ? sprintf(buf, "%lld\n", msec) : sprintf(buf, "\n"); in wakeup_last_time_show()
518 s64 msec = 0; in wakeup_prevent_sleep_time_show() local
523 msec = ktime_to_ms(dev->power.wakeup->prevent_sleep_time); in wakeup_prevent_sleep_time_show()
527 return enabled ? sprintf(buf, "%lld\n", msec) : sprintf(buf, "\n"); in wakeup_prevent_sleep_time_show()