Searched refs:wdt_timer (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/drivers/watchdog/ |
H A D | geodewdt.c | 51 static struct cs5535_mfgpt_timer *wdt_timer; variable in typeref:struct:cs5535_mfgpt_timer 57 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, 0); geodewdt_ping() 60 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_COUNTER, 0); geodewdt_ping() 63 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, MFGPT_SETUP_CNTEN); geodewdt_ping() 68 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, 0); geodewdt_disable() 69 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_COUNTER, 0); geodewdt_disable() 77 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, 0); geodewdt_set_heartbeat() 78 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_CMP2, val * GEODEWDT_HZ); geodewdt_set_heartbeat() 79 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_COUNTER, 0); geodewdt_set_heartbeat() 80 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, MFGPT_SETUP_CNTEN); geodewdt_set_heartbeat() 222 wdt_timer = cs5535_mfgpt_alloc_timer(MFGPT_TIMER_ANY, MFGPT_DOMAIN_WORKING); geodewdt_probe() 223 if (!wdt_timer) { geodewdt_probe() 230 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, geodewdt_probe() 234 cs5535_mfgpt_toggle_event(wdt_timer, MFGPT_CMP2, MFGPT_EVENT_RESET, 1); geodewdt_probe() 238 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_CMP2, geodewdt_probe()
|
/linux-4.4.14/drivers/iio/common/ssp_sensors/ |
H A D | ssp_dev.c | 193 mod_timer(&data->wdt_timer, jiffies + msecs_to_jiffies(SSP_WDT_TIME)); ssp_wdt_timer_func() 198 mod_timer(&data->wdt_timer, jiffies + msecs_to_jiffies(SSP_WDT_TIME)); ssp_enable_wdt_timer() 203 del_timer_sync(&data->wdt_timer); ssp_disable_wdt_timer() 574 setup_timer(&data->wdt_timer, ssp_wdt_timer_func, (unsigned long)data); ssp_probe() 632 del_timer_sync(&data->wdt_timer); ssp_remove()
|
H A D | ssp.h | 155 * @wdt_timer: watchdog timer 192 struct timer_list wdt_timer; member in struct:ssp_data
|
/linux-4.4.14/arch/powerpc/kvm/ |
H A D | booke.c | 586 mod_timer(&vcpu->arch.wdt_timer, jiffies + nr_jiffies); arm_next_watchdog() 588 del_timer(&vcpu->arch.wdt_timer); arm_next_watchdog() 1405 setup_timer(&vcpu->arch.wdt_timer, kvmppc_watchdog_func, kvmppc_subarch_vcpu_init() 1418 del_timer_sync(&vcpu->arch.wdt_timer); kvmppc_subarch_vcpu_uninit()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | kvm_host.h | 590 struct timer_list wdt_timer; member in struct:kvmppc_slb::kvm_vcpu_arch
|
Completed in 330 milliseconds