Searched refs:watchdog (Results 76 - 100 of 398) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/ip32/
H A Dcrime.h89 volatile unsigned long watchdog; member in struct:sgi_crime
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/ip32/
H A Dcrime.h89 volatile unsigned long watchdog; member in struct:sgi_crime
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/watchdog/
H A Dshwdt.c2 * drivers/char/watchdog/shwdt.c
4 * Watchdog driver for integrated watchdog in the SuperH processors.
25 #include <linux/watchdog.h>
33 #include <asm/watchdog.h>
39 * values, consult the asm-sh/watchdog.h. Overload this at module load
85 * Starts the watchdog.
135 * Stops the watchdog.
154 * The Userspace watchdog got a KeepAlive: schedule the next heartbeat.
205 "the watchdog\n");
241 "stopping watchdog!\
[all...]
H A Dat91rm9200_wdt.c23 #include <linux/watchdog.h>
50 * Disable the watchdog.
58 * Enable and reset the watchdog.
68 * Reload the watchdog timer. (ie, pat the watchdog)
78 * Watchdog device is opened, and watchdog starts running.
90 * Close the watchdog device.
91 * If CONFIG_WATCHDOG_NOWAYOUT is NOT defined then the watchdog is also
96 /* Disable the watchdog when file is closed */
105 * Change the watchdog tim
[all...]
H A Dbcm47xx_wdt.c24 #include <linux/watchdog.h>
121 ": Unexpected close, not stopping watchdog!\n");
231 .name = "watchdog",
H A Dbooke_wdt.c20 #include <linux/watchdog.h>
28 /* If the kernel parameter wdt=1, the watchdog will be enabled at boot.
29 * Also, the wdt_period sets the watchdog timer period timeout.
31 * trigger a watchog timeout. This watchdog timeout will occur 3 times, the
32 * first time nothing will happen, the second time a watchdog exception will
56 * corresponding to the reset time. There will be a watchdog
108 /* clear status before enabling watchdog */
205 .name = "watchdog",
H A Dep93xx_wdt.c15 * This watchdog fires after 250msec, which is a too short interval
22 * - Test last reset from watchdog status
29 #include <linux/watchdog.h>
195 .name = "watchdog",
216 printk(KERN_INFO PFX "EP93XX watchdog, driver version "
H A Dindydog.c22 #include <linux/watchdog.h>
63 printk(KERN_INFO PFX "Stopped watchdog timer.\n");
86 printk(KERN_INFO "Started watchdog timer.\n");
173 .name = "watchdog",
H A Diop_wdt.c2 * drivers/char/watchdog/iop_wdt.c
33 #include <linux/watchdog.h>
52 * wdt_supports_disable - determine if we are accessing a iop13xx watchdog
130 .identity = "iop watchdog",
221 .name = "watchdog",
232 /* check if the reset was caused by the watchdog timer */
244 printk(KERN_INFO "iop watchdog timer: timeout %lu sec\n",
262 MODULE_DESCRIPTION("iop watchdog timer driver");
H A Dixp2000_wdt.c2 * drivers/char/watchdog/ixp2000_wdt.c
6 * Adapted from the IXP4xx watchdog driver by Lennert Buytenhek.
26 #include <linux/watchdog.h>
181 .name = "watchdog",
188 printk(KERN_INFO "Unable to use IXP2000 watchdog due to IXP2800 erratum #25.\n");
H A Dixp4xx_wdt.c2 * drivers/char/watchdog/ixp4xx_wdt.c
22 #include <linux/watchdog.h>
170 .name = "watchdog",
180 " - watchdog disabled\n");
H A Dpnx833x_wdt.c27 #include <linux/watchdog.h>
70 /* Enable watchdog causing reset. */
75 /* Enable watchdog. */
79 printk(KERN_INFO PFX "Started watchdog timer.\n");
84 /* Disable watchdog causing reset. */
86 /* Disable watchdog.*/
90 printk(KERN_INFO PFX "Stopped watchdog timer.\n");
116 printk(KERN_INFO "Started watchdog timer.\n");
227 .name = "watchdog",
244 /*If bit 31 is set then watchdog wa
[all...]
H A Dsbc8360.c42 #include <linux/watchdog.h>
65 * The function of the watchdog timer is to reset the system automatically
66 * and is defined at I/O port 0120H and 0121H. To enable the watchdog timer
69 * value to I/O port 0121H for the system to stop the watchdog function.
213 /* Activate and pre-configure watchdog */
216 /* Enable the watchdog */
227 /* Kernel pings watchdog */
234 /* stop watchdog */
237 /* De-activate the watchdog */
318 .name = "watchdog",
[all...]
H A Dsbc_epx_c3.c23 #include <linux/watchdog.h>
54 printk(KERN_INFO PFX "Stopped watchdog timer.\n");
78 printk(KERN_INFO "Started watchdog timer.\n");
168 .name = "watchdog",
H A Dsbc_fitpc2_wdt.c6 * Adapted from the IXP2000 watchdog driver by Deepak Saxena.
18 #include <linux/watchdog.h>
197 .name = "watchdog",
H A Dscx200_wdt.c1 /* drivers/char/watchdog/scx200_wdt.c
24 #include <linux/watchdog.h>
46 MODULE_PARM_DESC(nowayout, "Disable watchdog shutdown on close");
54 #define W_ENABLE 0x00fa /* Enable watchdog */
55 #define W_DISABLE 0x0000 /* Disable watchdog */
75 printk(KERN_DEBUG NAME ": enabling watchdog timer, wdto_restart = %d\n",
89 printk(KERN_DEBUG NAME ": disabling watchdog timer\n");
112 ": watchdog device closed unexpectedly, "
113 "will not disable the watchdog timer\n");
214 .name = "watchdog",
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/cxt1e1/
H A Dfunctions.c115 struct watchdog *wd = (void *) arg;
127 int OS_init_watchdog(struct watchdog *wdp, void (*f) (void *), void *c, int usec)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/cxt1e1/
H A Dfunctions.c115 struct watchdog *wd = (void *) arg;
127 int OS_init_watchdog(struct watchdog *wdp, void (*f) (void *), void *c, int usec)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/watchdog/
H A Dshwdt.c2 * drivers/char/watchdog/shwdt.c
4 * Watchdog driver for integrated watchdog in the SuperH processors.
25 #include <linux/watchdog.h>
33 #include <asm/watchdog.h>
39 * values, consult the asm-sh/watchdog.h. Overload this at module load
85 * Starts the watchdog.
135 * Stops the watchdog.
154 * The Userspace watchdog got a KeepAlive: schedule the next heartbeat.
205 "the watchdog\n");
241 "stopping watchdog!\
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sched/
H A Dsch_netem.c54 struct qdisc_watchdog watchdog; member in struct:netem_sched_data
297 qdisc_watchdog_schedule(&q->watchdog, cb->time_to_send);
309 qdisc_watchdog_cancel(&q->watchdog);
539 qdisc_watchdog_init(&q->watchdog, sch);
561 qdisc_watchdog_cancel(&q->watchdog);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ide/
H A Dsiimage.c368 u8 watchdog = 0; local
374 watchdog = (sata_error & 0x00680000) ? 1 : 0;
376 "watchdog = %d, %s\n",
377 drive->name, sata_error, watchdog, __func__);
379 watchdog = (ext_stat & 0x8000) ? 1 : 0;
382 if (!(ext_stat & 0x0404) && !watchdog)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ide/
H A Dsiimage.c368 u8 watchdog = 0; local
374 watchdog = (sata_error & 0x00680000) ? 1 : 0;
376 "watchdog = %d, %s\n",
377 drive->name, sata_error, watchdog, __func__);
379 watchdog = (ext_stat & 0x8000) ? 1 : 0;
382 if (!(ext_stat & 0x0404) && !watchdog)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sched/
H A Dsch_netem.c54 struct qdisc_watchdog watchdog; member in struct:netem_sched_data
297 qdisc_watchdog_schedule(&q->watchdog, cb->time_to_send);
309 qdisc_watchdog_cancel(&q->watchdog);
539 qdisc_watchdog_init(&q->watchdog, sch);
561 qdisc_watchdog_cancel(&q->watchdog);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-hcd.c91 #define EHCI_IO_JIFFIES (HZ/10) /* io watchdog > irq_thresh */
131 * the async ring; just the I/O watchdog. Note that if a
134 if (timer_pending(&ehci->watchdog)
159 mod_timer(&ehci->watchdog, t + jiffies);
346 * So we need this watchdog, but must protect it against both
348 * (b) clean HC shutdown, when IAA watchdog was pending.
378 ehci_vdbg(ehci, "IAA watchdog: status %x cmd %x\n",
440 del_timer_sync(&ehci->watchdog);
488 /* the IO watchdog guards against hardware or driver bugs that
508 del_timer_sync (&ehci->watchdog);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Dehci-hcd.c91 #define EHCI_IO_JIFFIES (HZ/10) /* io watchdog > irq_thresh */
131 * the async ring; just the I/O watchdog. Note that if a
134 if (timer_pending(&ehci->watchdog)
159 mod_timer(&ehci->watchdog, t + jiffies);
346 * So we need this watchdog, but must protect it against both
348 * (b) clean HC shutdown, when IAA watchdog was pending.
378 ehci_vdbg(ehci, "IAA watchdog: status %x cmd %x\n",
440 del_timer_sync(&ehci->watchdog);
488 /* the IO watchdog guards against hardware or driver bugs that
508 del_timer_sync (&ehci->watchdog);
[all...]

Completed in 252 milliseconds

1234567891011>>