Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/openipmi/files/
H A Dopenipmi-helper182 stop_watchdog()
498 stop-watchdog) stop_watchdog ;;
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dpxa25x_udc.c76 static inline void stop_watchdog(struct pxa25x_udc *udc) in stop_watchdog() function
91 stop_watchdog(udc); in test_watchdog()
1234 stop_watchdog(dev); in handle_ep0()
1241 stop_watchdog(dev); in handle_ep0()
1994 stop_watchdog(dev); in stop_activity()
/OK3568_Linux_fs/kernel/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()
4386 dsp->ops->stop_watchdog(dsp); in wm_adsp2_bus_error()
4498 dsp->ops->stop_watchdog(dsp); in wm_halo_wdt_expire()
4560 .stop_watchdog = wm_adsp_stop_watchdog,
4582 .stop_watchdog = wm_halo_stop_watchdog,