Home
last modified time | relevance | path

Searched refs:timer_period (Results 1 – 7 of 7) sorted by relevance

/drivers/clocksource/
Dtimer-oxnas-rps.c65 unsigned long timer_period; member
113 oxnas_rps_timer_config(rps, rps->timer_period, 1); in oxnas_rps_timer_set_periodic()
123 oxnas_rps_timer_config(rps, rps->timer_period, 0); in oxnas_rps_timer_set_oneshot()
146 rps->timer_period = DIV_ROUND_UP(clk_rate, HZ); in oxnas_rps_clockevent_init()
149 if (rps->timer_period > TIMER_MAX_VAL) { in oxnas_rps_clockevent_init()
152 rps->timer_period = DIV_ROUND_UP(timer_rate, HZ); in oxnas_rps_clockevent_init()
154 if (rps->timer_period > TIMER_MAX_VAL) { in oxnas_rps_clockevent_init()
157 rps->timer_period = DIV_ROUND_UP(timer_rate, HZ); in oxnas_rps_clockevent_init()
180 rps->timer_period); in oxnas_rps_clockevent_init()
/drivers/net/wireless/ath/ath9k/
Dhtc_drv_gpio.c70 u32 timer_period; in ath_btcoex_period_work() local
86 timer_period = test_bit(OP_BT_SCAN, &priv->op_flags) ? in ath_btcoex_period_work()
89 msecs_to_jiffies(timer_period)); in ath_btcoex_period_work()
Dgpio.c200 u32 timer_period; in ath_btcoex_period_timer() local
223 timer_period = btcoex->btcoex_no_stomp; in ath_btcoex_period_timer()
228 timer_period = btcoex->btscan_no_stomp; in ath_btcoex_period_timer()
242 jiffies + msecs_to_jiffies(timer_period)); in ath_btcoex_period_timer()
Dhw.h1079 u32 timer_period);
Dhw.c3119 u32 timer_period) in ath9k_hw_gen_timer_start() argument
3132 timer_period); in ath9k_hw_gen_timer_start()
/drivers/watchdog/
Dwdat_wdt.c334 if (tbl->timer_period < 1) in wdat_wdt_probe()
339 wdat->period = tbl->timer_period; in wdat_wdt_probe()
/drivers/staging/comedi/drivers/
Ddas16.c436 static inline int timer_period(void) in timer_period() function
538 mod_timer(&devpriv->timer, jiffies + timer_period()); in das16_timer_interrupt()
751 devpriv->timer.expires = jiffies + timer_period(); in das16_cmd_exec()