Searched refs:stop_watchdog (Results 1 – 5 of 5) sorted by relevance
95 extern void stop_watchdog(int in_fd, int out_fd);105 stop_watchdog(harddog_in_fd, harddog_out_fd); in harddog_release()
106 void stop_watchdog(int in_fd, int out_fd) in stop_watchdog() function
362 static void stop_watchdog(void *arg) in stop_watchdog() function382 return smp_call_function_single(cpu, stop_watchdog, NULL, true); in stop_watchdog_on_cpu()
124 void (*stop_watchdog)(struct wm_adsp *dsp); member
3292 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,