Home
last modified time | relevance | path

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

12

/Linux-v6.6/drivers/watchdog/
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()
Dsun4v_wdt.c157 err = watchdog_register_device(&wdd); in sun4v_wdt_init()
Dbooke_wdt.c233 ret = watchdog_register_device(&booke_wdt_dev); in booke_wdt_init()
Dsoftdog.c203 ret = watchdog_register_device(&softdog_dev); in softdog_init()
Dtxx9wdt.c132 ret = watchdog_register_device(&txx9wdt); in txx9wdt_probe()
Ddiag288_wdt.c221 return watchdog_register_device(&wdt_dev); in diag288_init()
Dmenz69_wdt.c132 return watchdog_register_device(&drv->wdt); in men_z069_probe()
Dvia_wdt.c214 ret = watchdog_register_device(&wdt_dev); in wdt_probe()
Dit87_wdt.c332 rc = watchdog_register_device(&wdt_dev); in it87_wdt_init()
Dnic7018_wdt.c210 ret = watchdog_register_device(wdd); in nic7018_probe()
Die6xx_wdt.c256 ret = watchdog_register_device(&ie6xx_wdt_dev); in ie6xx_wdt_probe()
Dshwdt.c266 rc = watchdog_register_device(&sh_wdt_dev); in sh_wdt_probe()
Dni903x_wdt.c213 ret = watchdog_register_device(wdd); in ni903x_acpi_add()
Di6300esb.c317 ret = watchdog_register_device(&edev->wdd); in esb_probe()
Dhpwdt.c354 retval = watchdog_register_device(&hpwdt_dev); in hpwdt_init_one()
Drti_wdt.c337 ret = watchdog_register_device(wdd); in rti_wdt_probe()
Dw83627hf_wdt.c529 ret = watchdog_register_device(&wdt_dev); in wdt_init()
Drenesas_wdt.c284 ret = watchdog_register_device(&priv->wdev); in rwdt_probe()
Domap_wdt.c278 ret = watchdog_register_device(&wdev->wdog); in omap_wdt_probe()
Dsp805_wdt.c296 ret = watchdog_register_device(&wdt->wdd); in sp805_wdt_probe()
Dat91sam9_wdt.c236 err = watchdog_register_device(&wdt->wdd); in at91_wdt_init()
Docteon-wdt-main.c565 ret = watchdog_register_device(&octeon_wdt); in octeon_wdt_init()
/Linux-v6.6/Documentation/watchdog/
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);
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.
/Linux-v6.6/include/linux/
Dwatchdog.h218 extern int watchdog_register_device(struct watchdog_device *);

12