Home
last modified time | relevance | path

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

/linux-4.4.14/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.h1078 u32 timer_period);
Dhw.c3037 u32 timer_period) in ath9k_hw_gen_timer_start() argument
3050 timer_period); in ath9k_hw_gen_timer_start()
/linux-4.4.14/drivers/staging/comedi/drivers/
Ddas16.c433 static inline int timer_period(void) in timer_period() function
535 mod_timer(&devpriv->timer, jiffies + timer_period()); in das16_timer_interrupt()
748 devpriv->timer.expires = jiffies + timer_period(); in das16_cmd_exec()
/linux-4.4.14/include/acpi/
Dactbl2.h1346 u32 timer_period; /* Period of one timer count (msec) */ member