Searched refs:watchdog_register_device (Results 1 – 25 of 34) sorted by relevance
12
346 int watchdog_register_device(struct watchdog_device *wdd) in watchdog_register_device() function367 EXPORT_SYMBOL_GPL(watchdog_register_device);429 ret = watchdog_register_device(wdd); in devm_watchdog_register_device()
157 err = watchdog_register_device(&wdd); in sun4v_wdt_init()
233 ret = watchdog_register_device(&booke_wdt_dev); in booke_wdt_init()
203 ret = watchdog_register_device(&softdog_dev); in softdog_init()
156 return watchdog_register_device(&wm8350_wdt); in wm8350_wdt_probe()
132 ret = watchdog_register_device(&txx9wdt); in txx9wdt_probe()
136 return watchdog_register_device(&men_z069_wdt); in men_z069_probe()
169 return watchdog_register_device(&wdt->wdt_dev); in rn5t618_wdt_probe()
214 ret = watchdog_register_device(&wdt_dev); in wdt_probe()
205 ret = watchdog_register_device(&wdt->wdd); in bcm47xx_wdt_probe()
332 rc = watchdog_register_device(&wdt_dev); in it87_wdt_init()
296 ret = watchdog_register_device(&wdt_dev); in diag288_init()
210 ret = watchdog_register_device(wdd); in nic7018_probe()
213 ret = watchdog_register_device(wdd); in ni903x_acpi_add()
266 rc = watchdog_register_device(&sh_wdt_dev); in sh_wdt_probe()
256 ret = watchdog_register_device(&ie6xx_wdt_dev); in ie6xx_wdt_probe()
317 ret = watchdog_register_device(&edev->wdd); in esb_probe()
289 ret = watchdog_register_device(wdd); in rti_wdt_probe()
352 retval = watchdog_register_device(&hpwdt_dev); in hpwdt_init_one()
294 ret = watchdog_register_device(&wdt->wdd); in sp805_wdt_probe()
278 ret = watchdog_register_device(&wdev->wdog); in omap_wdt_probe()
284 ret = watchdog_register_device(&priv->wdev); in rwdt_probe()
94 watchdog_register_device()::194 Replace misc_register(&miscdev) with watchdog_register_device(&watchdog_dev).199 + ret = watchdog_register_device(&s3c2410_wdd);
30 extern int watchdog_register_device(struct watchdog_device *);33 The watchdog_register_device routine registers a watchdog timer device.71 * id: set by watchdog_register_device, id 0 is special. It has both a74 watchdog_register_device.76 watchdog_register_device.
218 extern int watchdog_register_device(struct watchdog_device *);