Home
last modified time | relevance | path

Searched refs:watchdog_register_device (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/linux/drivers/watchdog/
H A Dwatchdog_core.c350 int watchdog_register_device(struct watchdog_device *wdd) in watchdog_register_device() function
371 EXPORT_SYMBOL_GPL(watchdog_register_device);
433 ret = watchdog_register_device(wdd); in devm_watchdog_register_device()
H A Dsun4v_wdt.c157 err = watchdog_register_device(&wdd); in sun4v_wdt_init()
H A Dsoftdog.c203 ret = watchdog_register_device(&softdog_dev); in softdog_init()
H A Dbooke_wdt.c233 ret = watchdog_register_device(&booke_wdt_dev); in booke_wdt_init()
H A Dtxx9wdt.c132 ret = watchdog_register_device(&txx9wdt); in txx9wdt_probe()
H A Dmenz69_wdt.c132 return watchdog_register_device(&drv->wdt); in men_z069_probe()
H A Ddiag288_wdt.c221 return watchdog_register_device(&wdt_dev); in diag288_init()
H A Dvia_wdt.c214 ret = watchdog_register_device(&wdt_dev); in wdt_probe()
H A Dnic7018_wdt.c210 ret = watchdog_register_device(wdd); in nic7018_probe()
H A Dit87_wdt.c344 rc = watchdog_register_device(&wdt_dev); in it87_wdt_init()
H A Dni903x_wdt.c213 ret = watchdog_register_device(wdd); in ni903x_acpi_add()
H A Die6xx_wdt.c256 ret = watchdog_register_device(&ie6xx_wdt_dev); in ie6xx_wdt_probe()
H A Dshwdt.c266 rc = watchdog_register_device(&sh_wdt_dev); in sh_wdt_probe()
H A Di6300esb.c317 ret = watchdog_register_device(&edev->wdd); in esb_probe()
H A Dhpwdt.c354 retval = watchdog_register_device(&hpwdt_dev); in hpwdt_init_one()
H A Drti_wdt.c338 ret = watchdog_register_device(wdd); in rti_wdt_probe()
H A Domap_wdt.c278 ret = watchdog_register_device(&wdev->wdog); in omap_wdt_probe()
H A Drenesas_wdt.c284 ret = watchdog_register_device(&priv->wdev); in rwdt_probe()
H A Dw83627hf_wdt.c529 ret = watchdog_register_device(&wdt_dev); in wdt_init()
H A Dsp805_wdt.c296 ret = watchdog_register_device(&wdt->wdd); in sp805_wdt_probe()
H A Dat91sam9_wdt.c236 err = watchdog_register_device(&wdt->wdd); in at91_wdt_init()
H A Docteon-wdt-main.c565 ret = watchdog_register_device(&octeon_wdt); in octeon_wdt_init()
/openbmc/linux/include/linux/
H A Dwatchdog.h218 extern int watchdog_register_device(struct watchdog_device *);
/openbmc/linux/Documentation/watchdog/
H A Dconvert_drivers_to_kernel_api.rst94 watchdog_register_device()::
194 Replace misc_register(&miscdev) with watchdog_register_device(&watchdog_dev).
199 + ret = watchdog_register_device(&s3c2410_wdd);
H A Dwatchdog-kernel-api.rst30 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 a
74 watchdog_register_device.
76 watchdog_register_device.

12