Home
last modified time | relevance | path

Searched refs:tconv (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/iio/
H A Dad4062.rst68 The duration is described by ``(n_avg - 1) / fosc + tconv``, where
70 rate and ``tconv`` is the ADC conversion time.
73 oversampling ratio. If the ratio is 1, the frequency is ``1/tconv``.
/linux/kernel/time/
H A Dtimekeeping.c907 ktime_t tconv; in ktime_mono_to_any() local
919 tconv = ktime_add(tmono, *offset); in ktime_mono_to_any()
922 return tconv; in ktime_mono_to_any()