Home
last modified time | relevance | path

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

/openbmc/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.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
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openipmi/files/
H A Dopenipmi-helper182 stop_watchdog()
498 stop-watchdog) stop_watchdog ;;
/openbmc/linux/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()
/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa25x_udc.c75 static inline void stop_watchdog(struct pxa25x_udc *udc) in stop_watchdog() function
90 stop_watchdog(udc); in test_watchdog()
1233 stop_watchdog(dev); in handle_ep0()
1240 stop_watchdog(dev); in handle_ep0()
1993 stop_watchdog(dev); in stop_activity()
/openbmc/linux/drivers/firmware/cirrus/
H A Dcs_dsp.c289 void (*stop_watchdog)(struct cs_dsp *dsp); member
2856 if (dsp->ops->stop_watchdog) in cs_dsp_stop()
2857 dsp->ops->stop_watchdog(dsp); in cs_dsp_stop()
3117 dsp->ops->stop_watchdog(dsp); in cs_dsp_adsp2_bus_error()
3236 dsp->ops->stop_watchdog(dsp); in cs_dsp_halo_wdt_expire()
3294 .stop_watchdog = cs_dsp_stop_watchdog,
3315 .stop_watchdog = cs_dsp_halo_stop_watchdog,