Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Dgpio.c153 u32 timer_period) in ath9k_gen_timer_start() argument
155 ath9k_hw_gen_timer_start(ah, timer, trig_timeout, timer_period); in ath9k_gen_timer_start()
190 u32 timer_period; in ath_btcoex_period_timer() local
210 timer_period = is_btscan ? btcoex->btscan_no_stomp : in ath_btcoex_period_timer()
212 ath9k_gen_timer_start(ah, btcoex->no_stomp_timer, timer_period, in ath_btcoex_period_timer()
213 timer_period * 10); in ath_btcoex_period_timer()
218 timer_period = btcoex->btcoex_period / 1000; in ath_btcoex_period_timer()
220 msecs_to_jiffies(timer_period)); in ath_btcoex_period_timer()
Dhtc_drv_gpio.c69 u32 timer_period; in ath_btcoex_period_work() local
88 timer_period = is_btscan ? btcoex->btscan_no_stomp : in ath_btcoex_period_work()
91 msecs_to_jiffies(timer_period)); in ath_btcoex_period_work()
Dhw.c2881 u32 timer_period) in ath9k_hw_gen_timer_start() argument
2886 BUG_ON(!timer_period); in ath9k_hw_gen_timer_start()
2896 tsf, timer_period, timer_next); in ath9k_hw_gen_timer_start()
2904 timer_period); in ath9k_hw_gen_timer_start()
Dhw.h979 u32 timer_period);
/linux-3.4.99/drivers/staging/comedi/drivers/
Ddas16.c734 static inline int timer_period(void) in timer_period() function
1009 devpriv->timer.expires = jiffies + timer_period(); in das16_cmd_exec()
1198 mod_timer(&devpriv->timer, jiffies + timer_period()); in das16_timer_interrupt()
/linux-3.4.99/include/acpi/
Dactbl2.h927 u32 timer_period; /* Period of one timer count (msec) */ member