/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | timer-oxnas-rps.c | 54 unsigned long timer_period; member 102 oxnas_rps_timer_config(rps, rps->timer_period, 1); in oxnas_rps_timer_set_periodic() 112 oxnas_rps_timer_config(rps, rps->timer_period, 0); in oxnas_rps_timer_set_oneshot() 135 rps->timer_period = DIV_ROUND_UP(clk_rate, HZ); in oxnas_rps_clockevent_init() 138 if (rps->timer_period > TIMER_MAX_VAL) { in oxnas_rps_clockevent_init() 141 rps->timer_period = DIV_ROUND_UP(timer_rate, HZ); in oxnas_rps_clockevent_init() 143 if (rps->timer_period > TIMER_MAX_VAL) { in oxnas_rps_clockevent_init() 146 rps->timer_period = DIV_ROUND_UP(timer_rate, HZ); in oxnas_rps_clockevent_init() 169 rps->timer_period); in oxnas_rps_clockevent_init()
|
/kernel/linux/linux-5.10/arch/loongarch/kvm/ |
H A D | timer.c | 37 if (delta >= vcpu->arch.timer_period) { in ktime_to_tick() 39 periods = div64_s64(now_ns, vcpu->arch.timer_period); in ktime_to_tick() 40 vcpu->arch.timer_dyn_bias = -periods * vcpu->arch.timer_period; in ktime_to_tick() 47 * delta < timer_period in ktime_to_tick() 91 vcpu->arch.timer_period = div_u64((u64)MNSEC_PER_SEC * IOCSR_TIMER_MASK, vcpu->arch.timer_mhz); in kvm_init_timer()
|
/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/ |
H A D | camss-csiphy-2ph-1-0.c | 65 u32 timer_period; /* ps */ in csiphy_settle_cnt_calc() local 78 timer_period = div_u64(1000000000000LL, timer_clk_rate); in csiphy_settle_cnt_calc() 79 settle_cnt = t_hs_settle / timer_period - 1; in csiphy_settle_cnt_calc()
|
H A D | camss-csiphy-3ph-1-0.c | 119 u32 timer_period; /* ps */ in csiphy_settle_cnt_calc() local 130 timer_period = div_u64(1000000000000LL, timer_clk_rate); in csiphy_settle_cnt_calc() 131 settle_cnt = t_hs_settle / timer_period - 6; in csiphy_settle_cnt_calc()
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/ |
H A D | camss-csiphy-2ph-1-0.c | 76 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()
|
H A D | camss-csiphy-3ph-1-0.c | 334 u32 timer_period; /* ps */ in csiphy_settle_cnt_calc() local 347 timer_period = div_u64(1000000000000LL, timer_clk_rate); in csiphy_settle_cnt_calc() 348 settle_cnt = t_hs_settle / timer_period - 6; in csiphy_settle_cnt_calc()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | htc_drv_gpio.c | 70 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()
|
H A D | gpio.c | 200 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()
|
H A D | hw.h | 1089 u32 timer_period);
|
H A D | hw.c | 3166 u32 timer_period) in ath9k_hw_gen_timer_start() 3179 timer_period); in ath9k_hw_gen_timer_start() 3163 ath9k_hw_gen_timer_start(struct ath_hw *ah, struct ath_gen_timer *timer, u32 timer_next, u32 timer_period) ath9k_hw_gen_timer_start() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | htc_drv_gpio.c | 70 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()
|
H A D | gpio.c | 200 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()
|
H A D | hw.h | 1091 u32 timer_period);
|
H A D | hw.c | 3164 u32 timer_period) in ath9k_hw_gen_timer_start() 3177 timer_period); in ath9k_hw_gen_timer_start() 3161 ath9k_hw_gen_timer_start(struct ath_hw *ah, struct ath_gen_timer *timer, u32 timer_next, u32 timer_period) ath9k_hw_gen_timer_start() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | power.h | 331 * @timer_period: timer in milliseconds. if expires FW will change to default 339 __le32 timer_period; member 352 * @timer_period: timer in milliseconds. if expires FW will change to default 360 __le32 timer_period; member 373 * @timer_period: timer in milliseconds. if expires FW will change to default 382 __le32 timer_period; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | power.h | 389 * @timer_period: timer in milliseconds. if expires FW will change to default 397 __le32 timer_period; member 410 * @timer_period: timer in milliseconds. if expires FW will change to default 418 __le32 timer_period; member
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | wdat_wdt.c | 339 if (tbl->timer_period < 1) in wdat_wdt_probe() 344 wdat->period = tbl->timer_period; in wdat_wdt_probe()
|
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | wdat_wdt.c | 338 if (tbl->timer_period < 1) in wdat_wdt_probe() 343 wdat->period = tbl->timer_period; in wdat_wdt_probe()
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H A D | das16.c | 427 static inline int timer_period(void) in timer_period() function 530 mod_timer(&devpriv->timer, jiffies + timer_period()); in das16_timer_interrupt() 743 devpriv->timer.expires = jiffies + timer_period(); in das16_cmd_exec()
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | kvm_host.h | 233 u64 timer_period; member 238 /* Dynamic nanosecond bias (multiple of timer_period) to avoid overflow */
|
/kernel/linux/linux-5.10/include/acpi/ |
H A D | actbl3.h | 546 u32 timer_period; /* Period of one timer count (msec) */ member
|
/kernel/linux/linux-6.6/include/acpi/ |
H A D | actbl3.h | 599 u32 timer_period; /* Period of one timer count (msec) */ member
|
/kernel/linux/linux-6.6/drivers/comedi/drivers/ |
H A D | das16.c | 425 static inline int timer_period(void) in timer_period() function 528 mod_timer(&devpriv->timer, jiffies + timer_period()); in das16_timer_interrupt() 741 devpriv->timer.expires = jiffies + timer_period(); in das16_cmd_exec()
|