Searched refs:timer_set (Results 1 - 12 of 12) sorted by relevance
/linux-4.1.27/include/linux/ |
H A D | bcm47xx_wdt.h | 11 u32 (*timer_set)(struct bcm47xx_wdt *, u32); member in struct:bcm47xx_wdt
|
H A D | posix-timers.h | 109 int (*timer_set) (struct k_itimer * timr, int flags, member in struct:k_clock
|
/linux-4.1.27/drivers/watchdog/ |
H A D | intel_scu_watchdog.c | 69 static int timer_set = DEFAULT_TIME; variable 70 module_param(timer_set, int, 0); 71 MODULE_PARM_DESC(timer_set, 88 "of length: timer_set. At the end of this interval, the" 115 (new_margin > MAX_TIME - timer_set)) { check_timer_margin() 117 new_margin, MIN_TIME_CYCLE, MAX_TIME - timer_set); check_timer_margin() 216 watchdog_device.timer_set = t; intel_scu_set_heartbeat() 220 (watchdog_device.timer_set - timer_margin) intel_scu_set_heartbeat() 225 pr_debug("set_heartbeat: timer_set is %x (hex)\n", intel_scu_set_heartbeat() 226 watchdog_device.timer_set); intel_scu_set_heartbeat() 358 intel_scu_set_heartbeat(watchdog_device.timer_set); intel_scu_write() 451 /* Check value of timer_set boot parameter */ intel_scu_watchdog_init() 452 if ((timer_set < MIN_TIME_CYCLE) || intel_scu_watchdog_init() 453 (timer_set > MAX_TIME - MIN_TIME_CYCLE)) { intel_scu_watchdog_init() 454 pr_err("value of timer_set %x (hex) is out of range from %x to %x (hex)\n", intel_scu_watchdog_init() 455 timer_set, MIN_TIME_CYCLE, MAX_TIME - MIN_TIME_CYCLE); intel_scu_watchdog_init() 497 watchdog_device.timer_set = timer_set; intel_scu_watchdog_init() 501 (watchdog_device.timer_set - timer_margin) intel_scu_watchdog_init()
|
H A D | bcm47xx_wdt.c | 70 wdt->timer_set(wdt, 0); bcm47xx_wdt_hard_stop() 136 wdt->timer_set(wdt, 0); bcm47xx_wdt_soft_stop() 178 wdt->timer_set(wdt, 1); bcm47xx_wdt_restart()
|
H A D | intel_scu_watchdog.h | 49 u32 timer_set; member in struct:intel_scu_watchdog_dev
|
/linux-4.1.27/drivers/ssb/ |
H A D | embedded.c | 44 wdt.timer_set = ssb_chipco_watchdog_timer_set_wdt; ssb_watchdog_register() 49 wdt.timer_set = ssb_extif_watchdog_timer_set_wdt; ssb_watchdog_register()
|
/linux-4.1.27/kernel/time/ |
H A D | posix-timers.c | 288 .timer_set = common_timer_set, init_posix_timers() 298 .timer_set = common_timer_set, init_posix_timers() 320 .timer_set = common_timer_set, init_posix_timers() 330 .timer_set = common_timer_set, init_posix_timers() 900 if (WARN_ON_ONCE(!kc || !kc->timer_set)) SYSCALL_DEFINE4() 903 error = kc->timer_set(timr, flags, &new_spec, rtn); SYSCALL_DEFINE4()
|
H A D | alarmtimer.c | 588 * alarm_timer_set - posix timer_set interface 830 .timer_set = alarm_timer_set, alarmtimer_init()
|
H A D | posix-clock.c | 443 .timer_set = pc_timer_settime,
|
H A D | posix-cpu-timers.c | 1445 .timer_set = posix_cpu_timer_set,
|
/linux-4.1.27/drivers/bcma/ |
H A D | driver_chipcommon.c | 100 wdt.timer_set = bcma_chipco_watchdog_timer_set_wdt; bcma_chipco_watchdog_register()
|
/linux-4.1.27/drivers/char/ |
H A D | mmtimer.c | 780 .timer_set = sgi_timer_set,
|
Completed in 300 milliseconds