Home
last modified time | relevance | path

Searched refs:heartbeat (Results 1 – 200 of 202) sorted by relevance

12

/linux-4.4.14/drivers/watchdog/
DiTCO_vendor_support.c180 static void supermicro_new_pre_start(unsigned int heartbeat) in supermicro_new_pre_start() argument
194 outb((heartbeat & 255), SM_DATAIO); in supermicro_new_pre_start()
226 static void supermicro_new_pre_set_heartbeat(unsigned int heartbeat) in supermicro_new_pre_set_heartbeat() argument
232 outb((heartbeat & 255), SM_DATAIO); in supermicro_new_pre_set_heartbeat()
295 unsigned int heartbeat) in iTCO_vendor_pre_start() argument
302 supermicro_new_pre_start(heartbeat); in iTCO_vendor_pre_start()
327 void iTCO_vendor_pre_keepalive(struct resource *smires, unsigned int heartbeat) in iTCO_vendor_pre_keepalive() argument
330 supermicro_new_pre_set_heartbeat(heartbeat); in iTCO_vendor_pre_keepalive()
334 void iTCO_vendor_pre_set_heartbeat(unsigned int heartbeat) in iTCO_vendor_pre_set_heartbeat() argument
337 supermicro_new_pre_set_heartbeat(heartbeat); in iTCO_vendor_pre_set_heartbeat()
Di6300esb.c91 static int heartbeat = WATCHDOG_HEARTBEAT; /* in seconds */ variable
92 module_param(heartbeat, int, 0);
93 MODULE_PARM_DESC(heartbeat,
189 heartbeat = time; in esb_timer_set_heartbeat()
308 return put_user(heartbeat, p); in esb_ioctl()
415 esb_timer_set_heartbeat(heartbeat); in esb_initdevice()
439 if (heartbeat < 0x1 || heartbeat > 2 * 0x03ff) { in esb_probe()
440 heartbeat = WATCHDOG_HEARTBEAT; in esb_probe()
442 heartbeat); in esb_probe()
456 BASEADDR, heartbeat, nowayout); in esb_probe()
Dixp4xx_wdt.c31 static int heartbeat = 60; /* (secs) Default is 1 minute */ variable
46 *IXP4XX_OSWT = WDT_TICK_RATE * heartbeat; in wdt_enable()
136 heartbeat = time; in ixp4xx_wdt_ioctl()
141 ret = put_user(heartbeat, (int *)arg); in ixp4xx_wdt_ioctl()
188 pr_info("timer heartbeat %d sec\n", heartbeat); in ixp4xx_wdt_init()
204 module_param(heartbeat, int, 0);
205 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeat in seconds (default 60s)");
Dmax63xx_wdt.c32 static unsigned int heartbeat = DEFAULT_HEARTBEAT; variable
214 if (heartbeat < 1 || heartbeat > MAX_HEARTBEAT) in max63xx_wdt_probe()
215 heartbeat = DEFAULT_HEARTBEAT; in max63xx_wdt_probe()
217 wdt->timeout = max63xx_select_timeout(table, heartbeat); in max63xx_wdt_probe()
220 heartbeat); in max63xx_wdt_probe()
280 module_param(heartbeat, int, 0);
281 MODULE_PARM_DESC(heartbeat,
Dpika_wdt.c38 static int heartbeat = WDT_HEARTBEAT; variable
39 module_param(heartbeat, int, 0);
40 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeats in seconds. "
101 pikawdt_private.next_heartbeat = jiffies + heartbeat * HZ; in pikawdt_keepalive()
197 heartbeat = new_value; in pikawdt_ioctl()
203 return put_user(heartbeat, p); in pikawdt_ioctl()
281 heartbeat, nowayout); in pikawdt_init()
Djz4740_wdt.c58 static unsigned int heartbeat = DEFAULT_HEARTBEAT; variable
59 module_param(heartbeat, uint, 0);
60 MODULE_PARM_DESC(heartbeat,
168 if (heartbeat < 1 || heartbeat > MAX_HEARTBEAT) in MODULE_DEVICE_TABLE()
169 heartbeat = DEFAULT_HEARTBEAT; in MODULE_DEVICE_TABLE()
174 jz4740_wdt->timeout = heartbeat; in MODULE_DEVICE_TABLE()
Dm54xx_wdt.c38 static unsigned int heartbeat = 30; /* (secs) Default is 0.5 minute */ variable
56 __raw_writel(MCF_GPT_GCIR_PRE(heartbeat*(MCF_BUSCLK/0xffff)) | in wdt_enable()
155 heartbeat = time; in m54xx_wdt_ioctl()
160 ret = put_user(heartbeat, (int *)arg); in m54xx_wdt_ioctl()
219 module_param(heartbeat, int, 0);
220 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeat in seconds (default 30s)");
Dnv_tco.c59 static int heartbeat = WATCHDOG_HEARTBEAT; /* in seconds */ variable
60 module_param(heartbeat, int, 0);
61 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeat in seconds. (2<heartbeat<39, "
147 heartbeat = t; in tco_timer_set_heartbeat()
259 return put_user(heartbeat, p); in nv_tco_ioctl()
400 if (tco_timer_set_heartbeat(heartbeat)) { in nv_tco_init()
401 heartbeat = WATCHDOG_HEARTBEAT; in nv_tco_init()
402 tco_timer_set_heartbeat(heartbeat); in nv_tco_init()
404 heartbeat); in nv_tco_init()
419 tcobase, heartbeat, nowayout); in nv_tco_init()
DiTCO_vendor.h9 #define iTCO_vendor_pre_start(acpibase, heartbeat) {} argument
11 #define iTCO_vendor_pre_keepalive(acpibase, heartbeat) {} argument
12 #define iTCO_vendor_pre_set_heartbeat(heartbeat) {} argument
Dnuc900_wdt.c52 static int heartbeat = WDT_HEARTBEAT; variable
53 module_param(heartbeat, int, 0);
54 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeats in seconds. "
102 nuc900_wdt->next_heartbeat = jiffies + heartbeat * HZ; in nuc900_wdt_start()
123 nuc900_wdt->next_heartbeat = jiffies + heartbeat * HZ; in nuc900_wdt_ping()
181 heartbeat = new_value; in nuc900_wdt_ioctl()
186 return put_user(heartbeat, p); in nuc900_wdt_ioctl()
Dsp5100_tco.c63 static int heartbeat = WATCHDOG_HEARTBEAT; /* in seconds */ variable
64 module_param(heartbeat, int, 0);
65 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeat in seconds. (default="
124 heartbeat = t; in tco_timer_set_heartbeat()
273 return put_user(heartbeat, p); in sp5100_tco_ioctl()
446 tco_timer_set_heartbeat(heartbeat); in sp5100_tco_setupdevice()
484 if (tco_timer_set_heartbeat(heartbeat)) { in sp5100_tco_init()
485 heartbeat = WATCHDOG_HEARTBEAT; in sp5100_tco_init()
486 tco_timer_set_heartbeat(heartbeat); in sp5100_tco_init()
500 tcobase, heartbeat, nowayout); in sp5100_tco_init()
Dat91sam9_wdt.c73 static int heartbeat; variable
74 module_param(heartbeat, int, 0);
75 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeats in seconds. "
91 unsigned long heartbeat; /* WDT heartbeat in jiffies */ member
129 mod_timer(&wdt->timer, jiffies + wdt->heartbeat); in at91_ping()
201 wdt->heartbeat = max_heartbeat / 4; in at91_wdt_init()
203 wdt->heartbeat = max_heartbeat / 2; in at91_wdt_init()
205 wdt->heartbeat = min_heartbeat; in at91_wdt_init()
238 watchdog_init_timeout(&wdt->wdd, heartbeat, dev); in at91_wdt_init()
Dshwdt.c72 static int heartbeat = WATCHDOG_HEARTBEAT; /* in seconds */ variable
96 next_heartbeat = jiffies + (heartbeat * HZ); in sh_wdt_start()
156 next_heartbeat = jiffies + (heartbeat * HZ); in sh_wdt_keepalive()
171 heartbeat = t; in sh_wdt_set_heartbeat()
259 rc = sh_wdt_set_heartbeat(&sh_wdt_dev, heartbeat); in sh_wdt_probe()
344 module_param(heartbeat, int, 0);
345 MODULE_PARM_DESC(heartbeat,
Dstmp3xxx_rtc_wdt.c22 static int heartbeat = STMP3XXX_DEFAULT_TIMEOUT; variable
23 module_param(heartbeat, uint, 0);
24 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeat period in seconds from 1 to "
78 stmp3xxx_wdd.timeout = clamp_t(unsigned, heartbeat, 1, STMP3XXX_MAX_TIMEOUT); in stmp3xxx_wdt_probe()
Dpcwd_pci.c143 static int heartbeat = WATCHDOG_HEARTBEAT; variable
144 module_param(heartbeat, int, 0);
145 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeat in seconds. "
334 heartbeat = t; in pcipcwd_set_heartbeat()
336 pr_debug("New heartbeat: %d\n", heartbeat); in pcipcwd_set_heartbeat()
552 return put_user(heartbeat, p); in pcipcwd_ioctl()
737 if (heartbeat == 0) in pcipcwd_card_init()
738 heartbeat = in pcipcwd_card_init()
743 if (pcipcwd_set_heartbeat(heartbeat)) { in pcipcwd_card_init()
772 heartbeat, nowayout); in pcipcwd_card_init()
Dpcwd.c201 static int heartbeat = WATCHDOG_HEARTBEAT; variable
202 module_param(heartbeat, int, 0);
203 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeat in seconds. "
405 pcwd_private.next_heartbeat = jiffies + (heartbeat * HZ); in pcwd_start()
460 pcwd_private.next_heartbeat = jiffies + (heartbeat * HZ); in pcwd_keepalive()
473 heartbeat = t; in pcwd_set_heartbeat()
476 pr_debug("New heartbeat: %d\n", heartbeat); in pcwd_set_heartbeat()
656 return put_user(heartbeat, argp); in pcwd_ioctl()
908 if (heartbeat == 0) in pcwd_isa_probe()
909 heartbeat = heartbeat_tbl[(pcwd_get_option_switches() & 0x07)]; in pcwd_isa_probe()
[all …]
Dwdt.c62 static int heartbeat = WD_TIMO; variable
64 module_param(heartbeat, int, 0);
65 MODULE_PARM_DESC(heartbeat,
191 heartbeat = t; in wdt_set_heartbeat()
398 return put_user(heartbeat, p); in wdt_ioctl()
602 if (wdt_set_heartbeat(heartbeat)) { in wdt_init()
643 io, irq, heartbeat, nowayout); in wdt_init()
Dtegra_wdt.c74 static int heartbeat = WDT_HEARTBEAT; variable
75 module_param(heartbeat, int, 0);
76 MODULE_PARM_DESC(heartbeat,
218 wdd->timeout = heartbeat; in tegra_wdt_probe()
240 heartbeat, nowayout); in tegra_wdt_probe()
Dwdt_pci.c74 static int heartbeat = WD_TIMO; variable
76 module_param(heartbeat, int, 0);
77 MODULE_PARM_DESC(heartbeat,
226 heartbeat = t; in wdtpci_set_heartbeat()
435 return put_user(heartbeat, p); in wdtpci_ioctl()
654 if (wdtpci_set_heartbeat(heartbeat)) { in wdtpci_init_one()
683 heartbeat, nowayout); in wdtpci_init_one()
Dpcwd_usb.c61 static int heartbeat = WATCHDOG_HEARTBEAT; variable
62 module_param(heartbeat, int, 0);
63 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeat in seconds. "
326 heartbeat = t; in usb_pcwd_set_heartbeat()
463 return put_user(heartbeat, p); in usb_pcwd_ioctl()
715 if (heartbeat == 0) in usb_pcwd_probe()
716 heartbeat = heartbeat_tbl[(option_switches & 0x07)]; in usb_pcwd_probe()
720 if (usb_pcwd_set_heartbeat(usb_pcwd, heartbeat)) { in usb_pcwd_probe()
750 heartbeat, nowayout); in usb_pcwd_probe()
Dmoxart_wdt.c35 static int heartbeat; variable
135 watchdog_init_timeout(&moxart_wdt->dev, heartbeat, dev); in moxart_wdt_probe()
183 module_param(heartbeat, int, 0);
184 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeat in seconds");
Dpnx4008_wdt.c79 static unsigned int heartbeat = DEFAULT_HEARTBEAT; variable
153 watchdog_init_timeout(&pnx4008_wdd, heartbeat, &pdev->dev); in pnx4008_wdt_probe()
223 module_param(heartbeat, uint, 0);
224 MODULE_PARM_DESC(heartbeat,
Ddavinci_wdt.c57 static int heartbeat; variable
184 watchdog_init_timeout(wdd, heartbeat, dev); in davinci_wdt_probe()
233 module_param(heartbeat, int, 0);
234 MODULE_PARM_DESC(heartbeat,
Dbcm2835_wdt.c55 static unsigned int heartbeat; variable
189 watchdog_init_timeout(&bcm2835_wdt_wdd, heartbeat, dev); in bcm2835_wdt_probe()
244 module_param(heartbeat, uint, 0);
245 MODULE_PARM_DESC(heartbeat, "Initial watchdog heartbeat in seconds");
Dimgpdc_wdt.c75 static int heartbeat; variable
76 module_param(heartbeat, int, 0);
77 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeats in seconds "
252 watchdog_init_timeout(&pdc_wdt->wdt_dev, heartbeat, &pdev->dev); in pdc_wdt_probe()
Docteon-wdt-main.c96 static int heartbeat = WD_TIMO; variable
97 module_param(heartbeat, int, S_IRUGO);
98 MODULE_PARM_DESC(heartbeat,
491 heartbeat = t; in octeon_wdt_calc_parameters()
585 octeon_wdt_calc_parameters(heartbeat); in octeon_wdt_init()
Dlpc18xx_wdt.c45 static int heartbeat; variable
46 module_param(heartbeat, int, 0);
47 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeats in seconds (default="
268 ret = watchdog_init_timeout(&lpc18xx_wdt->wdt_dev, heartbeat, dev); in lpc18xx_wdt_probe()
DiTCO_wdt.c112 static int heartbeat = WATCHDOG_TIMEOUT; /* in seconds */ variable
113 module_param(heartbeat, int, 0);
114 MODULE_PARM_DESC(heartbeat, "Watchdog timeout in seconds. "
541 if (iTCO_wdt_set_timeout(&iTCO_wdt_watchdog_dev, heartbeat)) { in iTCO_wdt_probe()
554 heartbeat, nowayout); in iTCO_wdt_probe()
Dibmasr.c279 int heartbeat; in asr_ioctl() local
311 heartbeat = 256; in asr_ioctl()
312 return put_user(heartbeat, p); in asr_ioctl()
Dorion_wdt.c50 static int heartbeat = -1; /* module parameter (seconds) */ variable
571 watchdog_init_timeout(&dev->wdt, heartbeat, &pdev->dev); in orion_wdt_probe()
647 module_param(heartbeat, int, 0);
648 MODULE_PARM_DESC(heartbeat, "Initial watchdog heartbeat in seconds");
DKconfig673 configured with the "heartbeat" parameter.
831 expiration time can be configured with the "heartbeat" parameter.
954 "heartbeat" parameter.
/linux-4.4.14/drivers/misc/ibmasm/
Dheartbeat.c67 sp->heartbeat = ibmasm_new_command(sp, HEARTBEAT_BUFFER_SIZE); in ibmasm_heartbeat_init()
68 if (sp->heartbeat == NULL) in ibmasm_heartbeat_init()
79 ibmasm_wait_for_response(sp->heartbeat, IBMASM_CMD_TIMEOUT_NORMAL); in ibmasm_heartbeat_exit()
82 command_put(sp->heartbeat); in ibmasm_heartbeat_exit()
87 struct command *cmd = sp->heartbeat; in ibmasm_receive_heartbeat()
DMakefile9 heartbeat.o \
Dibmasmfs.c232 struct reverse_heartbeat heartbeat; member
444 ibmasm_init_reverse_heartbeat(rhbeat->sp, &rhbeat->heartbeat); in r_heartbeat_file_open()
479 result = ibmasm_start_reverse_heartbeat(rhbeat->sp, &rhbeat->heartbeat); in r_heartbeat_file_read()
497 ibmasm_stop_reverse_heartbeat(&rhbeat->heartbeat); in r_heartbeat_file_write()
Dibmasm.h156 struct command *heartbeat; member
/linux-4.4.14/Documentation/watchdog/
Dwatchdog-parameters.txt54 heartbeat: Watchdog heartbeats in seconds. (default = 15)
87 heartbeat: Watchdog heartbeat period in seconds from 1 to 600, default 60
110 heartbeat: Watchdog heartbeat in seconds. (1<heartbeat<2046, default=30)
115 heartbeat: Watchdog heartbeat in seconds.
116 (2<heartbeat<39 (TCO v1) or 613 (TCO v2), default=30)
162 heartbeat: Watchdog heartbeat in seconds (default 60s)
167 heartbeat: Watchdog heartbeat in seconds (default 60s)
183 heartbeat: Watchdog heartbeat period in seconds from 1 to 60, default 60
204 heartbeat: Watchdog heartbeats in seconds.
216 heartbeat: Initial watchdog heartbeat in seconds
[all …]
Dwdt.txt28 heartbeat Watchdog heartbeat in seconds (default 60)
/linux-4.4.14/Documentation/devicetree/bindings/watchdog/
Datmel-wdt.txt14 - atmel,max-heartbeat-sec : Should contain the maximum heartbeat value in
17 - atmel,min-heartbeat-sec : Should contain the minimum heartbeat value in
18 seconds. This value must be smaller than the max-heartbeat-sec value.
49 atmel,max-heartbeat-sec = <16>;
50 atmel,min-heartbeat-sec = <0>;
/linux-4.4.14/arch/arm/boot/dts/
Domap3-overo-summit-common.dtsi21 heartbeat {
24 linux,default-trigger = "heartbeat";
Domap3-overo-tobi-common.dtsi19 heartbeat {
22 linux,default-trigger = "heartbeat";
Dexynos5422-odroidxu4.dts26 label = "blue:heartbeat";
30 linux,default-trigger = "heartbeat";
Dimx28-sps1.dts152 linux,default-trigger = "heartbeat";
159 linux,default-trigger = "heartbeat";
166 default-trigger = "heartbeat";
Domap3-overo-palo43-common.dtsi23 heartbeat {
26 linux,default-trigger = "heartbeat";
Domap3-overo-palo35-common.dtsi23 heartbeat {
26 linux,default-trigger = "heartbeat";
Domap3-overo-gallop43-common.dtsi23 heartbeat {
26 linux,default-trigger = "heartbeat";
Domap3-overo-chestnut43-common.dtsi23 heartbeat {
26 linux,default-trigger = "heartbeat";
Dexynos5422-odroidxu3-lite.dts38 label = "blue:heartbeat";
42 linux,default-trigger = "heartbeat";
Dsocfpga_cyclone5_socrates.dts63 label = "led:green:heartbeat";
65 linux,default-trigger = "heartbeat";
Dimx6q-cm-fx6.dts28 heartbeat-led {
31 linux,default-trigger = "heartbeat";
Dexynos5422-odroidxu3.dts37 label = "blue:heartbeat";
41 linux,default-trigger = "heartbeat";
Dat91-kizbox.dts51 atmel,max-heartbeat-sec = <16>;
52 atmel,min-heartbeat-sec = <0>;
Dat91sam9g20ek.dts21 linux,default-trigger = "heartbeat";
Dste-nomadik-s8815.dts146 /* The user LED on the board is set up to be used for heartbeat */
153 linux,default-trigger = "heartbeat";
Dbcm2835-rpi.dtsi14 linux,default-trigger = "heartbeat";
Dat91sam9g20ek_2mmc.dts47 linux,default-trigger = "heartbeat";
Dat91-ariettag25.dts76 linux,default-trigger = "heartbeat";
Dstih416-b2020e.dts23 linux,default-trigger = "heartbeat";
Dat91sam9x5cm.dtsi82 linux,default-trigger = "heartbeat";
Dusb_a9260_common.dtsi105 linux,default-trigger = "heartbeat";
Dstihxxx-b2120.dtsi21 linux,default-trigger = "heartbeat";
Dstih41x-b2020.dtsi36 linux,default-trigger = "heartbeat";
Domap4-panda-es.dts63 heartbeat {
Dimx53-m53evk.dts64 linux,default-trigger = "heartbeat";
70 linux,default-trigger = "heartbeat";
Dexynos4412-tiny4412.dts37 linux,default-trigger = "heartbeat";
Dexynos4412-odroidx.dts31 linux,default-trigger = "heartbeat";
Dstih418-b2199.dts41 linux,default-trigger = "heartbeat";
Dat91rm9200ek.dts128 linux,default-trigger = "heartbeat";
Dsama5d3xcm.dtsi120 linux,default-trigger = "heartbeat";
Dam335x-chiliboard.dts26 linux,default-trigger = "heartbeat";
Dstih41x-b2000.dtsi39 linux,default-trigger = "heartbeat";
Dexynos4412-odroidu3.dts32 linux,default-trigger = "heartbeat";
Dusb_a9263.dts133 linux,default-trigger = "heartbeat";
Dsocfpga_cyclone5_de0_sockit.dts50 linux,default-trigger = "heartbeat";
Dpm9g45.dts152 linux,default-trigger = "heartbeat";
Dat91-foxg20.dts151 linux,default-trigger = "heartbeat";
Dintegrator.dtsi106 linux,default-trigger = "heartbeat";
Dat91-qil_a9260.dts173 linux,default-trigger = "heartbeat";
Danimeo_ip.dts130 linux,default-trigger = "heartbeat";
Domap3-beagle-xm.dts35 heartbeat {
38 linux,default-trigger = "heartbeat";
Dam335x-bone-common.dtsi28 label = "beaglebone:green:heartbeat";
30 linux,default-trigger = "heartbeat";
Domap3-devkit8000-common.dtsi21 heartbeat {
25 linux,default-trigger = "heartbeat";
Dimx35-eukrea-mbimxsd35-baseboard.dts46 linux,default-trigger = "heartbeat";
Dat91-ariag25.dts176 linux,default-trigger = "heartbeat";
Domap3-beagle.dts39 heartbeat {
42 linux,default-trigger = "heartbeat";
Dat91sam9rlek.dts208 linux,default-trigger = "heartbeat";
Dat91sam9263ek.dts190 linux,default-trigger = "heartbeat";
Dphy3250.dts199 linux,default-trigger = "heartbeat";
Dorion5x-rd88f5182-nas.dts41 linux,default-trigger = "heartbeat";
Dat91sam9261ek.dts176 linux,default-trigger = "heartbeat";
Dimx25-eukrea-mbimxsd25-baseboard.dts45 linux,default-trigger = "heartbeat";
Dimx28-apx4devkit.dts223 linux,default-trigger = "heartbeat";
Dimx51-apf51dev.dts75 linux,default-trigger = "heartbeat";
Dimx6q-arm2.dts56 linux,default-trigger = "heartbeat";
Dimx28-apf28dev.dts209 linux,default-trigger = "heartbeat";
Domap4-duovero-parlor.dts27 linux,default-trigger = "heartbeat";
Dimx6qdl-gw552x.dtsi38 linux,default-trigger = "heartbeat";
Ds3c6410-mini6410.dts142 linux,default-trigger = "heartbeat";
Domap4-panda-common.dtsi28 heartbeat {
31 linux,default-trigger = "heartbeat";
Dat91sam9n12ek.dts202 linux,default-trigger = "heartbeat";
Dimx27-eukrea-mbimxsd27-baseboard.dts54 linux,default-trigger = "heartbeat";
Dimx27-apf27dev.dts59 linux,default-trigger = "heartbeat";
Dimx6qdl-gw51xx.dtsi37 linux,default-trigger = "heartbeat";
Dimx27-phytec-phycore-rdk.dts265 linux,default-trigger = "heartbeat";
Dimx51-eukrea-mbimxsd51-baseboard.dts57 linux,default-trigger = "heartbeat";
Dimx6qdl-rex.dtsi66 linux,default-trigger = "heartbeat";
Dat91sam9m10g45ek.dts288 linux,default-trigger = "heartbeat";
Dat91-sama5d3_xplained.dts329 linux,default-trigger = "heartbeat";
Dste-href.dtsi73 linux,default-trigger = "heartbeat";
Domap4-var-om44customboard.dtsi24 linux,default-trigger = "heartbeat";
Dsun4i-a10-cubieboard.dts76 linux,default-trigger = "heartbeat";
Dat91-sama5d4_xplained.dts251 linux,default-trigger = "heartbeat";
Dzynq-zc702.dts64 linux,default-trigger = "heartbeat";
Dimx53-qsb-common.dtsi89 linux,default-trigger = "heartbeat";
Dimx28-eukrea-mbmx28lc.dtsi64 linux,default-trigger = "heartbeat";
Dexynos4210-origen.dts99 linux,default-trigger = "heartbeat";
Dimx28-evk.dts368 linux,default-trigger = "heartbeat";
Dimx6qdl-gw551x.dtsi73 linux,default-trigger = "heartbeat";
Dam437x-sk-evm.dts97 label = "am437x-sk:red:heartbeat";
99 linux,default-trigger = "heartbeat";
Dam335x-evmsk.dts98 label = "evmsk:green:heartbeat";
100 linux,default-trigger = "heartbeat";
Domap3-cm-t3x.dtsi19 linux,default-trigger = "heartbeat";
Dimx6q-dmo-edmqmx6.dts78 linux,default-trigger = "heartbeat";
Dat91-sama5d4ek.dts330 linux,default-trigger = "heartbeat";
Dimx6qdl-gw52xx.dtsi46 linux,default-trigger = "heartbeat";
Dlpc4350-hitex-eval.dts104 linux,default-trigger = "heartbeat";
Dimx6qdl-gw53xx.dtsi47 linux,default-trigger = "heartbeat";
Dimx6q-gw5400-a.dts48 linux,default-trigger = "heartbeat";
Dimx6dl-riotboard.dts63 linux,default-trigger = "heartbeat";
Dvexpress-v2m-rs1.dtsi324 linux,default-trigger = "heartbeat";
Dvexpress-v2m.dtsi323 linux,default-trigger = "heartbeat";
Dlpc4357-ea4357-devkit.dts94 linux,default-trigger = "heartbeat";
Dimx6qdl-gw54xx.dtsi47 linux,default-trigger = "heartbeat";
Dimx53-tx53.dtsi65 linux,default-trigger = "heartbeat";
Dimx6qdl-apf6dev.dtsi109 linux,default-trigger = "heartbeat";
Dste-snowball.dts93 linux,default-trigger = "heartbeat";
Dimx6sl-evk.dts38 linux,default-trigger = "heartbeat";
Darm-realview-pb1176.dts125 linux,default-trigger = "heartbeat";
Dimx6qdl-tx6.dtsi65 linux,default-trigger = "heartbeat";
Dimx28-tx28.dts151 linux,default-trigger = "heartbeat";
Domap5-board-common.dtsi62 linux,default-trigger = "heartbeat";
Domap5-cm-t54.dts78 linux,default-trigger = "heartbeat";
Dam57xx-beagle-x15.dts67 linux,default-trigger = "heartbeat";
Domap3-pandora-common.dtsi65 linux,default-trigger = "heartbeat";
Domap3-n900.dts48 heartbeat {
/linux-4.4.14/arch/sh/drivers/
DMakefile10 obj-$(CONFIG_HEARTBEAT) += heartbeat.o
/linux-4.4.14/fs/ocfs2/cluster/
DMakefile3 ocfs2_nodemanager-objs := heartbeat.o masklog.o sys.o nodemanager.o \
/linux-4.4.14/Documentation/leds/
Dleds-blinkm.txt43 $ modprobe ledtrig-heartbeat
44 $ echo heartbeat > blinkm-6-9-green/trigger
/linux-4.4.14/arch/arc/boot/dts/
Dabilis_tb100_dvk.dts70 heartbeat {
73 linux,default-trigger = "heartbeat";
Dabilis_tb101_dvk.dts70 heartbeat {
73 linux,default-trigger = "heartbeat";
/linux-4.4.14/arch/xtensa/kernel/
Dplatform.c36 _F(void, heartbeat, (void), { });
/linux-4.4.14/drivers/leds/trigger/
DMakefile4 obj-$(CONFIG_LEDS_TRIGGER_HEARTBEAT) += ledtrig-heartbeat.o
/linux-4.4.14/Documentation/devicetree/bindings/leds/
Dcommon.txt28 "heartbeat" - LED "double" flashes at a load average based rate
54 linux,default-trigger = "heartbeat";
Dleds-tlc591xx.txt38 linux,default_trigger = "heartbeat";
Dleds-lp55xx.txt34 'lp5521_pri:channel1' and 'lp5521_pri:channel2', with a heartbeat trigger
46 linux,default-trigger = "heartbeat";
Dregister-bit-led.txt45 linux,default-trigger = "heartbeat";
/linux-4.4.14/arch/microblaze/kernel/
DMakefile25 obj-$(CONFIG_HEART_BEAT) += heartbeat.o
/linux-4.4.14/fs/ocfs2/
DMakefile23 heartbeat.o \
/linux-4.4.14/arch/cris/boot/dts/
Ddev88.dts64 linux,default-trigger = "heartbeat";
Dp1343.dts41 linux,default-trigger = "heartbeat";
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio_lpc32xx.txt34 linux,default-trigger = "heartbeat";
/linux-4.4.14/arch/mips/boot/dts/qca/
Dar9132_tl_wr1043nd_v1.dts99 linux,default-trigger = "heartbeat";
/linux-4.4.14/drivers/scsi/bfa/
Dbfa_ioc_cb.c155 ioc->ioc_regs.heartbeat = rb + BFA_IOC0_HBEAT_REG; in bfa_ioc_cb_reg_init()
159 ioc->ioc_regs.heartbeat = (rb + BFA_IOC1_HBEAT_REG); in bfa_ioc_cb_reg_init()
Dbfa_ioc_ct.c202 ioc->ioc_regs.heartbeat = rb + BFA_IOC0_HBEAT_REG; in bfa_ioc_ct_reg_init()
210 ioc->ioc_regs.heartbeat = (rb + BFA_IOC1_HBEAT_REG); in bfa_ioc_ct_reg_init()
264 ioc->ioc_regs.heartbeat = rb + CT2_BFA_IOC0_HBEAT_REG; in bfa_ioc_ct2_reg_init()
270 ioc->ioc_regs.heartbeat = (rb + CT2_BFA_IOC1_HBEAT_REG); in bfa_ioc_ct2_reg_init()
Dbfa_ioc.h212 void __iomem *heartbeat; member
/linux-4.4.14/Documentation/devicetree/bindings/input/
Dcap11xx.txt75 linux,default_trigger = "heartbeat";
/linux-4.4.14/arch/m68k/
DKconfig.devices11 bool "Use power LED as a heartbeat" if AMIGA || APOLLO || ATARI || Q40
18 # We have a dedicated heartbeat LED. :-)
/linux-4.4.14/Documentation/filesystems/
Ddlmfs.txt50 find its heartbeat area, though it will eventually support heartbeat
/linux-4.4.14/Documentation/filesystems/configfs/
Dconfigfs.txt399 example, ocfs2 mounts depend on a heartbeat region item. If that
416 it asks for a heartbeat region item. This is done via a call into the
417 heartbeat code. Inside the heartbeat code, the region item is looked
418 up. Here, the heartbeat code calls configfs_depend_item(). If it
419 succeeds, then heartbeat knows the region is safe to give to ocfs2.
420 If it fails, it was being torn down anyway, and heartbeat can gracefully
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbfa_ioc_ct.c269 ioc->ioc_regs.heartbeat = rb + BFA_IOC0_HBEAT_REG; in bfa_ioc_ct_reg_init()
277 ioc->ioc_regs.heartbeat = rb + BFA_IOC1_HBEAT_REG; in bfa_ioc_ct_reg_init()
331 ioc->ioc_regs.heartbeat = rb + CT2_BFA_IOC0_HBEAT_REG; in bfa_ioc_ct2_reg_init()
337 ioc->ioc_regs.heartbeat = rb + CT2_BFA_IOC1_HBEAT_REG; in bfa_ioc_ct2_reg_init()
Dbfa_ioc.h92 void __iomem *heartbeat; member
Dbfa_ioc.c1969 hb_count = readl(ioc->ioc_regs.heartbeat); in bfa_nw_ioc_hb_check()
1985 ioc->hb_count = readl(ioc->ioc_regs.heartbeat); in bfa_ioc_hb_monitor()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_init.c1072 u32 heartbeat, ret = -EIO; in qlcnic_check_fw_hearbeat() local
1075 adapter->heartbeat = QLC_SHARED_REG_RD32(adapter, in qlcnic_check_fw_hearbeat()
1080 heartbeat = QLC_SHARED_REG_RD32(adapter, in qlcnic_check_fw_hearbeat()
1082 if (heartbeat != adapter->heartbeat) { in qlcnic_check_fw_hearbeat()
Dqlcnic_83xx_init.c1578 u32 heartbeat, peg_status; in qlcnic_83xx_check_heartbeat() local
1582 p_dev->heartbeat = QLC_SHARED_REG_RD32(p_dev, in qlcnic_83xx_check_heartbeat()
1587 heartbeat = QLC_SHARED_REG_RD32(p_dev, in qlcnic_83xx_check_heartbeat()
1589 if (heartbeat != p_dev->heartbeat) { in qlcnic_83xx_check_heartbeat()
Dqlcnic_main.c3743 u32 state = 0, heartbeat; in qlcnic_check_health() local
3760 heartbeat = QLC_SHARED_REG_RD32(adapter, QLCNIC_PEG_ALIVE_COUNTER); in qlcnic_check_health()
3761 if (heartbeat != adapter->heartbeat) { in qlcnic_check_health()
3762 adapter->heartbeat = heartbeat; in qlcnic_check_health()
Dqlcnic.h1148 u32 heartbeat; member
/linux-4.4.14/arch/arm64/boot/dts/qcom/
Dapq8016-sbc.dtsi73 linux,default-trigger = "heartbeat";
/linux-4.4.14/drivers/parisc/
Dled.c98 struct lcd_block heartbeat; member
320 &lcd_info.heartbeat, in led_LCD_driver()
/linux-4.4.14/arch/powerpc/boot/dts/
Dlite5200b.dts30 linux,default-trigger = "heartbeat";
Dmpc8349emitx.dts327 linux,default-trigger = "heartbeat";
333 /* linux,default-trigger = "heartbeat"; */
Dxpedite5301.dts517 heartbeat {
520 linux,default-trigger = "heartbeat";
Dxpedite5370.dts515 heartbeat {
518 linux,default-trigger = "heartbeat";
Dxpedite5330.dts553 heartbeat {
556 linux,default-trigger = "heartbeat";
Dxcalibur1501.dts607 heartbeat {
610 linux,default-trigger = "heartbeat";
/linux-4.4.14/arch/avr32/boards/atstk1000/
DKconfig89 IDC cable. A default "heartbeat" trigger is provided, but
/linux-4.4.14/drivers/block/drbd/
DKconfig37 For automatic failover you need a cluster manager (e.g. heartbeat).
/linux-4.4.14/drivers/misc/sgi-xp/
Dxpc_sn2.c735 xpc_vars_sn2->heartbeat++; in xpc_increment_heartbeat_sn2()
784 remote_vars->heartbeat, part->last_heartbeat, in xpc_get_remote_heartbeat_sn2()
788 if ((remote_vars->heartbeat == part->last_heartbeat && in xpc_get_remote_heartbeat_sn2()
794 part->last_heartbeat = remote_vars->heartbeat; in xpc_get_remote_heartbeat_sn2()
944 part->last_heartbeat = remote_vars->heartbeat - 1; in xpc_update_partition_info_sn2()
1036 remote_vars->heartbeat, remote_vars->heartbeating_to_mask[0]); in xpc_identify_activate_IRQ_req_sn2()
Dxpc.h125 u64 heartbeat; member
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dmc13xxx.txt138 linux,default-trigger = "heartbeat";
/linux-4.4.14/arch/microblaze/boot/dts/
Dsystem.dts277 heartbeat {
280 linux,default-trigger = "heartbeat";
/linux-4.4.14/arch/arm64/boot/dts/arm/
Djuno-motherboard.dtsi167 linux,default-trigger = "heartbeat";
Dvexpress-v2m-rs1.dtsi324 linux,default-trigger = "heartbeat";
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h830 u8 heartbeat:1; member
836 u8 heartbeat:1; member
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-net-statistics181 reported as heartbeat errors. See the driver for the exact
Dsysfs-class-mic.txt160 via a heartbeat mechanism (see the description of
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h926 __u8 heartbeat:1; member
930 __u8 heartbeat:1; member
/linux-4.4.14/Documentation/laptops/
Dasus-laptop.txt75 kernel triggers like ide-disk or heartbeat.
/linux-4.4.14/drivers/atm/
Dfore200e.h706 u32 heartbeat; /* cp heartbeat */ member
Dfore200e.c1663 fore200e->name, fore200e->cp_queues->heartbeat); in fore200e_send()
2869 u32 hb = fore200e->bus->read(&fore200e->cp_queues->heartbeat); in fore200e_proc_read()
/linux-4.4.14/Documentation/sh/
Dnew-machine.txt156 - a 'heartbeat' function.
/linux-4.4.14/Documentation/networking/
Dvortex.txt312 The driver uses a one-minute heartbeat for adapting to changes in
/linux-4.4.14/drivers/block/
Dcciss.c1408 Heartbeat_type heartbeat; in cciss_getheartbeat() local
1414 heartbeat = readl(&h->cfgtable->HeartBeat); in cciss_getheartbeat()
1416 if (copy_to_user(argp, &heartbeat, sizeof(Heartbeat_type))) in cciss_getheartbeat()

12