Home
last modified time | relevance | path

Searched refs:ns_to_ktime (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/include/linux/
H A Dktime.h69 ns_to_ktime(int64_t nsec) in ns_to_ktime() function
81 return ns_to_ktime(ktime_to_ns(a) - ktime_to_ns(b)); in ktime_sub()
87 return ns_to_ktime(ktime_to_ns(a) - nsec); in ktime_sub_ns()
121 return ns_to_ktime(0); /* XXX Obviously wrong! Revisit. */ in ktime_get_monotonic_offset()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/cec/core/
H A Dcec-pin.c332 pin->ts = ns_to_ktime(0); in cec_pin_to_idle()
875 hrtimer_forward_now(timer, ns_to_ktime(100000)); in cec_pin_timer()
882 ns_to_ktime(pin->wait_usecs * 1000)); in cec_pin_timer()
887 ns_to_ktime(pin->wait_usecs * 1000)); in cec_pin_timer()
1023 ns_to_ktime(usecs * 1000)); in cec_pin_timer()
1028 hrtimer_forward_now(timer, ns_to_ktime(100000)); in cec_pin_timer()
1060 ns_to_ktime(pin->work_rx_msg.rx_ts)); in cec_pin_thread_func()
1089 hrtimer_start(&pin->timer, ns_to_ktime(0), in cec_pin_thread_func()
1096 hrtimer_start(&pin->timer, ns_to_ktime(0), in cec_pin_thread_func()
1122 pin->timer_ts = ns_to_ktime(0); in cec_pin_adap_enable()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/cec/core/
H A Dcec-pin.c332 pin->ts = ns_to_ktime(0); in cec_pin_to_idle()
875 hrtimer_forward_now(timer, ns_to_ktime(100000)); in cec_pin_timer()
882 ns_to_ktime(pin->wait_usecs * 1000)); in cec_pin_timer()
887 ns_to_ktime(pin->wait_usecs * 1000)); in cec_pin_timer()
1023 ns_to_ktime(usecs * 1000)); in cec_pin_timer()
1028 hrtimer_forward_now(timer, ns_to_ktime(100000)); in cec_pin_timer()
1060 ns_to_ktime(pin->work_rx_msg.rx_ts)); in cec_pin_thread_func()
1089 hrtimer_start(&pin->timer, ns_to_ktime(0), in cec_pin_thread_func()
1096 hrtimer_start(&pin->timer, ns_to_ktime(0), in cec_pin_thread_func()
1122 pin->timer_ts = ns_to_ktime(0); in cec_pin_adap_enable()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/cec/core/
H A Dcec-pin.c332 pin->ts = ns_to_ktime(0); in cec_pin_to_idle()
875 hrtimer_forward_now(timer, ns_to_ktime(100000)); in cec_pin_timer()
882 ns_to_ktime(pin->wait_usecs * 1000)); in cec_pin_timer()
887 ns_to_ktime(pin->wait_usecs * 1000)); in cec_pin_timer()
1023 ns_to_ktime(usecs * 1000)); in cec_pin_timer()
1028 hrtimer_forward_now(timer, ns_to_ktime(100000)); in cec_pin_timer()
1060 ns_to_ktime(pin->work_rx_msg.rx_ts)); in cec_pin_thread_func()
1089 hrtimer_start(&pin->timer, ns_to_ktime(0), in cec_pin_thread_func()
1096 hrtimer_start(&pin->timer, ns_to_ktime(0), in cec_pin_thread_func()
1122 pin->timer_ts = ns_to_ktime(0); in cec_pin_adap_enable()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.h75 return ns_to_ktime(nsec); in mlx5_timecounter_cyc2time()
85 return ns_to_ktime(time); in mlx5_real_time_cyc2time()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.h75 return ns_to_ktime(nsec); in mlx5_timecounter_cyc2time()
85 return ns_to_ktime(time); in mlx5_real_time_cyc2time()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.h75 return ns_to_ktime(nsec); in mlx5_timecounter_cyc2time()
85 return ns_to_ktime(time); in mlx5_real_time_cyc2time()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/cpuidle/
H A Dcpuidle.c143 time_start = ns_to_ktime(local_clock()); in enter_s2idle_proper()
162 time_end = ns_to_ktime(local_clock()); in enter_s2idle_proper()
232 time_start = ns_to_ktime(local_clock()); in cpuidle_enter_state()
243 time_end = ns_to_ktime(local_clock()); in cpuidle_enter_state()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/cpuidle/
H A Dcpuidle.c143 time_start = ns_to_ktime(local_clock()); in enter_s2idle_proper()
162 time_end = ns_to_ktime(local_clock()); in enter_s2idle_proper()
232 time_start = ns_to_ktime(local_clock()); in cpuidle_enter_state()
243 time_end = ns_to_ktime(local_clock()); in cpuidle_enter_state()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/cpuidle/
H A Dcpuidle.c143 time_start = ns_to_ktime(local_clock()); in enter_s2idle_proper()
162 time_end = ns_to_ktime(local_clock()); in enter_s2idle_proper()
232 time_start = ns_to_ktime(local_clock()); in cpuidle_enter_state()
243 time_end = ns_to_ktime(local_clock()); in cpuidle_enter_state()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/powercap/
H A Didle_inject.c119 hrtimer_forward_now(timer, ns_to_ktime(duration_us * NSEC_PER_USEC)); in idle_inject_timer_fn()
210 ns_to_ktime((idle_duration_us + run_duration_us) * in idle_inject_start()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/powercap/
H A Didle_inject.c119 hrtimer_forward_now(timer, ns_to_ktime(duration_us * NSEC_PER_USEC)); in idle_inject_timer_fn()
210 ns_to_ktime((idle_duration_us + run_duration_us) * in idle_inject_start()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/powercap/
H A Didle_inject.c119 hrtimer_forward_now(timer, ns_to_ktime(duration_us * NSEC_PER_USEC)); in idle_inject_timer_fn()
210 ns_to_ktime((idle_duration_us + run_duration_us) * in idle_inject_start()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-timestamp.c49 hwtstamps->hwtstamp = ns_to_ktime(ns); in mcp251xfd_skb_set_timestamp()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-timestamp.c49 hwtstamps->hwtstamp = ns_to_ktime(ns); in mcp251xfd_skb_set_timestamp()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-timestamp.c49 hwtstamps->hwtstamp = ns_to_ktime(ns); in mcp251xfd_skb_set_timestamp()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/fsl/
H A Dimx-pcm-fiq.c63 hrtimer_forward_now(hrt, ns_to_ktime(iprtd->poll_time_ns)); in snd_hrtimer_callback()
123 hrtimer_start(&iprtd->hrt, ns_to_ktime(iprtd->poll_time_ns), in snd_imx_pcm_trigger()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/soc/fsl/
H A Dimx-pcm-fiq.c63 hrtimer_forward_now(hrt, ns_to_ktime(iprtd->poll_time_ns)); in snd_hrtimer_callback()
123 hrtimer_start(&iprtd->hrt, ns_to_ktime(iprtd->poll_time_ns), in snd_imx_pcm_trigger()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/soc/fsl/
H A Dimx-pcm-fiq.c63 hrtimer_forward_now(hrt, ns_to_ktime(iprtd->poll_time_ns)); in snd_hrtimer_callback()
123 hrtimer_start(&iprtd->hrt, ns_to_ktime(iprtd->poll_time_ns), in snd_imx_pcm_trigger()
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/
H A Dwatchdog.c377 hrtimer_forward_now(hrtimer, ns_to_ktime(sample_period)); in watchdog_timer_fn()
460 hrtimer_start(hrtimer, ns_to_ktime(sample_period), in watchdog_enable()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/
H A Dwatchdog.c377 hrtimer_forward_now(hrtimer, ns_to_ktime(sample_period)); in watchdog_timer_fn()
460 hrtimer_start(hrtimer, ns_to_ktime(sample_period), in watchdog_enable()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/dsa/hirschmann/
H A Dhellcreek_hwtstamp.c272 shhwtstamps.hwtstamp = ns_to_ktime(ns); in hellcreek_txtstamp_work()
337 shwt->hwtstamp = ns_to_ktime(ns); in hellcreek_get_rxts()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/dsa/hirschmann/
H A Dhellcreek_hwtstamp.c272 shhwtstamps.hwtstamp = ns_to_ktime(ns); in hellcreek_txtstamp_work()
337 shwt->hwtstamp = ns_to_ktime(ns); in hellcreek_get_rxts()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/dsa/hirschmann/
H A Dhellcreek_hwtstamp.c272 shhwtstamps.hwtstamp = ns_to_ktime(ns); in hellcreek_txtstamp_work()
337 shwt->hwtstamp = ns_to_ktime(ns); in hellcreek_get_rxts()
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/
H A Dwatchdog.c377 hrtimer_forward_now(hrtimer, ns_to_ktime(sample_period)); in watchdog_timer_fn()
460 hrtimer_start(hrtimer, ns_to_ktime(sample_period), in watchdog_enable()

12345678910>>...14