Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/watchdog/
Dgeodewdt.c51 static struct cs5535_mfgpt_timer *wdt_timer; variable
57 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, 0); in geodewdt_ping()
60 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_COUNTER, 0); in geodewdt_ping()
63 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, MFGPT_SETUP_CNTEN); in geodewdt_ping()
68 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, 0); in geodewdt_disable()
69 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_COUNTER, 0); in geodewdt_disable()
77 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, 0); in geodewdt_set_heartbeat()
78 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_CMP2, val * GEODEWDT_HZ); in geodewdt_set_heartbeat()
79 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_COUNTER, 0); in geodewdt_set_heartbeat()
80 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, MFGPT_SETUP_CNTEN); in geodewdt_set_heartbeat()
[all …]
Dmpc8xxx_wdt.c90 static DEFINE_TIMER(wdt_timer, mpc8xxx_wdt_timer_ping, 0,
99 mod_timer(&wdt_timer, jiffies + HZ * w->timeout / 2); in mpc8xxx_wdt_timer_ping()
116 del_timer_sync(&wdt_timer); in mpc8xxx_wdt_start()
129 mod_timer(&wdt_timer, jiffies); in mpc8xxx_wdt_stop()
203 mod_timer(&wdt_timer, jiffies); in mpc8xxx_wdt_probe()
215 del_timer_sync(&wdt_timer); in mpc8xxx_wdt_remove()
/linux-4.1.27/drivers/iio/common/ssp_sensors/
Dssp_dev.c193 mod_timer(&data->wdt_timer, jiffies + msecs_to_jiffies(SSP_WDT_TIME)); in ssp_wdt_timer_func()
198 mod_timer(&data->wdt_timer, jiffies + msecs_to_jiffies(SSP_WDT_TIME)); in ssp_enable_wdt_timer()
203 del_timer_sync(&data->wdt_timer); in ssp_disable_wdt_timer()
574 setup_timer(&data->wdt_timer, ssp_wdt_timer_func, (unsigned long)data); in ssp_probe()
632 del_timer_sync(&data->wdt_timer); in ssp_remove()
Dssp.h192 struct timer_list wdt_timer; member
/linux-4.1.27/arch/powerpc/kvm/
Dbooke.c585 mod_timer(&vcpu->arch.wdt_timer, jiffies + nr_jiffies); in arm_next_watchdog()
587 del_timer(&vcpu->arch.wdt_timer); in arm_next_watchdog()
1403 setup_timer(&vcpu->arch.wdt_timer, kvmppc_watchdog_func, in kvmppc_subarch_vcpu_init()
1416 del_timer_sync(&vcpu->arch.wdt_timer); in kvmppc_subarch_vcpu_uninit()
/linux-4.1.27/arch/powerpc/include/asm/
Dkvm_host.h577 struct timer_list wdt_timer; member