Home
last modified time | relevance | path

Searched refs:ktime_get_raw_ts64 (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/drivers/rtc/
Drtc-meson-vrtc.c26 ktime_get_raw_ts64(&time); in meson_vrtc_read_time()
99 ktime_get_raw_ts64(&time); in meson_vrtc_suspend()
/Linux-v5.10/include/linux/
Dtimekeeping.h41 extern void ktime_get_raw_ts64(struct timespec64 *ts);
/Linux-v5.10/Documentation/core-api/
Dtimekeeping.rst79 void ktime_get_raw_ts64( struct timespec64 * )
184 These are replaced by ktime_get_raw()/ktime_get_raw_ts64(),
/Linux-v5.10/drivers/net/wireless/ath/ath9k/
Dchannel.c238 ktime_get_raw_ts64(&ts); in chanctx_event_delta()
349 ktime_get_raw_ts64(&ts); in ath_chanctx_adjust_tbtt_delta()
1263 ktime_get_raw_ts64(&ts); in ath_chanctx_set_next()
1280 ktime_get_raw_ts64(&sc->cur_chan->tsf_ts); in ath_chanctx_set_next()
Dmain.c1886 ktime_get_raw_ts64(&avp->chanctx->tsf_ts); in ath9k_set_tsf()
1902 ktime_get_raw_ts64(&avp->chanctx->tsf_ts); in ath9k_reset_tsf()
Dhw.c1858 ktime_get_raw_ts64(&ts); in ath9k_hw_get_tsf_offset()
1922 ktime_get_raw_ts64(&tsf_ts); in ath9k_hw_reset()
/Linux-v5.10/kernel/time/
Dtimekeeping.c1492 void ktime_get_raw_ts64(struct timespec64 *ts) in ktime_get_raw_ts64() function
1508 EXPORT_SYMBOL(ktime_get_raw_ts64);
Dposix-timers.c214 ktime_get_raw_ts64(tp); in posix_get_monotonic_raw()
/Linux-v5.10/include/sound/
Dpcm.h1183 ktime_get_raw_ts64(tv); in snd_pcm_gettime()
/Linux-v5.10/drivers/firewire/
Dcore-cdev.c1204 case CLOCK_MONOTONIC_RAW: ktime_get_raw_ts64(&ts); break; in ioctl_get_cycle_timer2()