Home
last modified time | relevance | path

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

/drivers/media/platform/qcom/camss/
A Dcamss-csiphy-2ph-1-0.c76 u32 timer_period; /* ps */ in csiphy_settle_cnt_calc() local
91 timer_period = div_u64(1000000000000LL, timer_clk_rate); in csiphy_settle_cnt_calc()
92 settle_cnt = t_hs_settle / timer_period - 1; in csiphy_settle_cnt_calc()
A Dcamss-csiphy-3ph-1-0.c621 u32 timer_period; /* ps */ in csiphy_settle_cnt_calc() local
634 timer_period = div_u64(1000000000000LL, timer_clk_rate); in csiphy_settle_cnt_calc()
635 settle_cnt = t_hs_settle / timer_period - 6; in csiphy_settle_cnt_calc()
/drivers/net/wireless/intel/iwlwifi/fw/api/
A Dpower.h328 __le32 timer_period; member
352 __le32 timer_period; member
405 __le32 timer_period; member
424 __le32 timer_period; member
/drivers/net/wireless/ath/ath9k/
A 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()
A 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()
A Dhw.h1091 u32 timer_period);
A Dhw.c3154 u32 timer_period) in ath9k_hw_gen_timer_start() argument
3167 timer_period); in ath9k_hw_gen_timer_start()
/drivers/watchdog/
A Dwdat_wdt.c338 if (tbl->timer_period < 1) in wdat_wdt_probe()
343 wdat->period = tbl->timer_period; in wdat_wdt_probe()
/drivers/comedi/drivers/
A Ddas16.c425 static inline int timer_period(void) in timer_period() function
529 mod_timer(&devpriv->timer, jiffies + timer_period()); in das16_timer_interrupt()
742 devpriv->timer.expires = jiffies + timer_period(); in das16_cmd_exec()

Completed in 26 milliseconds