Home
last modified time | relevance | path

Searched refs:ktime_to_timespec64 (Results 1 – 25 of 114) sorted by relevance

12345

/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dtimekeeping.h189 *ts = ktime_to_timespec64(ktime_get_boottime()); in ktime_get_boottime_ts64()
194 *ts = ktime_to_timespec64(ktime_get_coarse_boottime()); in ktime_get_coarse_boottime_ts64()
204 *ts = ktime_to_timespec64(ktime_get_clocktai()); in ktime_get_clocktai_ts64()
209 *ts = ktime_to_timespec64(ktime_get_coarse_clocktai()); in ktime_get_coarse_clocktai_ts64()
H A Dpps_kernel.h105 ts->ts_real = ktime_to_timespec64(snap.real); in pps_get_ts()
107 ts->ts_raw = ktime_to_timespec64(snap.raw); in pps_get_ts()
H A Dktime.h77 #define ktime_to_timespec64(kt) ns_to_timespec64((kt)) macro
213 *ts = ktime_to_timespec64(kt); in ktime_to_timespec64_cond()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dtimekeeping.h189 *ts = ktime_to_timespec64(ktime_get_boottime()); in ktime_get_boottime_ts64()
194 *ts = ktime_to_timespec64(ktime_get_coarse_boottime()); in ktime_get_coarse_boottime_ts64()
204 *ts = ktime_to_timespec64(ktime_get_clocktai()); in ktime_get_clocktai_ts64()
209 *ts = ktime_to_timespec64(ktime_get_coarse_clocktai()); in ktime_get_coarse_clocktai_ts64()
H A Dpps_kernel.h105 ts->ts_real = ktime_to_timespec64(snap.real); in pps_get_ts()
107 ts->ts_raw = ktime_to_timespec64(snap.raw); in pps_get_ts()
H A Dktime.h77 #define ktime_to_timespec64(kt) ns_to_timespec64((kt)) macro
213 *ts = ktime_to_timespec64(kt); in ktime_to_timespec64_cond()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dtimekeeping.h189 *ts = ktime_to_timespec64(ktime_get_boottime()); in ktime_get_boottime_ts64()
194 *ts = ktime_to_timespec64(ktime_get_coarse_boottime()); in ktime_get_coarse_boottime_ts64()
204 *ts = ktime_to_timespec64(ktime_get_clocktai()); in ktime_get_clocktai_ts64()
209 *ts = ktime_to_timespec64(ktime_get_coarse_clocktai()); in ktime_get_coarse_clocktai_ts64()
H A Dpps_kernel.h105 ts->ts_real = ktime_to_timespec64(snap.real); in pps_get_ts()
107 ts->ts_raw = ktime_to_timespec64(snap.raw); in pps_get_ts()
H A Dktime.h77 #define ktime_to_timespec64(kt) ns_to_timespec64((kt)) macro
213 *ts = ktime_to_timespec64(kt); in ktime_to_timespec64_cond()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/
H A Dtimerfd.c311 value = ktime_to_timespec64(timerfd_get_remaining(ctx)); in timerfd_show()
312 interval = ktime_to_timespec64(ctx->tintv); in timerfd_show()
497 old->it_value = ktime_to_timespec64(timerfd_get_remaining(ctx)); in do_timerfd_settime()
498 old->it_interval = ktime_to_timespec64(ctx->tintv); in do_timerfd_settime()
535 t->it_value = ktime_to_timespec64(timerfd_get_remaining(ctx)); in do_timerfd_gettime()
536 t->it_interval = ktime_to_timespec64(ctx->tintv); in do_timerfd_gettime()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/
H A Dtimerfd.c311 value = ktime_to_timespec64(timerfd_get_remaining(ctx)); in timerfd_show()
312 interval = ktime_to_timespec64(ctx->tintv); in timerfd_show()
497 old->it_value = ktime_to_timespec64(timerfd_get_remaining(ctx)); in do_timerfd_settime()
498 old->it_interval = ktime_to_timespec64(ctx->tintv); in do_timerfd_settime()
535 t->it_value = ktime_to_timespec64(timerfd_get_remaining(ctx)); in do_timerfd_gettime()
536 t->it_interval = ktime_to_timespec64(ctx->tintv); in do_timerfd_gettime()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/
H A Dtimerfd.c311 value = ktime_to_timespec64(timerfd_get_remaining(ctx)); in timerfd_show()
312 interval = ktime_to_timespec64(ctx->tintv); in timerfd_show()
497 old->it_value = ktime_to_timespec64(timerfd_get_remaining(ctx)); in do_timerfd_settime()
498 old->it_interval = ktime_to_timespec64(ctx->tintv); in do_timerfd_settime()
535 t->it_value = ktime_to_timespec64(timerfd_get_remaining(ctx)); in do_timerfd_gettime()
536 t->it_interval = ktime_to_timespec64(ctx->tintv); in do_timerfd_gettime()
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/time/
H A Ditimer.c44 return ktime_to_timespec64(rem); in itimer_get_remtime()
85 ktime_to_timespec64(tsk->signal->it_real_incr); in do_getitimer()
221 = ktime_to_timespec64(tsk->signal->it_real_incr); in do_setitimer()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/time/
H A Ditimer.c44 return ktime_to_timespec64(rem); in itimer_get_remtime()
85 ktime_to_timespec64(tsk->signal->it_real_incr); in do_getitimer()
221 = ktime_to_timespec64(tsk->signal->it_real_incr); in do_setitimer()
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/time/
H A Ditimer.c44 return ktime_to_timespec64(rem); in itimer_get_remtime()
85 ktime_to_timespec64(tsk->signal->it_real_incr); in do_getitimer()
221 = ktime_to_timespec64(tsk->signal->it_real_incr); in do_setitimer()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/ptp/
H A Dptp_chardev.c278 ts = ktime_to_timespec64(xtstamp.device); in ptp_ioctl()
281 ts = ktime_to_timespec64(xtstamp.sys_realtime); in ptp_ioctl()
284 ts = ktime_to_timespec64(xtstamp.sys_monoraw); in ptp_ioctl()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/ptp/
H A Dptp_chardev.c278 ts = ktime_to_timespec64(xtstamp.device); in ptp_ioctl()
281 ts = ktime_to_timespec64(xtstamp.sys_realtime); in ptp_ioctl()
284 ts = ktime_to_timespec64(xtstamp.sys_monoraw); in ptp_ioctl()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/ptp/
H A Dptp_chardev.c278 ts = ktime_to_timespec64(xtstamp.device); in ptp_ioctl()
281 ts = ktime_to_timespec64(xtstamp.sys_realtime); in ptp_ioctl()
284 ts = ktime_to_timespec64(xtstamp.sys_monoraw); in ptp_ioctl()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/rtc/
H A Dlib.c139 ts = ktime_to_timespec64(kt); in rtc_ktime_to_tm()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/rtc/
H A Dlib.c139 ts = ktime_to_timespec64(kt); in rtc_ktime_to_tm()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/rtc/
H A Dlib.c139 ts = ktime_to_timespec64(kt); in rtc_ktime_to_tm()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/dma-buf/
H A Dsync_debug.c80 ktime_to_timespec64(fence->timestamp); in sync_print_fence()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/dma-buf/
H A Dsync_debug.c80 ktime_to_timespec64(fence->timestamp); in sync_print_fence()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/dma-buf/
H A Dsync_debug.c80 ktime_to_timespec64(fence->timestamp); in sync_print_fence()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/netfilter/
H A Dxt_IDLETIMER.c77 ktimespec = ktime_to_timespec64(expires_alarm); in idletimer_tg_show()
378 struct timespec64 ktimespec = ktime_to_timespec64(tout); in idletimer_tg_checkentry_v1()

12345