Home
last modified time | relevance | path

Searched refs:ms_to_ktime (Results 1 – 25 of 87) sorted by relevance

1234

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hwtracing/stm/
H A Dheartbeat.c39 hrtimer_forward_now(hr, ms_to_ktime(interval_ms)); in stm_heartbeat_hrtimer_handler()
50 hrtimer_start(&heartbeat->hrtimer, ms_to_ktime(interval_ms), in stm_heartbeat_link()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hwtracing/stm/
H A Dheartbeat.c39 hrtimer_forward_now(hr, ms_to_ktime(interval_ms)); in stm_heartbeat_hrtimer_handler()
50 hrtimer_start(&heartbeat->hrtimer, ms_to_ktime(interval_ms), in stm_heartbeat_link()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hwtracing/stm/
H A Dheartbeat.c39 hrtimer_forward_now(hr, ms_to_ktime(interval_ms)); in stm_heartbeat_hrtimer_handler()
50 hrtimer_start(&heartbeat->hrtimer, ms_to_ktime(interval_ms), in stm_heartbeat_link()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hwmon/
H A Daht10.c185 data->min_poll_interval = ms_to_ktime(clamp_val(val, 2000, LONG_MAX)); in aht10_interval_write()
307 data->min_poll_interval = ms_to_ktime(AHT10_DEFAULT_MIN_POLL_INTERVAL); in aht10_probe()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hwmon/
H A Daht10.c185 data->min_poll_interval = ms_to_ktime(clamp_val(val, 2000, LONG_MAX)); in aht10_interval_write()
307 data->min_poll_interval = ms_to_ktime(AHT10_DEFAULT_MIN_POLL_INTERVAL); in aht10_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hwmon/
H A Daht10.c185 data->min_poll_interval = ms_to_ktime(clamp_val(val, 2000, LONG_MAX)); in aht10_interval_write()
307 data->min_poll_interval = ms_to_ktime(AHT10_DEFAULT_MIN_POLL_INTERVAL); in aht10_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/watchdog/
H A Dwatchdog_dev.c130 ms_to_ktime(timeout_ms)); in watchdog_next_keepalive()
135 keepalive_interval = ms_to_ktime(hw_heartbeat_ms / 2); in watchdog_next_keepalive()
142 last_heartbeat = ktime_sub(virt_timeout, ms_to_ktime(hw_heartbeat_ms)); in watchdog_next_keepalive()
171 ms_to_ktime(wdd->min_hw_heartbeat_ms)); in __watchdog_ping()
1165 wd_data->last_hw_keepalive = ktime_sub(now, ms_to_ktime(last_ping_ms)); in watchdog_set_last_hw_keepalive()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/watchdog/
H A Dwatchdog_dev.c130 ms_to_ktime(timeout_ms)); in watchdog_next_keepalive()
135 keepalive_interval = ms_to_ktime(hw_heartbeat_ms / 2); in watchdog_next_keepalive()
142 last_heartbeat = ktime_sub(virt_timeout, ms_to_ktime(hw_heartbeat_ms)); in watchdog_next_keepalive()
171 ms_to_ktime(wdd->min_hw_heartbeat_ms)); in __watchdog_ping()
1165 wd_data->last_hw_keepalive = ktime_sub(now, ms_to_ktime(last_ping_ms)); in watchdog_set_last_hw_keepalive()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/watchdog/
H A Dwatchdog_dev.c130 ms_to_ktime(timeout_ms)); in watchdog_next_keepalive()
135 keepalive_interval = ms_to_ktime(hw_heartbeat_ms / 2); in watchdog_next_keepalive()
142 last_heartbeat = ktime_sub(virt_timeout, ms_to_ktime(hw_heartbeat_ms)); in watchdog_next_keepalive()
171 ms_to_ktime(wdd->min_hw_heartbeat_ms)); in __watchdog_ping()
1165 wd_data->last_hw_keepalive = ktime_sub(now, ms_to_ktime(last_ping_ms)); in watchdog_set_last_hw_keepalive()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/kernel/
H A Dwatchdog.c310 hrtimer_forward_now(hrtimer, ms_to_ktime(wd_timer_period_ms)); in watchdog_timer_fn()
357 hrtimer_start(hrtimer, ms_to_ktime(wd_timer_period_ms), in start_watchdog()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/kernel/
H A Dwatchdog.c310 hrtimer_forward_now(hrtimer, ms_to_ktime(wd_timer_period_ms)); in watchdog_timer_fn()
357 hrtimer_start(hrtimer, ms_to_ktime(wd_timer_period_ms), in start_watchdog()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/kernel/
H A Dwatchdog.c310 hrtimer_forward_now(hrtimer, ms_to_ktime(wd_timer_period_ms)); in watchdog_timer_fn()
357 hrtimer_start(hrtimer, ms_to_ktime(wd_timer_period_ms), in start_watchdog()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/ntb/test/
H A Dntb_pingpong.c158 hrtimer_start(&pp->timer, ms_to_ktime(delay_ms), HRTIMER_MODE_REL); in pp_setup()
211 hrtimer_start(&pp->timer, ms_to_ktime(delay_ms), HRTIMER_MODE_REL); in pp_pong()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/ntb/test/
H A Dntb_pingpong.c158 hrtimer_start(&pp->timer, ms_to_ktime(delay_ms), HRTIMER_MODE_REL); in pp_setup()
211 hrtimer_start(&pp->timer, ms_to_ktime(delay_ms), HRTIMER_MODE_REL); in pp_pong()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/ntb/test/
H A Dntb_pingpong.c158 hrtimer_start(&pp->timer, ms_to_ktime(delay_ms), HRTIMER_MODE_REL); in pp_setup()
211 hrtimer_start(&pp->timer, ms_to_ktime(delay_ms), HRTIMER_MODE_REL); in pp_pong()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dktime.h227 static inline ktime_t ms_to_ktime(u64 ms) in ms_to_ktime() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dktime.h227 static inline ktime_t ms_to_ktime(u64 ms) in ms_to_ktime() function
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dktime.h227 static inline ktime_t ms_to_ktime(u64 ms) in ms_to_ktime() function
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/msm/
H A Dmsm_atomic.c259 wakeup_time = ktime_sub(vsync_time, ms_to_ktime(1)); in msm_atomic_commit_tail()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/msm/
H A Dmsm_atomic.c259 wakeup_time = ktime_sub(vsync_time, ms_to_ktime(1)); in msm_atomic_commit_tail()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/msm/
H A Dmsm_atomic.c259 wakeup_time = ktime_sub(vsync_time, ms_to_ktime(1)); in msm_atomic_commit_tail()
/dports/multimedia/libv4l/linux-5.13-rc2/net/can/j1939/
H A Dbus.c117 hrtimer_start(&ecu->ac_timer, ms_to_ktime(250), in j1939_ecu_timer_start()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/can/j1939/
H A Dbus.c117 hrtimer_start(&ecu->ac_timer, ms_to_ktime(250), in j1939_ecu_timer_start()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/can/j1939/
H A Dbus.c117 hrtimer_start(&ecu->ac_timer, ms_to_ktime(250), in j1939_ecu_timer_start()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/platform/surface/aggregator/
H A Dssh_request_layer.c36 #define SSH_RTL_REQUEST_TIMEOUT ms_to_ktime(3000)
44 #define SSH_RTL_REQUEST_TIMEOUT_RESOLUTION ms_to_ktime(max(2000 / HZ, 50))

1234