Searched refs:timer_period (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dgpio.c287 u32 timer_period)
289 ath9k_hw_gen_timer_start(ah, timer, timer_next, timer_period);
322 u32 timer_period; local
340 timer_period = is_btscan ? btcoex->btscan_no_stomp :
345 timer_period), timer_period * 10);
284 ath9k_gen_timer_start(struct ath_hw *ah, struct ath_gen_timer *timer, u32 timer_next, u32 timer_period) argument
H A Dhw.c2670 u32 timer_period)
2675 BUG_ON(!timer_period);
2683 "timer_next %x\n", tsf, timer_period, timer_next); local
2690 timer_next = tsf + timer_period;
2698 timer_period);
2667 ath9k_hw_gen_timer_start(struct ath_hw *ah, struct ath_gen_timer *timer, u32 timer_next, u32 timer_period) argument
H A Dhw.h933 u32 timer_period);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Ddas16.c722 static inline int timer_period(void) function
997 devpriv->timer.expires = jiffies + timer_period();
1186 mod_timer(&devpriv->timer, jiffies + timer_period());
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/acpi/
H A Dactbl2.h865 u32 timer_period; /* Period of one timer count (msec) */ member in struct:acpi_table_wdat

Completed in 195 milliseconds