Home
last modified time | relevance | path

Searched refs:ts4800_wdt (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/watchdog/
H A Dts4800_wdt.c28 struct ts4800_wdt { struct
57 static void ts4800_write_feed(struct ts4800_wdt *wdt, u32 val) in ts4800_write_feed()
64 struct ts4800_wdt *wdt = watchdog_get_drvdata(wdd); in ts4800_wdt_start()
72 struct ts4800_wdt *wdt = watchdog_get_drvdata(wdd); in ts4800_wdt_stop()
81 struct ts4800_wdt *wdt = watchdog_get_drvdata(wdd); in ts4800_wdt_set_timeout()
113 struct ts4800_wdt *wdt; in ts4800_wdt_probe()
H A DMakefile66 obj-$(CONFIG_TS4800_WATCHDOG) += ts4800_wdt.o