Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dts4800_wdt.c30 struct ts4800_wdt { struct
59 static void ts4800_write_feed(struct ts4800_wdt *wdt, u32 val) in ts4800_write_feed()
66 struct ts4800_wdt *wdt = watchdog_get_drvdata(wdd); in ts4800_wdt_start()
74 struct ts4800_wdt *wdt = watchdog_get_drvdata(wdd); in ts4800_wdt_stop()
83 struct ts4800_wdt *wdt = watchdog_get_drvdata(wdd); in ts4800_wdt_set_timeout()
115 struct ts4800_wdt *wdt; in ts4800_wdt_probe()
H A DMakefile67 obj-$(CONFIG_TS4800_WATCHDOG) += ts4800_wdt.o