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

/linux-master/drivers/watchdog/
H A Dgeodewdt.c47 static struct cs5535_mfgpt_timer *wdt_timer; variable in typeref:struct:cs5535_mfgpt_timer
53 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, 0);
56 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_COUNTER, 0);
59 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, MFGPT_SETUP_CNTEN);
64 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, 0);
65 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_COUNTER, 0);
73 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, 0);
74 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_CMP2, val * GEODEWDT_HZ);
75 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_COUNTER, 0);
76 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETU
[all...]
/linux-master/drivers/iio/common/ssp_sensors/
H A Dssp_dev.c170 struct ssp_data *data = from_timer(data, t, wdt_timer);
183 mod_timer(&data->wdt_timer, jiffies + msecs_to_jiffies(SSP_WDT_TIME));
188 mod_timer(&data->wdt_timer, jiffies + msecs_to_jiffies(SSP_WDT_TIME));
193 del_timer_sync(&data->wdt_timer);
534 timer_setup(&data->wdt_timer, ssp_wdt_timer_func, 0);
592 del_timer_sync(&data->wdt_timer);
H A Dssp.h145 * @wdt_timer: watchdog timer
182 struct timer_list wdt_timer; member in struct:ssp_data
/linux-master/arch/powerpc/kvm/
H A Dbooke.c623 mod_timer(&vcpu->arch.wdt_timer, jiffies + nr_jiffies);
625 del_timer(&vcpu->arch.wdt_timer);
631 struct kvm_vcpu *vcpu = from_timer(vcpu, t, arch.wdt_timer);
1432 timer_setup(&vcpu->arch.wdt_timer, kvmppc_watchdog_func, 0);
1444 del_timer_sync(&vcpu->arch.wdt_timer);
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h721 struct timer_list wdt_timer; member in struct:kvmppc_slb::kvm_vcpu_arch

Completed in 268 milliseconds