Home
last modified time | relevance | path

Searched refs:kt (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_time.h231 static inline unsigned long oal_ktime_to_us(const oal_time_t_stru kt) in oal_ktime_to_us() argument
233 return ktime_to_us(kt); in oal_ktime_to_us()
329 static inline hi_u64 oal_ktime_to_us(const oal_time_t_stru kt) in oal_ktime_to_us() argument
331 return (OAL_JIFFIES_TO_MSECS((hi_u32)kt.tv64) * 1000); /* mul 1000 */ in oal_ktime_to_us()
334 static inline hi_u64 oal_ktime_to_ms(const oal_time_t_stru kt) in oal_ktime_to_ms() argument
336 return (OAL_JIFFIES_TO_MSECS(kt.tv64)); in oal_ktime_to_ms()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H A Drga_drv.c28 static ktime_t kt; variable
120 hrtimer_forward_now(timer, kt); in hrtimer_handler()
126 kt = ktime_set(0, RGA_LOAD_INTERVAL); in rga_init_timer()
128 hrtimer_start(&timer, kt, HRTIMER_MODE_REL); in rga_init_timer()

Completed in 2 milliseconds