Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
A Dgeodewdt.c47 static struct cs5535_mfgpt_timer *wdt_timer; variable
53 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, 0); in geodewdt_ping()
56 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_COUNTER, 0); in geodewdt_ping()
64 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, 0); in geodewdt_disable()
65 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_COUNTER, 0); in geodewdt_disable()
73 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, 0); in geodewdt_set_heartbeat()
74 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_CMP2, val * GEODEWDT_HZ); in geodewdt_set_heartbeat()
75 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_COUNTER, 0); in geodewdt_set_heartbeat()
218 if (!wdt_timer) { in geodewdt_probe()
225 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, in geodewdt_probe()
[all …]
/linux/drivers/iio/common/ssp_sensors/
A Dssp_dev.c169 struct ssp_data *data = from_timer(data, t, wdt_timer); in ssp_wdt_timer_func()
182 mod_timer(&data->wdt_timer, jiffies + msecs_to_jiffies(SSP_WDT_TIME)); in ssp_wdt_timer_func()
187 mod_timer(&data->wdt_timer, jiffies + msecs_to_jiffies(SSP_WDT_TIME)); in ssp_enable_wdt_timer()
192 del_timer_sync(&data->wdt_timer); in ssp_disable_wdt_timer()
546 timer_setup(&data->wdt_timer, ssp_wdt_timer_func, 0); in ssp_probe()
604 del_timer_sync(&data->wdt_timer); in ssp_remove()
A Dssp.h182 struct timer_list wdt_timer; member
/linux/arch/powerpc/kvm/
A Dbooke.c620 mod_timer(&vcpu->arch.wdt_timer, jiffies + nr_jiffies); in arm_next_watchdog()
622 del_timer(&vcpu->arch.wdt_timer); in arm_next_watchdog()
628 struct kvm_vcpu *vcpu = from_timer(vcpu, t, arch.wdt_timer); in kvmppc_watchdog_func()
1424 timer_setup(&vcpu->arch.wdt_timer, kvmppc_watchdog_func, 0); in kvmppc_subarch_vcpu_init()
1436 del_timer_sync(&vcpu->arch.wdt_timer); in kvmppc_subarch_vcpu_uninit()
/linux/arch/powerpc/include/asm/
A Dkvm_host.h694 struct timer_list wdt_timer; member

Completed in 18 milliseconds