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
509 static void stop_watchdog(void *arg) in stop_watchdog() function529 return smp_call_function_single(cpu, stop_watchdog, NULL, true); in stop_watchdog_on_cpu()
296 void (*stop_watchdog)(struct cs_dsp *dsp); member2906 if (dsp->ops->stop_watchdog) in cs_dsp_stop()2907 dsp->ops->stop_watchdog(dsp); in cs_dsp_stop()3167 dsp->ops->stop_watchdog(dsp); in cs_dsp_adsp2_bus_error()3286 dsp->ops->stop_watchdog(dsp); in cs_dsp_halo_wdt_expire()3344 .stop_watchdog = cs_dsp_stop_watchdog,3365 .stop_watchdog = cs_dsp_halo_stop_watchdog,