/linux-4.1.27/drivers/watchdog/ |
D | iTCO_vendor_support.c | 180 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()
|
D | max63xx_wdt.c | 32 static unsigned int heartbeat = DEFAULT_HEARTBEAT; variable 183 if (heartbeat < 1 || heartbeat > MAX_HEARTBEAT) in max63xx_wdt_probe() 184 heartbeat = DEFAULT_HEARTBEAT; in max63xx_wdt_probe() 186 dev_info(&pdev->dev, "requesting %ds heartbeat\n", heartbeat); in max63xx_wdt_probe() 187 current_timeout = max63xx_select_timeout(table, heartbeat); in max63xx_wdt_probe() 197 heartbeat = current_timeout->twd; in max63xx_wdt_probe() 204 max63xx_wdt_dev.timeout = heartbeat; in max63xx_wdt_probe() 242 module_param(heartbeat, int, 0); 243 MODULE_PARM_DESC(heartbeat,
|
D | i6300esb.c | 91 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()
|
D | ixp4xx_wdt.c | 31 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)");
|
D | jz4740_wdt.c | 58 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()
|
D | pika_wdt.c | 38 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()
|
D | m54xx_wdt.c | 38 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)");
|
D | nv_tco.c | 59 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() 398 if (tco_timer_set_heartbeat(heartbeat)) { in nv_tco_init() 399 heartbeat = WATCHDOG_HEARTBEAT; in nv_tco_init() 400 tco_timer_set_heartbeat(heartbeat); in nv_tco_init() 402 heartbeat); in nv_tco_init() 417 tcobase, heartbeat, nowayout); in nv_tco_init()
|
D | iTCO_vendor.h | 9 #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
|
D | nuc900_wdt.c | 52 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()
|
D | sp5100_tco.c | 63 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()
|
D | at91sam9_wdt.c | 72 static int heartbeat; variable 73 module_param(heartbeat, int, 0); 74 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeats in seconds. " 90 unsigned long heartbeat; /* WDT heartbeat in jiffies */ member 127 mod_timer(&wdt->timer, jiffies + wdt->heartbeat); in at91_ping() 199 wdt->heartbeat = max_heartbeat / 4; in at91_wdt_init() 201 wdt->heartbeat = max_heartbeat / 2; in at91_wdt_init() 203 wdt->heartbeat = min_heartbeat; in at91_wdt_init() 236 watchdog_init_timeout(&wdt->wdd, heartbeat, dev); in at91_wdt_init()
|
D | shwdt.c | 72 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() 258 rc = sh_wdt_set_heartbeat(&sh_wdt_dev, heartbeat); in sh_wdt_probe() 343 module_param(heartbeat, int, 0); 344 MODULE_PARM_DESC(heartbeat,
|
D | stmp3xxx_rtc_wdt.c | 22 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()
|
D | pcwd_pci.c | 143 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()
|
D | pcwd.c | 201 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 …]
|
D | wdt.c | 62 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()
|
D | tegra_wdt.c | 74 static int heartbeat = WDT_HEARTBEAT; variable 75 module_param(heartbeat, int, 0); 76 MODULE_PARM_DESC(heartbeat, 216 wdd->timeout = heartbeat; in tegra_wdt_probe() 237 heartbeat, nowayout); in tegra_wdt_probe()
|
D | wdt_pci.c | 74 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()
|
D | bcm2835_wdt.c | 42 static unsigned int heartbeat; variable 130 watchdog_init_timeout(&bcm2835_wdt_wdd, heartbeat, dev); in bcm2835_wdt_probe() 175 module_param(heartbeat, uint, 0); 176 MODULE_PARM_DESC(heartbeat, "Initial watchdog heartbeat in seconds");
|
D | pcwd_usb.c | 61 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()
|
D | pnx4008_wdt.c | 79 static unsigned int heartbeat = DEFAULT_HEARTBEAT; variable 153 watchdog_init_timeout(&pnx4008_wdd, heartbeat, &pdev->dev); in pnx4008_wdt_probe() 222 module_param(heartbeat, uint, 0); 223 MODULE_PARM_DESC(heartbeat,
|
D | moxart_wdt.c | 35 static int heartbeat; variable 135 watchdog_init_timeout(&moxart_wdt->dev, heartbeat, dev); in moxart_wdt_probe() 182 module_param(heartbeat, int, 0); 183 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeat in seconds");
|
D | davinci_wdt.c | 57 static int heartbeat; variable 183 watchdog_init_timeout(wdd, heartbeat, dev); in davinci_wdt_probe() 232 module_param(heartbeat, int, 0); 233 MODULE_PARM_DESC(heartbeat,
|
D | imgpdc_wdt.c | 45 static int heartbeat = PDC_WDT_DEF_TIMEOUT; variable 46 module_param(heartbeat, int, 0); 47 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeats in seconds " 196 ret = watchdog_init_timeout(&pdc_wdt->wdt_dev, heartbeat, &pdev->dev); in pdc_wdt_probe()
|
D | octeon-wdt-main.c | 96 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()
|
D | iTCO_wdt.c | 113 static int heartbeat = WATCHDOG_TIMEOUT; /* in seconds */ variable 114 module_param(heartbeat, int, 0); 115 MODULE_PARM_DESC(heartbeat, "Watchdog timeout in seconds. " 525 if (iTCO_wdt_set_timeout(&iTCO_wdt_watchdog_dev, heartbeat)) { in iTCO_wdt_probe() 538 heartbeat, nowayout); in iTCO_wdt_probe()
|
D | ibmasr.c | 279 int heartbeat; in asr_ioctl() local 311 heartbeat = 256; in asr_ioctl() 312 return put_user(heartbeat, p); in asr_ioctl()
|
D | orion_wdt.c | 50 static int heartbeat = -1; /* module parameter (seconds) */ variable 570 watchdog_init_timeout(&dev->wdt, heartbeat, &pdev->dev); in orion_wdt_probe() 646 module_param(heartbeat, int, 0); 647 MODULE_PARM_DESC(heartbeat, "Initial watchdog heartbeat in seconds");
|
D | Kconfig | 609 configured with the "heartbeat" parameter. 765 expiration time can be configured with the "heartbeat" parameter. 888 "heartbeat" parameter.
|
/linux-4.1.27/drivers/misc/ibmasm/ |
D | heartbeat.c | 67 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()
|
D | Makefile | 9 heartbeat.o \
|
D | ibmasmfs.c | 232 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()
|
D | ibmasm.h | 156 struct command *heartbeat; member
|
/linux-4.1.27/Documentation/watchdog/ |
D | watchdog-parameters.txt | 54 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. 213 heartbeat: Initial watchdog heartbeat in seconds [all …]
|
D | wdt.txt | 28 heartbeat Watchdog heartbeat in seconds (default 60)
|
/linux-4.1.27/Documentation/devicetree/bindings/watchdog/ |
D | atmel-wdt.txt | 13 - atmel,max-heartbeat-sec : Should contain the maximum heartbeat value in 16 - atmel,min-heartbeat-sec : Should contain the minimum heartbeat value in 17 seconds. This value must be smaller than the max-heartbeat-sec value. 47 atmel,max-heartbeat-sec = <16>; 48 atmel,min-heartbeat-sec = <0>;
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | omap3-overo-summit-common.dtsi | 21 heartbeat { 24 linux,default-trigger = "heartbeat";
|
D | omap3-overo-tobi-common.dtsi | 19 heartbeat { 22 linux,default-trigger = "heartbeat";
|
D | imx28-sps1.dts | 152 linux,default-trigger = "heartbeat"; 159 linux,default-trigger = "heartbeat"; 166 default-trigger = "heartbeat";
|
D | omap3-overo-palo43-common.dtsi | 23 heartbeat { 26 linux,default-trigger = "heartbeat";
|
D | omap3-overo-gallop43-common.dtsi | 23 heartbeat { 26 linux,default-trigger = "heartbeat";
|
D | omap3-overo-chestnut43-common.dtsi | 23 heartbeat { 26 linux,default-trigger = "heartbeat";
|
D | imx6q-cm-fx6.dts | 28 heartbeat-led { 31 linux,default-trigger = "heartbeat";
|
D | kizbox.dts | 62 atmel,max-heartbeat-sec = <16>; 63 atmel,min-heartbeat-sec = <0>;
|
D | ste-nomadik-s8815.dts | 116 /* The user LED on the board is set up to be used for heartbeat */ 123 linux,default-trigger = "heartbeat";
|
D | at91sam9g20ek.dts | 21 linux,default-trigger = "heartbeat";
|
D | omap3-devkit8000.dts | 23 heartbeat { 27 linux,default-trigger = "heartbeat";
|
D | bcm2835-rpi.dtsi | 14 linux,default-trigger = "heartbeat";
|
D | at91sam9g20ek_2mmc.dts | 47 linux,default-trigger = "heartbeat";
|
D | stih416-b2020e.dts | 23 linux,default-trigger = "heartbeat";
|
D | stihxxx-b2120.dtsi | 21 linux,default-trigger = "heartbeat";
|
D | stih418-b2199.dts | 40 linux,default-trigger = "heartbeat";
|
D | exynos4412-odroidu3.dts | 31 linux,default-trigger = "heartbeat";
|
D | omap4-panda-es.dts | 63 heartbeat {
|
D | at91sam9x5cm.dtsi | 93 linux,default-trigger = "heartbeat";
|
D | exynos4412-tiny4412.dts | 36 linux,default-trigger = "heartbeat";
|
D | stih41x-b2020.dtsi | 36 linux,default-trigger = "heartbeat";
|
D | usb_a9260_common.dtsi | 105 linux,default-trigger = "heartbeat";
|
D | imx53-m53evk.dts | 64 linux,default-trigger = "heartbeat"; 70 linux,default-trigger = "heartbeat";
|
D | exynos4412-odroidx.dts | 31 linux,default-trigger = "heartbeat";
|
D | at91rm9200ek.dts | 133 linux,default-trigger = "heartbeat";
|
D | am335x-chiliboard.dts | 26 linux,default-trigger = "heartbeat";
|
D | sama5d3xcm.dtsi | 125 linux,default-trigger = "heartbeat";
|
D | usb_a9263.dts | 133 linux,default-trigger = "heartbeat";
|
D | integrator.dtsi | 106 linux,default-trigger = "heartbeat";
|
D | stih41x-b2000.dtsi | 39 linux,default-trigger = "heartbeat";
|
D | at91-foxg20.dts | 151 linux,default-trigger = "heartbeat";
|
D | pm9g45.dts | 152 linux,default-trigger = "heartbeat";
|
D | animeo_ip.dts | 130 linux,default-trigger = "heartbeat";
|
D | at91-qil_a9260.dts | 173 linux,default-trigger = "heartbeat";
|
D | omap3-beagle-xm.dts | 35 heartbeat { 38 linux,default-trigger = "heartbeat";
|
D | am335x-bone-common.dtsi | 28 label = "beaglebone:green:heartbeat"; 30 linux,default-trigger = "heartbeat";
|
D | at91-ariag25.dts | 176 linux,default-trigger = "heartbeat";
|
D | imx35-eukrea-mbimxsd35-baseboard.dts | 46 linux,default-trigger = "heartbeat";
|
D | omap3-beagle.dts | 39 heartbeat { 42 linux,default-trigger = "heartbeat";
|
D | at91sam9rlek.dts | 218 linux,default-trigger = "heartbeat";
|
D | orion5x-rd88f5182-nas.dts | 41 linux,default-trigger = "heartbeat";
|
D | at91sam9263ek.dts | 198 linux,default-trigger = "heartbeat";
|
D | imx25-eukrea-mbimxsd25-baseboard.dts | 45 linux,default-trigger = "heartbeat";
|
D | phy3250.dts | 199 linux,default-trigger = "heartbeat";
|
D | at91sam9n12ek.dts | 181 linux,default-trigger = "heartbeat";
|
D | imx28-apx4devkit.dts | 223 linux,default-trigger = "heartbeat";
|
D | at91sam9261ek.dts | 184 linux,default-trigger = "heartbeat";
|
D | imx51-apf51dev.dts | 75 linux,default-trigger = "heartbeat";
|
D | omap4-duovero-parlor.dts | 27 linux,default-trigger = "heartbeat";
|
D | imx6q-arm2.dts | 56 linux,default-trigger = "heartbeat";
|
D | imx28-apf28dev.dts | 209 linux,default-trigger = "heartbeat";
|
D | imx6qdl-gw552x.dtsi | 38 linux,default-trigger = "heartbeat";
|
D | s3c6410-mini6410.dts | 142 linux,default-trigger = "heartbeat";
|
D | omap4-panda-common.dtsi | 28 heartbeat { 31 linux,default-trigger = "heartbeat";
|
D | imx27-eukrea-mbimxsd27-baseboard.dts | 54 linux,default-trigger = "heartbeat";
|
D | imx27-apf27dev.dts | 59 linux,default-trigger = "heartbeat";
|
D | at91-sama5d3_xplained.dts | 307 linux,default-trigger = "heartbeat";
|
D | imx6qdl-gw51xx.dtsi | 37 linux,default-trigger = "heartbeat";
|
D | at91sam9m10g45ek.dts | 247 linux,default-trigger = "heartbeat";
|
D | imx6qdl-rex.dtsi | 66 linux,default-trigger = "heartbeat";
|
D | omap4-var-om44customboard.dtsi | 24 linux,default-trigger = "heartbeat";
|
D | imx27-phytec-phycore-rdk.dts | 265 linux,default-trigger = "heartbeat";
|
D | imx51-eukrea-mbimxsd51-baseboard.dts | 57 linux,default-trigger = "heartbeat";
|
D | at91-sama5d4_xplained.dts | 238 linux,default-trigger = "heartbeat";
|
D | ste-href.dtsi | 73 linux,default-trigger = "heartbeat";
|
D | zynq-zc702.dts | 42 linux,default-trigger = "heartbeat";
|
D | imx53-qsb-common.dtsi | 89 linux,default-trigger = "heartbeat";
|
D | sun4i-a10-cubieboard.dts | 171 linux,default-trigger = "heartbeat";
|
D | exynos4210-origen.dts | 301 linux,default-trigger = "heartbeat";
|
D | imx28-eukrea-mbmx28lc.dtsi | 64 linux,default-trigger = "heartbeat";
|
D | imx28-evk.dts | 368 linux,default-trigger = "heartbeat";
|
D | am437x-sk-evm.dts | 75 label = "am437x-sk:red:heartbeat"; 77 linux,default-trigger = "heartbeat";
|
D | am335x-evmsk.dts | 98 label = "evmsk:green:heartbeat"; 100 linux,default-trigger = "heartbeat";
|
D | omap3-cm-t3x.dtsi | 19 linux,default-trigger = "heartbeat";
|
D | at91-sama5d4ek.dts | 303 linux,default-trigger = "heartbeat";
|
D | imx6qdl-gw52xx.dtsi | 46 linux,default-trigger = "heartbeat";
|
D | imx6qdl-gw53xx.dtsi | 47 linux,default-trigger = "heartbeat";
|
D | imx6q-dmo-edmqmx6.dts | 78 linux,default-trigger = "heartbeat";
|
D | imx6q-gw5400-a.dts | 48 linux,default-trigger = "heartbeat";
|
D | imx6qdl-gw54xx.dtsi | 47 linux,default-trigger = "heartbeat";
|
D | ste-snowball.dts | 86 linux,default-trigger = "heartbeat";
|
D | vexpress-v2m-rs1.dtsi | 322 linux,default-trigger = "heartbeat";
|
D | vexpress-v2m.dtsi | 321 linux,default-trigger = "heartbeat";
|
D | imx6dl-riotboard.dts | 63 linux,default-trigger = "heartbeat";
|
D | imx53-tx53.dtsi | 65 linux,default-trigger = "heartbeat";
|
D | arm-realview-pb1176.dts | 125 linux,default-trigger = "heartbeat";
|
D | imx6sl-evk.dts | 38 linux,default-trigger = "heartbeat";
|
D | imx6qdl-tx6.dtsi | 64 linux,default-trigger = "heartbeat";
|
D | am57xx-beagle-x15.dts | 58 linux,default-trigger = "heartbeat";
|
D | omap5-uevm.dts | 72 linux,default-trigger = "heartbeat";
|
D | imx28-tx28.dts | 150 linux,default-trigger = "heartbeat";
|
D | omap3-pandora-common.dtsi | 65 linux,default-trigger = "heartbeat";
|
D | omap5-cm-t54.dts | 78 linux,default-trigger = "heartbeat";
|
D | omap3-n900.dts | 48 heartbeat {
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozpd.c | 48 .heartbeat = oz_usb_heartbeat, 130 hrtimer_init(&pd->heartbeat, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in oz_pd_alloc() 132 pd->heartbeat.function = oz_pd_heartbeat_event; in oz_pd_alloc() 182 if (hrtimer_active(&pd->heartbeat)) in oz_pd_destroy() 183 hrtimer_cancel(&pd->heartbeat); in oz_pd_destroy() 247 if (g_app_if[i].heartbeat && (apps & (1 << i))) { in oz_pd_heartbeat() 248 if (g_app_if[i].heartbeat(pd)) in oz_pd_heartbeat() 252 if ((!more) && (hrtimer_active(&pd->heartbeat))) in oz_pd_heartbeat() 253 hrtimer_cancel(&pd->heartbeat); in oz_pd_heartbeat()
|
D | ozproto.h | 38 int (*heartbeat)(struct oz_pd *pd); member
|
D | ozpd.h | 100 struct hrtimer heartbeat; member
|
D | ozproto.c | 539 pd = container_of(timer, struct oz_pd, heartbeat); in oz_pd_heartbeat_event() 582 if (!hrtimer_active(&pd->heartbeat)) in oz_timer_add() 583 hrtimer_start(&pd->heartbeat, ktime_set(due_time / in oz_timer_add()
|
/linux-4.1.27/arch/sh/drivers/ |
D | Makefile | 10 obj-$(CONFIG_HEARTBEAT) += heartbeat.o
|
/linux-4.1.27/fs/ocfs2/cluster/ |
D | Makefile | 3 ocfs2_nodemanager-objs := heartbeat.o masklog.o sys.o nodemanager.o \
|
/linux-4.1.27/Documentation/leds/ |
D | leds-blinkm.txt | 43 $ modprobe ledtrig-heartbeat 44 $ echo heartbeat > blinkm-6-9-green/trigger
|
/linux-4.1.27/arch/arc/boot/dts/ |
D | abilis_tb101_dvk.dts | 70 heartbeat { 73 linux,default-trigger = "heartbeat";
|
D | abilis_tb100_dvk.dts | 70 heartbeat { 73 linux,default-trigger = "heartbeat";
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | platform.c | 36 _F(void, heartbeat, (void), { });
|
/linux-4.1.27/drivers/leds/trigger/ |
D | Makefile | 4 obj-$(CONFIG_LEDS_TRIGGER_HEARTBEAT) += ledtrig-heartbeat.o
|
/linux-4.1.27/Documentation/devicetree/bindings/leds/ |
D | common.txt | 28 "heartbeat" - LED "double" flashes at a load average based rate 45 linux,default-trigger = "heartbeat";
|
D | leds-lp55xx.txt | 34 'lp5521_pri:channel1' and 'lp5521_pri:channel2', with a heartbeat trigger 46 linux,default-trigger = "heartbeat";
|
D | register-bit-led.txt | 45 linux,default-trigger = "heartbeat";
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | Makefile | 25 obj-$(CONFIG_HEART_BEAT) += heartbeat.o
|
/linux-4.1.27/fs/ocfs2/ |
D | Makefile | 23 heartbeat.o \
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio_lpc32xx.txt | 34 linux,default-trigger = "heartbeat";
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfa_ioc_cb.c | 155 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()
|
D | bfa_ioc_ct.c | 202 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()
|
D | bfa_ioc.h | 212 void __iomem *heartbeat; member
|
D | bfa_ioc.c | 1848 hb_count = readl(ioc->ioc_regs.heartbeat); in bfa_ioc_hb_check() 1863 ioc->hb_count = readl(ioc->ioc_regs.heartbeat); in bfa_ioc_hb_monitor()
|
/linux-4.1.27/Documentation/filesystems/ |
D | dlmfs.txt | 50 find its heartbeat area, though it will eventually support heartbeat
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.devices | 11 bool "Use power LED as a heartbeat" if AMIGA || APOLLO || ATARI || Q40 18 # We have a dedicated heartbeat LED. :-)
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bfa_ioc_ct.c | 270 ioc->ioc_regs.heartbeat = rb + BFA_IOC0_HBEAT_REG; in bfa_ioc_ct_reg_init() 278 ioc->ioc_regs.heartbeat = rb + BFA_IOC1_HBEAT_REG; in bfa_ioc_ct_reg_init() 332 ioc->ioc_regs.heartbeat = rb + CT2_BFA_IOC0_HBEAT_REG; in bfa_ioc_ct2_reg_init() 338 ioc->ioc_regs.heartbeat = rb + CT2_BFA_IOC1_HBEAT_REG; in bfa_ioc_ct2_reg_init()
|
D | bfa_ioc.h | 92 void __iomem *heartbeat; member
|
D | bfa_ioc.c | 1988 hb_count = readl(ioc->ioc_regs.heartbeat); in bfa_nw_ioc_hb_check() 2004 ioc->hb_count = readl(ioc->ioc_regs.heartbeat); in bfa_ioc_hb_monitor()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_init.c | 1072 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()
|
D | qlcnic_83xx_init.c | 1578 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()
|
D | qlcnic_main.c | 3733 u32 state = 0, heartbeat; in qlcnic_check_health() local 3750 heartbeat = QLC_SHARED_REG_RD32(adapter, QLCNIC_PEG_ALIVE_COUNTER); in qlcnic_check_health() 3751 if (heartbeat != adapter->heartbeat) { in qlcnic_check_health() 3752 adapter->heartbeat = heartbeat; in qlcnic_check_health()
|
D | qlcnic.h | 1147 u32 heartbeat; member
|
/linux-4.1.27/drivers/parisc/ |
D | led.c | 98 struct lcd_block heartbeat; member 320 &lcd_info.heartbeat, in led_LCD_driver()
|
/linux-4.1.27/Documentation/filesystems/configfs/ |
D | configfs.txt | 415 example, ocfs2 mounts depend on a heartbeat region item. If that 432 it asks for a heartbeat region item. This is done via a call into the 433 heartbeat code. Inside the heartbeat code, the region item is looked 434 up. Here, the heartbeat code calls configfs_depend_item(). If it 435 succeeds, then heartbeat knows the region is safe to give to ocfs2. 436 If it fails, it was being torn down anyway, and heartbeat can gracefully
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | lite5200b.dts | 30 linux,default-trigger = "heartbeat";
|
D | mpc8349emitx.dts | 327 linux,default-trigger = "heartbeat"; 333 /* linux,default-trigger = "heartbeat"; */
|
D | xpedite5370.dts | 515 heartbeat { 518 linux,default-trigger = "heartbeat";
|
D | xpedite5301.dts | 517 heartbeat { 520 linux,default-trigger = "heartbeat";
|
D | xpedite5330.dts | 553 heartbeat { 556 linux,default-trigger = "heartbeat";
|
D | xcalibur1501.dts | 607 heartbeat { 610 linux,default-trigger = "heartbeat";
|
/linux-4.1.27/arch/avr32/boards/atstk1000/ |
D | Kconfig | 89 IDC cable. A default "heartbeat" trigger is provided, but
|
/linux-4.1.27/drivers/block/drbd/ |
D | Kconfig | 37 For automatic failover you need a cluster manager (e.g. heartbeat).
|
/linux-4.1.27/drivers/misc/sgi-xp/ |
D | xpc_sn2.c | 735 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()
|
D | xpc.h | 125 u64 heartbeat; member
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | mc13xxx.txt | 138 linux,default-trigger = "heartbeat";
|
/linux-4.1.27/arch/microblaze/boot/dts/ |
D | system.dts | 277 heartbeat { 280 linux,default-trigger = "heartbeat";
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_msg.h | 746 u8 heartbeat:1; member 752 u8 heartbeat:1; member
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-net-statistics | 181 reported as heartbeat errors. See the driver for the exact
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_cpl.h | 926 __u8 heartbeat:1; member 930 __u8 heartbeat:1; member
|
/linux-4.1.27/drivers/atm/ |
D | fore200e.h | 706 u32 heartbeat; /* cp heartbeat */ member
|
D | fore200e.c | 1663 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.1.27/Documentation/laptops/ |
D | asus-laptop.txt | 75 kernel triggers like ide-disk or heartbeat.
|
/linux-4.1.27/Documentation/sh/ |
D | new-machine.txt | 156 - a 'heartbeat' function.
|
/linux-4.1.27/Documentation/networking/ |
D | vortex.txt | 312 The driver uses a one-minute heartbeat for adapting to changes in
|
/linux-4.1.27/drivers/block/ |
D | cciss.c | 1392 Heartbeat_type heartbeat; in cciss_getheartbeat() local 1398 heartbeat = readl(&h->cfgtable->HeartBeat); in cciss_getheartbeat() 1400 if (copy_to_user(argp, &heartbeat, sizeof(Heartbeat_type))) in cciss_getheartbeat()
|
/linux-4.1.27/drivers/scsi/ |
D | hpsa.c | 6670 u32 heartbeat; in detect_controller_lockup() local 6690 heartbeat = readl(&h->cfgtable->HeartBeat); in detect_controller_lockup() 6692 if (h->last_heartbeat == heartbeat) { in detect_controller_lockup() 6698 h->last_heartbeat = heartbeat; in detect_controller_lockup()
|