Home
last modified time | relevance | path

Searched refs:watchdog_init_timeout (Results 1 – 25 of 83) sorted by relevance

1234

/linux/drivers/watchdog/
A Dwatchdog_core.c115 int watchdog_init_timeout(struct watchdog_device *wdd, in watchdog_init_timeout() function
153 EXPORT_SYMBOL_GPL(watchdog_init_timeout);
A Dat91sam9_wdt.c234 if (watchdog_init_timeout(&wdt->wdd, 0, dev)) in at91_wdt_init()
235 watchdog_init_timeout(&wdt->wdd, heartbeat, dev); in at91_wdt_init()
A Debc-c384_wdt.c111 watchdog_init_timeout(wdd, timeout, dev); in ebc_c384_wdt_probe()
A Dep93xx_wdt.c119 watchdog_init_timeout(wdd, timeout, dev); in ep93xx_wdt_probe()
A Dtqmx86_wdt.c100 watchdog_init_timeout(&priv->wdd, timeout, dev); in tqmx86_wdt_probe()
A Dsun4v_wdt.c153 watchdog_init_timeout(&wdd, timeout, NULL); in sun4v_wdt_init()
A Dmt7621_wdt.c144 watchdog_init_timeout(&mt7621_wdt_dev, mt7621_wdt_dev.max_timeout, in mt7621_wdt_probe()
A Dstpmic1_wdt.c109 watchdog_init_timeout(&wdt->wdtdev, 0, dev); in pmic_wdt_probe()
A Dts72xx_wdt.c152 watchdog_init_timeout(wdd, timeout, dev); in ts72xx_wdt_probe()
A Dixp4xx_wdt.c148 watchdog_init_timeout(&iwdt->wdd, 0, dev); in ixp4xx_wdt_probe()
A Dloongson1_wdt.c130 watchdog_init_timeout(ls1x_wdt, heartbeat, dev); in ls1x_wdt_probe()
A Dmoxart_wdt.c130 watchdog_init_timeout(&moxart_wdt->dev, heartbeat, dev); in moxart_wdt_probe()
A Drt2880_wdt.c162 watchdog_init_timeout(&rt288x_wdt_dev, rt288x_wdt_dev.max_timeout, in rt288x_wdt_probe()
A Dsoftdog.c186 watchdog_init_timeout(&softdog_dev, soft_margin, NULL); in softdog_init()
A Ddigicolor_wdt.c141 watchdog_init_timeout(&dc_wdt_wdd, timeout, dev); in dc_wdt_probe()
A Dmenf21bmc_wdt.c143 watchdog_init_timeout(&drv_data->wdt, bmc_timeout / 10, dev); in menf21bmc_wdt_probe()
A Dts4800_wdt.c155 watchdog_init_timeout(wdd, 0, dev); in ts4800_wdt_probe()
A Dgpio_wdt.c159 watchdog_init_timeout(&priv->wdd, 0, dev); in gpio_wdt_probe()
A Darm_smc_wdt.c146 watchdog_init_timeout(wdd, timeout, &pdev->dev); in smcwd_probe()
A Dmenz69_wdt.c130 watchdog_init_timeout(&drv->wdt, 0, &dev->dev); in men_z069_probe()
A Dmsc313e_wdt.c125 watchdog_init_timeout(&priv->wdev, timeout, dev); in msc313e_wdt_probe()
A Dxen_wdt.c135 watchdog_init_timeout(&xen_wdt_dev, timeout, NULL); in xen_wdt_probe()
A Drn5t618_wdt.c164 watchdog_init_timeout(&wdt->wdt_dev, timeout, dev); in rn5t618_wdt_probe()
A Dftwdt010_wdt.c149 watchdog_init_timeout(&gwdt->wdd, 0, dev); in ftwdt010_wdt_probe()
/linux/include/linux/
A Dwatchdog.h216 extern int watchdog_init_timeout(struct watchdog_device *wdd,

Completed in 55 milliseconds

1234