Home
last modified time | relevance | path

Searched refs:stop_watchdog (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/arch/um/drivers/
Dharddog_kern.c95 extern void stop_watchdog(int in_fd, int out_fd);
105 stop_watchdog(harddog_in_fd, harddog_out_fd); in harddog_release()
Dharddog_user.c106 void stop_watchdog(int in_fd, int out_fd) in stop_watchdog() function
/Linux-v5.15/arch/powerpc/kernel/
Dwatchdog.c362 static void stop_watchdog(void *arg) in stop_watchdog() function
382 return smp_call_function_single(cpu, stop_watchdog, NULL, true); in stop_watchdog_on_cpu()
/Linux-v5.15/sound/soc/codecs/
Dwm_adsp.h124 void (*stop_watchdog)(struct wm_adsp *dsp); member
Dwm_adsp.c3292 if (dsp->ops->stop_watchdog) in wm_adsp_event()
3293 dsp->ops->stop_watchdog(dsp); in wm_adsp_event()
4384 dsp->ops->stop_watchdog(dsp); in wm_adsp2_bus_error()
4496 dsp->ops->stop_watchdog(dsp); in wm_halo_wdt_expire()
4558 .stop_watchdog = wm_adsp_stop_watchdog,
4580 .stop_watchdog = wm_halo_stop_watchdog,