Searched refs:wd_dev (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/misc/mei/
H A Dwd.c209 * @wd_dev: watchdog device struct
213 static int mei_wd_ops_start(struct watchdog_device *wd_dev) mei_wd_ops_start() argument
219 dev = watchdog_get_drvdata(wd_dev); mei_wd_ops_start()
249 * @wd_dev: watchdog device struct
253 static int mei_wd_ops_stop(struct watchdog_device *wd_dev) mei_wd_ops_stop() argument
257 dev = watchdog_get_drvdata(wd_dev); mei_wd_ops_stop()
271 * @wd_dev: watchdog device struct
275 static int mei_wd_ops_ping(struct watchdog_device *wd_dev) mei_wd_ops_ping() argument
281 dev = watchdog_get_drvdata(wd_dev); mei_wd_ops_ping()
321 * @wd_dev: watchdog device struct
326 static int mei_wd_ops_set_timeout(struct watchdog_device *wd_dev, mei_wd_ops_set_timeout() argument
331 dev = watchdog_get_drvdata(wd_dev); mei_wd_ops_set_timeout()
342 wd_dev->timeout = timeout; mei_wd_ops_set_timeout()
/linux-4.1.27/drivers/watchdog/
H A DiTCO_wdt.c204 static int iTCO_wdt_start(struct watchdog_device *wd_dev) iTCO_wdt_start() argument
210 iTCO_vendor_pre_start(iTCO_wdt_private.smi_res, wd_dev->timeout); iTCO_wdt_start()
238 static int iTCO_wdt_stop(struct watchdog_device *wd_dev) iTCO_wdt_stop() argument
262 static int iTCO_wdt_ping(struct watchdog_device *wd_dev) iTCO_wdt_ping() argument
266 iTCO_vendor_pre_keepalive(iTCO_wdt_private.smi_res, wd_dev->timeout); iTCO_wdt_ping()
283 static int iTCO_wdt_set_timeout(struct watchdog_device *wd_dev, unsigned int t) iTCO_wdt_set_timeout() argument
330 wd_dev->timeout = t; iTCO_wdt_set_timeout()
334 static unsigned int iTCO_wdt_get_timeleft(struct watchdog_device *wd_dev) iTCO_wdt_get_timeleft() argument

Completed in 101 milliseconds