Searched refs:timer_set (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/watchdog/ |
| A 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/include/linux/ |
| A D | bcm47xx_wdt.h | 11 u32 (*timer_set)(struct bcm47xx_wdt *, u32); member
|
| /linux/drivers/ssb/ |
| A 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/kernel/time/ |
| A D | posix-timers.h | 18 int (*timer_set)(struct k_itimer *timr, int flags, member
|
| A D | posix-timers.c | 940 if (WARN_ON_ONCE(!kc || !kc->timer_set)) in do_timer_settime() 943 error = kc->timer_set(timr, tmr_flags, new_spec64, old_spec64); in do_timer_settime() 1452 .timer_set = common_timer_set, 1469 .timer_set = common_timer_set, 1501 .timer_set = common_timer_set, 1518 .timer_set = common_timer_set,
|
| A D | alarmtimer.c | 898 .timer_set = common_timer_set,
|
| A D | posix-cpu-timers.c | 1637 .timer_set = posix_cpu_timer_set,
|
| /linux/drivers/bcma/ |
| A D | driver_chipcommon.c | 126 wdt.timer_set = bcma_chipco_watchdog_timer_set_wdt; in bcma_chipco_watchdog_register()
|
Completed in 22 milliseconds