ktime_mono_to_any
dev->timestamp[INPUT_CLK_BOOT] = ktime_mono_to_any(timestamp,
return ktime_mono_to_any(mono, TK_OFFS_REAL);
extern ktime_t ktime_mono_to_any(ktime_t tmono, enum tk_offsets offs);
EXPORT_SYMBOL_GPL(ktime_mono_to_any);
return ktime_mono_to_any(mono, gact->tk_offset);
return ktime_mono_to_any(mono, tk_offset);