Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/watchdog/
H A 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);
H A Dmoxart_wdt.c130 watchdog_set_restart_priority(&moxart_wdt->dev, 128); in moxart_wdt_probe()
H A Ddigicolor_wdt.c140 watchdog_set_restart_priority(&dc_wdt_wdd, 128); in dc_wdt_probe()
H A Dgxp-wdt.c150 watchdog_set_restart_priority(&drvdata->wdd, 128); in gxp_wdt_probe()
H A Dpnx4008_wdt.c201 watchdog_set_restart_priority(&pnx4008_wdd, 128); in pnx4008_wdt_probe()
H A Dapple_wdt.c188 watchdog_set_restart_priority(&wdt->wdd, 128); in apple_wdt_probe()
H A Dbcm47xx_wdt.c202 watchdog_set_restart_priority(&wdt->wdd, 64); in bcm47xx_wdt_probe()
H A Dbcm2835_wdt.c202 watchdog_set_restart_priority(&bcm2835_wdt_wdd, 128); in bcm2835_wdt_probe()
H A Dmeson_wdt.c191 watchdog_set_restart_priority(&meson_wdt->wdt_dev, 128); in meson_wdt_probe()
H A Dsunplus_wdt.c197 watchdog_set_restart_priority(&priv->wdev, 128); in sp_wdt_probe()
H A Dda9063_wdt.c243 watchdog_set_restart_priority(wdd, 128); in da9063_wdt_probe()
H A Dimgpdc_wdt.c264 watchdog_set_restart_priority(&pdc_wdt->wdt_dev, 128); in pdc_wdt_probe()
H A Drave-sp-wdt.c290 watchdog_set_restart_priority(wdd, 255); in rave_sp_wdt_probe()
H A Ddavinci_wdt.c223 watchdog_set_restart_priority(wdd, 128); in davinci_wdt_probe()
H A Dda9062_wdt.c231 watchdog_set_restart_priority(&wdt->wdtdev, 128); in da9062_wdt_probe()
H A Dlpc18xx_wdt.c256 watchdog_set_restart_priority(&lpc18xx_wdt->wdt_dev, 128); in lpc18xx_wdt_probe()
H A Dsunxi_wdt.c274 watchdog_set_restart_priority(&sunxi_wdt->wdt_dev, 128); in sunxi_wdt_probe()
H A Dasm9260_wdt.c344 watchdog_set_restart_priority(wdd, 128); in asm9260_wdt_probe()
H A Drti_wdt.c259 watchdog_set_restart_priority(wdd, 128); in rti_wdt_probe()
H A Drenesas_wdt.c271 watchdog_set_restart_priority(&priv->wdev, 0); in rwdt_probe()
H A Drealtek_otto_wdt.c343 watchdog_set_restart_priority(&ctrl->wdev, 128); in otto_wdt_probe()
H A Dsp805_wdt.c275 watchdog_set_restart_priority(&wdt->wdd, 128); in sp805_wdt_probe()
H A Dimx2_wdt.c345 watchdog_set_restart_priority(wdog, 128); in imx2_wdt_probe()
H A Dmtk_wdt.c389 watchdog_set_restart_priority(&mtk_wdt->wdt_dev, 128); in mtk_wdt_probe()
/openbmc/linux/include/linux/
H A Dwatchdog.h215 void watchdog_set_restart_priority(struct watchdog_device *wdd, int priority);

12