Searched refs:stop_watchdog (Results 1 – 6 of 6) sorted by relevance
7 EXPORT_SYMBOL(stop_watchdog);
6 void stop_watchdog(int in_fd, int out_fd);
103 stop_watchdog(harddog_in_fd, harddog_out_fd); in harddog_release()
107 void stop_watchdog(int in_fd, int out_fd) in stop_watchdog() function
513 static void stop_watchdog(void *arg) in stop_watchdog() function533 return smp_call_function_single(cpu, stop_watchdog, NULL, true); in stop_watchdog_on_cpu()
335 void (*stop_watchdog)(struct cs_dsp *dsp); member2939 if (dsp->ops->stop_watchdog) in cs_dsp_stop()2940 dsp->ops->stop_watchdog(dsp); in cs_dsp_stop()3200 dsp->ops->stop_watchdog(dsp); in cs_dsp_adsp2_bus_error()3319 dsp->ops->stop_watchdog(dsp); in cs_dsp_halo_wdt_expire()3377 .stop_watchdog = cs_dsp_stop_watchdog,3398 .stop_watchdog = cs_dsp_halo_stop_watchdog,