Searched refs:timer_set (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/watchdog/ | 
| D | intel_scu_watchdog.c | 53 static int timer_set = DEFAULT_TIME;  variable54 module_param(timer_set, int, 0);
 55 MODULE_PARM_DESC(timer_set,
 99 	    (new_margin > MAX_TIME - timer_set)) {  in check_timer_margin()
 101 			 new_margin, MIN_TIME_CYCLE, MAX_TIME - timer_set);  in check_timer_margin()
 200 	watchdog_device.timer_set = t;  in intel_scu_set_heartbeat()
 204 		(watchdog_device.timer_set - timer_margin)  in intel_scu_set_heartbeat()
 210 		 watchdog_device.timer_set);  in intel_scu_set_heartbeat()
 342 		intel_scu_set_heartbeat(watchdog_device.timer_set);  in intel_scu_write()
 436 	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 | 34 	u32 timer_set;  member
 | 
| /Linux-v5.4/include/linux/ | 
| D | bcm47xx_wdt.h | 11 	u32 (*timer_set)(struct bcm47xx_wdt *, u32);  member
 | 
| /Linux-v5.4/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-v5.4/kernel/time/ | 
| D | posix-timers.h | 15 	int	(*timer_set)(struct k_itimer *timr, int flags,  member
 | 
| D | posix-timers.c | 898 	if (WARN_ON_ONCE(!kc || !kc->timer_set))  in do_timer_settime()901 		error = kc->timer_set(timr, tmr_flags, new_spec64, old_spec64);  in do_timer_settime()
 1269 	.timer_set		= common_timer_set,
 1285 	.timer_set		= common_timer_set,
 1316 	.timer_set		= common_timer_set,
 1332 	.timer_set		= common_timer_set,
 
 | 
| D | alarmtimer.c | 842 	.timer_set		= common_timer_set,
 | 
| D | posix-cpu-timers.c | 1399 	.timer_set	= posix_cpu_timer_set,
 | 
| /Linux-v5.4/drivers/bcma/ | 
| D | driver_chipcommon.c | 126 	wdt.timer_set = bcma_chipco_watchdog_timer_set_wdt;  in bcma_chipco_watchdog_register()
 |