Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dnpcm_wdt.c43 struct npcm_wdt { struct
48 static inline struct npcm_wdt *to_npcm_wdt(struct watchdog_device *wdd) in to_npcm_wdt() argument
50 return container_of(wdd, struct npcm_wdt, wdd); in to_npcm_wdt()
55 struct npcm_wdt *wdt = to_npcm_wdt(wdd); in npcm_wdt_ping()
66 struct npcm_wdt *wdt = to_npcm_wdt(wdd); in npcm_wdt_start()
99 struct npcm_wdt *wdt = to_npcm_wdt(wdd); in npcm_wdt_stop()
138 struct npcm_wdt *wdt = data; in npcm_wdt_interrupt()
148 struct npcm_wdt *wdt = to_npcm_wdt(wdd); in npcm_wdt_restart()
158 struct npcm_wdt *wdt = to_npcm_wdt(wdd); in npcm_is_running()
182 struct npcm_wdt *wdt; in npcm_wdt_probe()
H A DMakefile65 obj-$(CONFIG_NPCM7XX_WATCHDOG) += npcm_wdt.o