Home
last modified time | relevance | path

Searched refs:stop_watchdog (Results 1 – 5 of 5) sorted by relevance

/linux/arch/um/drivers/
H A Dharddog_user_exp.c7 EXPORT_SYMBOL(stop_watchdog);
H A Dharddog.h6 void stop_watchdog(int in_fd, int out_fd);
H A Dharddog_kern.c103 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
/linux/drivers/firmware/cirrus/
H A Dcs_dsp.c339 void (*stop_watchdog)(struct cs_dsp *dsp); member
2984 if (dsp->ops->stop_watchdog) in cs_dsp_stop()
2985 dsp->ops->stop_watchdog(dsp); in cs_dsp_stop()
3245 dsp->ops->stop_watchdog(dsp); in cs_dsp_adsp2_bus_error()
3364 dsp->ops->stop_watchdog(dsp); in cs_dsp_halo_wdt_expire()
3422 .stop_watchdog = cs_dsp_stop_watchdog,
3443 .stop_watchdog = cs_dsp_halo_stop_watchdog,