Searched refs:timer_set (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/watchdog/ |
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()
|
/linux-6.1.9/include/linux/ |
D | bcm47xx_wdt.h | 11 u32 (*timer_set)(struct bcm47xx_wdt *, u32); member
|
/linux-6.1.9/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-6.1.9/kernel/time/ |
D | posix-timers.h | 18 int (*timer_set)(struct k_itimer *timr, int flags, member
|
D | posix-timers.c | 920 if (WARN_ON_ONCE(!kc || !kc->timer_set)) in do_timer_settime() 923 error = kc->timer_set(timr, tmr_flags, new_spec64, old_spec64); in do_timer_settime() 1316 .timer_set = common_timer_set, 1333 .timer_set = common_timer_set, 1365 .timer_set = common_timer_set, 1382 .timer_set = common_timer_set,
|
D | alarmtimer.c | 868 .timer_set = common_timer_set,
|
D | posix-cpu-timers.c | 1623 .timer_set = posix_cpu_timer_set,
|
/linux-6.1.9/drivers/bcma/ |
D | driver_chipcommon.c | 126 wdt.timer_set = bcma_chipco_watchdog_timer_set_wdt; in bcma_chipco_watchdog_register()
|