Searched refs:stop_watchdog (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | harddog_kern.c | 95 extern void stop_watchdog(int in_fd, int out_fd); 105 stop_watchdog(harddog_in_fd, harddog_out_fd); in harddog_release()
|
H A D | harddog_user.c | 106 void stop_watchdog(int in_fd, int out_fd) in stop_watchdog() function
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | harddog_user_exp.c | 7 EXPORT_SYMBOL(stop_watchdog); variable
|
H A D | harddog.h | 6 void stop_watchdog(int in_fd, int out_fd);
|
H A D | harddog_kern.c | 102 stop_watchdog(harddog_in_fd, harddog_out_fd); in harddog_release()
|
H A D | harddog_user.c | 107 void stop_watchdog(int in_fd, int out_fd) in stop_watchdog() function
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | watchdog.c | 403 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 D | watchdog.c | 509 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 D | wm_adsp.h | 124 void (*stop_watchdog)(struct wm_adsp *dsp); member
|
H A D | wm_adsp.c | 3299 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 D | cs_dsp.c | 289 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