Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/watchdog/
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()
59 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, MFGPT_SETUP_CNTEN); 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()
76 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, MFGPT_SETUP_CNTEN); in geodewdt_set_heartbeat()
[all …]
/linux-6.12.1/drivers/iio/common/ssp_sensors/
Dssp_dev.c170 struct ssp_data *data = from_timer(data, t, wdt_timer); in ssp_wdt_timer_func()
183 mod_timer(&data->wdt_timer, jiffies + msecs_to_jiffies(SSP_WDT_TIME)); in ssp_wdt_timer_func()
188 mod_timer(&data->wdt_timer, jiffies + msecs_to_jiffies(SSP_WDT_TIME)); in ssp_enable_wdt_timer()
193 del_timer_sync(&data->wdt_timer); in ssp_disable_wdt_timer()
534 timer_setup(&data->wdt_timer, ssp_wdt_timer_func, 0); in ssp_probe()
592 del_timer_sync(&data->wdt_timer); in ssp_remove()
Dssp.h182 struct timer_list wdt_timer; member
/linux-6.12.1/arch/powerpc/kvm/
Dbooke.c623 mod_timer(&vcpu->arch.wdt_timer, jiffies + nr_jiffies); in arm_next_watchdog()
625 del_timer(&vcpu->arch.wdt_timer); in arm_next_watchdog()
631 struct kvm_vcpu *vcpu = from_timer(vcpu, t, arch.wdt_timer); in kvmppc_watchdog_func()
1432 timer_setup(&vcpu->arch.wdt_timer, kvmppc_watchdog_func, 0); in kvmppc_subarch_vcpu_init()
1444 del_timer_sync(&vcpu->arch.wdt_timer); in kvmppc_subarch_vcpu_uninit()
/linux-6.12.1/arch/powerpc/include/asm/
Dkvm_host.h724 struct timer_list wdt_timer; member