wd_dev 257 drivers/watchdog/iTCO_wdt.c static int iTCO_wdt_start(struct watchdog_device *wd_dev) wd_dev 259 drivers/watchdog/iTCO_wdt.c struct iTCO_wdt_private *p = watchdog_get_drvdata(wd_dev); wd_dev 264 drivers/watchdog/iTCO_wdt.c iTCO_vendor_pre_start(p->smi_res, wd_dev->timeout); wd_dev 292 drivers/watchdog/iTCO_wdt.c static int iTCO_wdt_stop(struct watchdog_device *wd_dev) wd_dev 294 drivers/watchdog/iTCO_wdt.c struct iTCO_wdt_private *p = watchdog_get_drvdata(wd_dev); wd_dev 317 drivers/watchdog/iTCO_wdt.c static int iTCO_wdt_ping(struct watchdog_device *wd_dev) wd_dev 319 drivers/watchdog/iTCO_wdt.c struct iTCO_wdt_private *p = watchdog_get_drvdata(wd_dev); wd_dev 338 drivers/watchdog/iTCO_wdt.c static int iTCO_wdt_set_timeout(struct watchdog_device *wd_dev, unsigned int t) wd_dev 340 drivers/watchdog/iTCO_wdt.c struct iTCO_wdt_private *p = watchdog_get_drvdata(wd_dev); wd_dev 384 drivers/watchdog/iTCO_wdt.c wd_dev->timeout = t; wd_dev 388 drivers/watchdog/iTCO_wdt.c static unsigned int iTCO_wdt_get_timeleft(struct watchdog_device *wd_dev) wd_dev 390 drivers/watchdog/iTCO_wdt.c struct iTCO_wdt_private *p = watchdog_get_drvdata(wd_dev);