/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | geodewdt.c | 47 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_SETU in geodewdt_set_heartbeat() [all...] |
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | geodewdt.c | 47 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_SETU in geodewdt_set_heartbeat() [all...] |
/kernel/linux/linux-5.10/drivers/iio/common/ssp_sensors/ |
H A D | ssp_dev.c | 169 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()
|
H A D | ssp.h | 145 * @wdt_timer: watchdog timer 182 struct timer_list wdt_timer; member
|
/kernel/linux/linux-6.6/drivers/iio/common/ssp_sensors/ |
H A D | ssp_dev.c | 170 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()
|
H A D | ssp.h | 145 * @wdt_timer: watchdog timer 182 struct timer_list wdt_timer; member
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | booke.c | 594 mod_timer(&vcpu->arch.wdt_timer, jiffies + nr_jiffies); in arm_next_watchdog() 596 del_timer(&vcpu->arch.wdt_timer); in arm_next_watchdog() 602 struct kvm_vcpu *vcpu = from_timer(vcpu, t, arch.wdt_timer); in kvmppc_watchdog_func() 1398 timer_setup(&vcpu->arch.wdt_timer, kvmppc_watchdog_func, 0); in kvmppc_subarch_vcpu_init() 1410 del_timer_sync(&vcpu->arch.wdt_timer); in kvmppc_subarch_vcpu_uninit()
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | booke.c | 623 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()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | kvm_host.h | 700 struct timer_list wdt_timer; member
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | kvm_host.h | 705 struct timer_list wdt_timer; member
|