Searched refs:watchdog (Results 1 - 25 of 279) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/watchdog/
H A DMakefile2 TEST_GEN_PROGS := watchdog-test
/linux-master/arch/sh/include/cpu-sh2a/cpu/
H A Dwatchdog.h2 #include <cpu-sh2/cpu/watchdog.h>
/linux-master/samples/watchdog/
H A DMakefile2 userprogs-always-y += watchdog-simple
/linux-master/drivers/greybus/
H A Dsvc_watchdog.c3 * SVC Greybus "watchdog" driver.
27 struct gb_svc_watchdog *watchdog = local
32 gb_svc_watchdog_disable(watchdog->svc);
35 gb_svc_watchdog_enable(watchdog->svc);
65 struct gb_svc_watchdog *watchdog; local
69 watchdog = container_of(work, struct gb_svc_watchdog, work.work);
70 svc = watchdog->svc;
98 watchdog->enabled = false;
103 if (watchdog->enabled)
104 schedule_delayed_work(&watchdog
109 struct gb_svc_watchdog *watchdog; local
149 struct gb_svc_watchdog *watchdog = svc->watchdog; local
169 struct gb_svc_watchdog *watchdog; local
185 struct gb_svc_watchdog *watchdog; local
[all...]
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_context_param.h16 ce->watchdog.timeout_us = timeout_us;
H A Dintel_gt_requests.c236 flush_work(&gt->watchdog.work);
242 container_of(work, typeof(*gt), watchdog.work);
246 first = llist_del_all(&gt->watchdog.list);
250 llist_for_each_entry_safe(rq, rn, first, watchdog.link) {
/linux-master/arch/sparc/include/uapi/asm/
H A Dwatchdog.h4 * watchdog - Driver interface for the hardware watchdog timers
14 #include <linux/watchdog.h>
17 * Ref. <linux/watchdog.h> for standard linux watchdog ioctls
/linux-master/include/linux/
H A Dbcm47xx_wdt.h7 #include <linux/watchdog.h>
/linux-master/drivers/watchdog/
H A Dpretimeout_noop.c8 #include <linux/watchdog.h>
13 * pretimeout_noop - No operation on watchdog pretimeout event
20 pr_alert("watchdog%d: pretimeout event\n", wdd->id);
41 MODULE_DESCRIPTION("Panic watchdog pretimeout governor");
H A Dpretimeout_panic.c8 #include <linux/watchdog.h>
13 * pretimeout_panic - Panic on watchdog pretimeout event
16 * Panic, watchdog has not been fed till pretimeout event.
20 panic("watchdog pretimeout event\n");
41 MODULE_DESCRIPTION("Panic watchdog pretimeout governor");
H A Dwatchdog_hrtimer_pretimeout.c7 #include <linux/watchdog.h>
H A Dwm831x_wdt.c14 #include <linux/watchdog.h>
19 #include <linux/mfd/wm831x/watchdog.h>
107 dev_err(wm831x->dev, "Hardware watchdog update unsupported\n");
183 dev_err(wm831x->dev, "Failed to read watchdog status: %d\n",
214 "Unknown watchdog timeout: %x\n", reg);
220 pdata = chip_pdata->watchdog;
249 .name = "wm831x-watchdog",
258 MODULE_ALIAS("platform:wm831x-watchdog");
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_power.c92 cancel_delayed_work_sync(&pvr_dev->watchdog.work);
122 queue_delayed_work(pvr_dev->sched_wq, &pvr_dev->watchdog.work,
148 if (pvr_dev->watchdog.old_kccb_cmds_executed == kccb_cmds_executed && !kccb_is_idle) {
149 pvr_dev->watchdog.kccb_stall_count++;
155 if (pvr_dev->watchdog.kccb_stall_count == 2) {
156 pvr_dev->watchdog.kccb_stall_count = 0;
159 } else if (pvr_dev->watchdog.old_kccb_cmds_executed == kccb_cmds_executed) {
175 pvr_dev->watchdog.old_kccb_cmds_executed = kccb_cmds_executed;
176 pvr_dev->watchdog.kccb_stall_count = 0;
186 watchdog
[all...]
/linux-master/kernel/time/
H A Dclocksource.c111 * Maximum permissible delay between two readouts of the watchdog
132 static struct clocksource *watchdog; variable in typeref:struct:clocksource
165 * If kthread_run fails the next watchdog scan over the
194 * clocksource_mark_unstable - mark clocksource unstable via watchdog
231 *wdnow = watchdog->read(watchdog);
233 wd_end = watchdog->read(watchdog);
234 wd_end2 = watchdog->read(watchdog);
[all...]
/linux-master/include/trace/events/
H A Dwatchdog.h3 #define TRACE_SYSTEM watchdog
8 #include <linux/watchdog.h>
27 TP_printk("watchdog%d err=%d", __entry->id, __entry->err)
60 TP_printk("watchdog%d timeout=%u err=%d", __entry->id, __entry->timeout, __entry->err)
/linux-master/net/sched/
H A Dsch_etf.c36 struct qdisc_watchdog watchdog; member in struct:etf_sched_data
127 qdisc_watchdog_cancel(&q->watchdog);
132 qdisc_watchdog_schedule_ns(&q->watchdog, ktime_to_ns(next));
194 /* Now we may need to re-arm the qdisc watchdog for the next packet. */
290 /* Now we may need to re-arm the qdisc watchdog for the next packet. */
412 qdisc_watchdog_init_clockid(&q->watchdog, sch, q->clockid);
437 /* Only cancel watchdog if it's been initialized. */
438 if (q->watchdog.qdisc == sch)
439 qdisc_watchdog_cancel(&q->watchdog);
453 /* Only cancel watchdog i
[all...]
/linux-master/include/linux/mfd/wm831x/
H A Dpdata.h129 struct wm831x_watchdog_pdata *watchdog; member in struct:wm831x_pdata
/linux-master/arch/sh/include/asm/
H A Dwatchdog.h3 * include/asm-sh/watchdog.h
22 #include <cpu/watchdog.h>
25 * See cpu-sh2/watchdog.h for explanation of this stupidity..
36 * CKS0-2 supports a number of clock division ratios. At the time the watchdog
/linux-master/arch/sh/kernel/
H A Dreboot.c7 #include <asm/watchdog.h>
32 /* If that fails or is unsupported, go for the watchdog next. */
/linux-master/arch/m68k/mvme147/
H A Dconfig.c57 m147_pcc->watchdog = 0x0a; /* Clear timer */
58 m147_pcc->watchdog = 0xa5; /* Enable watchdog - 100ms to reset */
/linux-master/samples/
H A DMakefile36 subdir-$(CONFIG_SAMPLE_WATCHDOG) += watchdog
/linux-master/drivers/char/hw_random/
H A Dn2rng.h60 unsigned long *watchdog,
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00link.c387 rt2x00dev->ops->lib->watchdog && link->watchdog)
406 * immediately cease the watchdog monitoring.
411 rt2x00dev->ops->lib->watchdog(rt2x00dev);
/linux-master/arch/mips/include/asm/ip32/
H A Dcrime.h89 volatile unsigned long watchdog; member in struct:sgi_crime
/linux-master/arch/sh/boards/mach-hp6xx/
H A Dpm.c19 #include <asm/watchdog.h>

Completed in 185 milliseconds

1234567891011>>