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
508 static void stop_watchdog(void *arg) in stop_watchdog() function528 return smp_call_function_single(cpu, stop_watchdog, NULL, true); in stop_watchdog_on_cpu()
296 void (*stop_watchdog)(struct cs_dsp *dsp); member2896 if (dsp->ops->stop_watchdog) in cs_dsp_stop()2897 dsp->ops->stop_watchdog(dsp); in cs_dsp_stop()3157 dsp->ops->stop_watchdog(dsp); in cs_dsp_adsp2_bus_error()3276 dsp->ops->stop_watchdog(dsp); in cs_dsp_halo_wdt_expire()3334 .stop_watchdog = cs_dsp_stop_watchdog,3355 .stop_watchdog = cs_dsp_halo_stop_watchdog,