Home
last modified time | relevance | path

Searched refs:stop_watchdog (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/arch/um/drivers/
H A 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()
H A Dharddog_user.c106 void stop_watchdog(int in_fd, int out_fd) in stop_watchdog() function
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dharddog_user_exp.c7 EXPORT_SYMBOL(stop_watchdog); variable
H A Dharddog.h6 void stop_watchdog(int in_fd, int out_fd);
H A Dharddog_kern.c102 stop_watchdog(harddog_in_fd, harddog_out_fd); in harddog_release()
H A Dharddog_user.c107 void stop_watchdog(int in_fd, int out_fd) in stop_watchdog() function
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dwatchdog.c403 static void stop_watchdog(void *arg) in stop_watchdog() function
423 return smp_call_function_single(cpu, stop_watchdog, NULL, true); in stop_watchdog_on_cpu()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dwatchdog.c509 static void stop_watchdog(void *arg) in stop_watchdog() function
529 return smp_call_function_single(cpu, stop_watchdog, NULL, true); in stop_watchdog_on_cpu()
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwm_adsp.h124 void (*stop_watchdog)(struct wm_adsp *dsp); member
H A Dwm_adsp.c3299 if (dsp->ops->stop_watchdog) in wm_adsp_event()
3300 dsp->ops->stop_watchdog(dsp); in wm_adsp_event()
4390 dsp->ops->stop_watchdog(dsp); in wm_adsp2_bus_error()
4502 dsp->ops->stop_watchdog(dsp); in wm_halo_wdt_expire()
4564 .stop_watchdog = wm_adsp_stop_watchdog,
4586 .stop_watchdog = wm_halo_stop_watchdog,
/kernel/linux/linux-6.6/drivers/firmware/cirrus/
H A Dcs_dsp.c289 void (*stop_watchdog)(struct cs_dsp *dsp); member
2763 if (dsp->ops->stop_watchdog) in cs_dsp_stop()
2764 dsp->ops->stop_watchdog(dsp); in cs_dsp_stop()
3024 dsp->ops->stop_watchdog(dsp); in cs_dsp_adsp2_bus_error()
3143 dsp->ops->stop_watchdog(dsp); in cs_dsp_halo_wdt_expire()
3201 .stop_watchdog = cs_dsp_stop_watchdog,
3222 .stop_watchdog = cs_dsp_halo_stop_watchdog,

Completed in 14 milliseconds