Home
last modified time | relevance | path

Searched refs:watchdog_set_restart_priority (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.1.9/drivers/watchdog/
Dwatchdog_core.c234 void watchdog_set_restart_priority(struct watchdog_device *wdd, int priority) in watchdog_set_restart_priority() function
238 EXPORT_SYMBOL_GPL(watchdog_set_restart_priority);
Dmoxart_wdt.c132 watchdog_set_restart_priority(&moxart_wdt->dev, 128); in moxart_wdt_probe()
Ddigicolor_wdt.c140 watchdog_set_restart_priority(&dc_wdt_wdd, 128); in dc_wdt_probe()
Dgxp-wdt.c150 watchdog_set_restart_priority(&drvdata->wdd, 128); in gxp_wdt_probe()
Dpnx4008_wdt.c214 watchdog_set_restart_priority(&pnx4008_wdd, 128); in pnx4008_wdt_probe()
Dapple_wdt.c204 watchdog_set_restart_priority(&wdt->wdd, 128); in apple_wdt_probe()
Dbcm2835_wdt.c201 watchdog_set_restart_priority(&bcm2835_wdt_wdd, 128); in bcm2835_wdt_probe()
Dmeson_wdt.c191 watchdog_set_restart_priority(&meson_wdt->wdt_dev, 128); in meson_wdt_probe()
Dbcm47xx_wdt.c202 watchdog_set_restart_priority(&wdt->wdd, 64); in bcm47xx_wdt_probe()
Dda9063_wdt.c234 watchdog_set_restart_priority(wdd, 128); in da9063_wdt_probe()
Dsunplus_wdt.c197 watchdog_set_restart_priority(&priv->wdev, 128); in sp_wdt_probe()
Drave-sp-wdt.c290 watchdog_set_restart_priority(wdd, 255); in rave_sp_wdt_probe()
Dimgpdc_wdt.c289 watchdog_set_restart_priority(&pdc_wdt->wdt_dev, 128); in pdc_wdt_probe()
Dda9062_wdt.c222 watchdog_set_restart_priority(&wdt->wdtdev, 128); in da9062_wdt_probe()
Ddavinci_wdt.c239 watchdog_set_restart_priority(wdd, 128); in davinci_wdt_probe()
Drti_wdt.c246 watchdog_set_restart_priority(wdd, 128); in rti_wdt_probe()
Dsunxi_wdt.c275 watchdog_set_restart_priority(&sunxi_wdt->wdt_dev, 128); in sunxi_wdt_probe()
Dlpc18xx_wdt.c282 watchdog_set_restart_priority(&lpc18xx_wdt->wdt_dev, 128); in lpc18xx_wdt_probe()
Dasm9260_wdt.c344 watchdog_set_restart_priority(wdd, 128); in asm9260_wdt_probe()
Dsp805_wdt.c275 watchdog_set_restart_priority(&wdt->wdd, 128); in sp805_wdt_probe()
Drenesas_wdt.c271 watchdog_set_restart_priority(&priv->wdev, 0); in rwdt_probe()
Dimx2_wdt.c324 watchdog_set_restart_priority(wdog, 128); in imx2_wdt_probe()
Drealtek_otto_wdt.c356 watchdog_set_restart_priority(&ctrl->wdev, 128); in otto_wdt_probe()
Dmtk_wdt.c376 watchdog_set_restart_priority(&mtk_wdt->wdt_dev, 128); in mtk_wdt_probe()
/linux-6.1.9/include/linux/
Dwatchdog.h215 void watchdog_set_restart_priority(struct watchdog_device *wdd, int priority);

12