Searched refs:timer_set (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/watchdog/ |
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, 115 (new_margin > MAX_TIME - timer_set)) { in check_timer_margin() 117 new_margin, MIN_TIME_CYCLE, MAX_TIME - timer_set); in check_timer_margin() 216 watchdog_device.timer_set = t; in intel_scu_set_heartbeat() 220 (watchdog_device.timer_set - timer_margin) in intel_scu_set_heartbeat() 226 watchdog_device.timer_set); in intel_scu_set_heartbeat() 358 intel_scu_set_heartbeat(watchdog_device.timer_set); in intel_scu_write() 452 if ((timer_set < MIN_TIME_CYCLE) || in intel_scu_watchdog_init() [all …]
|
D | bcm47xx_wdt.c | 66 wdt->timer_set(wdt, 0); in bcm47xx_wdt_hard_stop() 92 wdt->timer_set(wdt, 1); in bcm47xx_wdt_restart() 143 wdt->timer_set(wdt, 0); in bcm47xx_wdt_soft_stop()
|
D | intel_scu_watchdog.h | 49 u32 timer_set; member
|
/Linux-v4.19/include/linux/ |
D | bcm47xx_wdt.h | 11 u32 (*timer_set)(struct bcm47xx_wdt *, u32); member
|
/Linux-v4.19/kernel/time/ |
D | posix-timers.h | 15 int (*timer_set)(struct k_itimer *timr, int flags, member
|
D | posix-timers.c | 892 if (WARN_ON_ONCE(!kc || !kc->timer_set)) in do_timer_settime() 895 error = kc->timer_set(timr, flags, new_spec64, old_spec64); in do_timer_settime() 1273 .timer_set = common_timer_set, 1288 .timer_set = common_timer_set, 1318 .timer_set = common_timer_set, 1333 .timer_set = common_timer_set,
|
D | alarmtimer.c | 833 .timer_set = common_timer_set,
|
D | posix-cpu-timers.c | 1428 .timer_set = posix_cpu_timer_set,
|
/Linux-v4.19/drivers/ssb/ |
D | embedded.c | 44 wdt.timer_set = ssb_chipco_watchdog_timer_set_wdt; in ssb_watchdog_register() 49 wdt.timer_set = ssb_extif_watchdog_timer_set_wdt; in ssb_watchdog_register()
|
/Linux-v4.19/drivers/bcma/ |
D | driver_chipcommon.c | 126 wdt.timer_set = bcma_chipco_watchdog_timer_set_wdt; in bcma_chipco_watchdog_register()
|