Searched refs:watchdog_register_device (Results 1 – 25 of 37) sorted by relevance
12
261 int watchdog_register_device(struct watchdog_device *wdd) in watchdog_register_device() function282 EXPORT_SYMBOL_GPL(watchdog_register_device);341 ret = watchdog_register_device(wdd); in devm_watchdog_register_device()
148 ret = watchdog_register_device(&softdog_dev); in softdog_init()
157 err = watchdog_register_device(&wdd); in sun4v_wdt_init()
132 ret = watchdog_register_device(retu_wdt); in retu_wdt_probe()
156 return watchdog_register_device(&wm8350_wdt); in wm8350_wdt_probe()
229 ret = watchdog_register_device(&booke_wdt_dev); in booke_wdt_init()
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()
300 ret = watchdog_register_device(&wdt_dev); in diag288_init()
334 rc = watchdog_register_device(&wdt_dev); in it87_wdt_init()
210 ret = watchdog_register_device(wdd); in nic7018_probe()
256 ret = watchdog_register_device(&ie6xx_wdt_dev); in ie6xx_wdt_probe()
266 rc = watchdog_register_device(&sh_wdt_dev); in sh_wdt_probe()
213 ret = watchdog_register_device(wdd); in ni903x_acpi_add()
313 ret = watchdog_register_device(&coh901327_wdt); in coh901327_probe()
317 ret = watchdog_register_device(&edev->wdd); in esb_probe()
255 ret = watchdog_register_device(&priv->wdev); in rwdt_probe()
298 ret = watchdog_register_device(wdd); in dw_wdt_drv_probe()
345 retval = watchdog_register_device(&hpwdt_dev); in hpwdt_init_one()
210 extern int watchdog_register_device(struct watchdog_device *);
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.