Lines Matching refs:msec
436 s64 msec = 0; in wakeup_total_time_ms_show() local
441 msec = ktime_to_ms(dev->power.wakeup->total_time); in wakeup_total_time_ms_show()
445 return enabled ? sprintf(buf, "%lld\n", msec) : sprintf(buf, "\n"); in wakeup_total_time_ms_show()
453 s64 msec = 0; in wakeup_max_time_ms_show() local
458 msec = ktime_to_ms(dev->power.wakeup->max_time); in wakeup_max_time_ms_show()
462 return enabled ? sprintf(buf, "%lld\n", msec) : sprintf(buf, "\n"); in wakeup_max_time_ms_show()
471 s64 msec = 0; in wakeup_last_time_ms_show() local
476 msec = ktime_to_ms(dev->power.wakeup->last_time); in wakeup_last_time_ms_show()
480 return enabled ? sprintf(buf, "%lld\n", msec) : sprintf(buf, "\n"); in wakeup_last_time_ms_show()
490 s64 msec = 0; in wakeup_prevent_sleep_time_ms_show() local
495 msec = ktime_to_ms(dev->power.wakeup->prevent_sleep_time); in wakeup_prevent_sleep_time_ms_show()
499 return enabled ? sprintf(buf, "%lld\n", msec) : sprintf(buf, "\n"); in wakeup_prevent_sleep_time_ms_show()