Home
last modified time | relevance | path

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

1234

/openbmc/linux/drivers/watchdog/
H A Debc-c384_wdt.c111 watchdog_init_timeout(wdd, timeout, dev); in ebc_c384_wdt_probe()
H A Dtqmx86_wdt.c100 watchdog_init_timeout(&priv->wdd, timeout, dev); in tqmx86_wdt_probe()
H A Dep93xx_wdt.c116 watchdog_init_timeout(wdd, timeout, dev); in ep93xx_wdt_probe()
H A Dwatchdog_core.c118 int watchdog_init_timeout(struct watchdog_device *wdd, in watchdog_init_timeout() function
156 EXPORT_SYMBOL_GPL(watchdog_init_timeout);
H A Dsun4v_wdt.c153 watchdog_init_timeout(&wdd, timeout, NULL); in sun4v_wdt_init()
H A Dat91sam9_wdt.c233 if (watchdog_init_timeout(&wdt->wdd, 0, dev)) in at91_wdt_init()
234 watchdog_init_timeout(&wdt->wdd, heartbeat, dev); in at91_wdt_init()
H A Dstpmic1_wdt.c109 watchdog_init_timeout(&wdt->wdtdev, 0, dev); in pmic_wdt_probe()
H A Dts72xx_wdt.c150 watchdog_init_timeout(wdd, timeout, dev); in ts72xx_wdt_probe()
H A Dsoftdog.c186 watchdog_init_timeout(&softdog_dev, soft_margin, NULL); in softdog_init()
H A Dmoxart_wdt.c128 watchdog_init_timeout(&moxart_wdt->dev, heartbeat, dev); in moxart_wdt_probe()
H A Drzn1_wdt.c159 ret = watchdog_init_timeout(&wdt->wdtdev, 0, dev); in rzn1_wdt_probe()
H A Dmenf21bmc_wdt.c143 watchdog_init_timeout(&drv_data->wdt, bmc_timeout / 10, dev); in menf21bmc_wdt_probe()
H A Ddigicolor_wdt.c141 watchdog_init_timeout(&dc_wdt_wdd, timeout, dev); in dc_wdt_probe()
H A Dloongson1_wdt.c134 watchdog_init_timeout(ls1x_wdt, heartbeat, dev); in ls1x_wdt_probe()
H A Dadvantech_ec_wdt.c161 watchdog_init_timeout(&adv_ec_wdt_dev, timeout, dev); in adv_ec_wdt_probe()
H A Dts4800_wdt.c156 watchdog_init_timeout(wdd, 0, dev); in ts4800_wdt_probe()
H A Dgpio_wdt.c159 watchdog_init_timeout(&priv->wdd, 0, dev); in gpio_wdt_probe()
H A Dxen_wdt.c135 watchdog_init_timeout(&xen_wdt_dev, timeout, NULL); in xen_wdt_probe()
H A Darm_smc_wdt.c146 watchdog_init_timeout(wdd, timeout, &pdev->dev); in smcwd_probe()
H A Dixp4xx_wdt.c172 watchdog_init_timeout(&iwdt->wdd, 0, dev); in ixp4xx_wdt_probe()
H A Dmenz69_wdt.c126 watchdog_init_timeout(&drv->wdt, 0, &dev->dev); in men_z069_probe()
H A Dmsc313e_wdt.c129 watchdog_init_timeout(&priv->wdev, timeout, dev); in msc313e_wdt_probe()
H A Dpnx4008_wdt.c187 watchdog_init_timeout(&pnx4008_wdd, heartbeat, dev); in pnx4008_wdt_probe()
H A Dvisconti_wdt.c156 ret = watchdog_init_timeout(wdev, 0, dev); in visconti_wdt_probe()
/openbmc/linux/include/linux/
H A Dwatchdog.h216 extern int watchdog_init_timeout(struct watchdog_device *wdd,

1234