Searched refs:watchdog (Results 26 - 50 of 80) sorted by relevance

1234

/freebsd-13-stable/sys/riscv/riscv/
H A Dtimer.c53 #include <sys/watchdog.h>
H A Dminidump_machdep.c41 #include <sys/watchdog.h>
/freebsd-13-stable/sys/riscv/sifive/
H A Dfe310_aon.c49 #include <sys/watchdog.h>
/freebsd-13-stable/sys/arm/allwinner/
H A Daw_wdog.c33 #include <sys/watchdog.h>
215 * disable watchdog as watchdog(9) requires
242 printf("Reset: watchdog device has not been initialized\n");
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_systimer.c42 #include <sys/watchdog.h>
H A Dbcm2835_wdog.c41 #include <sys/watchdog.h>
178 * disable watchdog as watchdog(9) requires
240 /* Wait for watchdog timeout. */
/freebsd-13-stable/sys/arm/freescale/imx/
H A Dimx_wdog.c46 #include <sys/watchdog.h>
123 /* Watchdog active, can disable rom-boot watchdog. */
218 * Note whether the rom-boot so-called "power-down" watchdog is active,
219 * so we can disable it when the regular watchdog is first enabled.
226 /* If there is a timeout-sec property, activate the watchdog. */
235 device_printf(sc->sc_dev, "watchdog enabled using "
240 * The watchdog hardware cannot be disabled, so there's little point in
H A Dimx_epit.c45 #include <sys/watchdog.h>
/freebsd-13-stable/sys/arm/freescale/vybrid/
H A Dvf_anadig.c46 #include <sys/watchdog.h>
H A Dvf_spi.c44 #include <sys/watchdog.h>
H A Dvf_ccm.c46 #include <sys/watchdog.h>
H A Dvf_edma.c46 #include <sys/watchdog.h>
H A Dvf_gpio.c46 #include <sys/watchdog.h>
/freebsd-13-stable/sys/arm/mv/armada/
H A Dwdt.c45 #include <sys/watchdog.h>
178 mtx_init(&sc->wdt_mtx, "watchdog", NULL, MTX_DEF);
362 * watchdog(9)
/freebsd-13-stable/sys/arm/ti/
H A Dti_mbox.c40 #include <sys/watchdog.h>
H A Dti_prcm.c47 #include <sys/watchdog.h>
H A Dti_wdt.c40 #include <sys/watchdog.h>
126 DPRINTF("disabling watchdog %p\n", sc);
137 DPRINTF("enabling watchdog %p\n", sc);
187 /* Reset, enable interrupts and stop the watchdog. */
/freebsd-13-stable/sys/arm/ti/cpsw/
H A Dif_cpsw.c135 /* Misc interrupts and watchdog. */
553 callout_stop(&sc->watchdog.callout);
685 sc->watchdog.timer = 0;
686 callout_init(&sc->watchdog.callout, 0);
687 callout_reset(&sc->watchdog.callout, hz, cpsw_tx_watchdog, sc);
941 callout_stop(&sc->watchdog.callout);
942 callout_drain(&sc->watchdog.callout);
2180 // The watchdog will probably reset the controller
2269 cpsw_debugf_head("CPSW watchdog");
2270 device_printf(sc->dev, "watchdog timeou
[all...]
/freebsd-13-stable/sys/dev/dwwdt/
H A Ddwwdt.c38 #include <sys/watchdog.h>
95 "Synopsys Designware watchdog timer");
153 /* Enable watchdog */
187 * This also emulates stopping watchdog.
207 * Set maximum time between interrupts and Leave watchdog
230 device_set_desc(dev, "Synopsys Designware watchdog timer");
/freebsd-13-stable/sys/i386/i386/
H A Delan-mmcr.c62 #include <sys/watchdog.h>
H A Dminidump_machdep_base.c41 #include <sys/watchdog.h>
/freebsd-13-stable/sys/kern/
H A Dkern_dump.c37 #include <sys/watchdog.h>
/freebsd-13-stable/sys/dev/mgb/
H A Dif_mgb.h322 struct callout watchdog; member in struct:mgb_softc
/freebsd-13-stable/sys/arm/arm/
H A Dminidump_machdep.c45 #include <sys/watchdog.h>
H A Dmpcore_timer.c36 * watchdog timer per core. This driver reserves memory and interrupt
59 #include <sys/watchdog.h>

Completed in 220 milliseconds

1234