Home
last modified time | relevance | path

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

/drivers/watchdog/
Dcpwd.c73 struct cpwd { struct
95 static struct cpwd *cpwd_device; argument
204 static void cpwd_toggleintr(struct cpwd *p, int index, int enable) in cpwd_toggleintr()
223 static void cpwd_resetbrokentimer(struct cpwd *p, int index) in cpwd_resetbrokentimer()
236 struct cpwd *p = cpwd_device; in cpwd_brokentimer()
262 static void cpwd_pingtimer(struct cpwd *p, int index) in cpwd_pingtimer()
272 static void cpwd_stoptimer(struct cpwd *p, int index) in cpwd_stoptimer()
291 static void cpwd_starttimer(struct cpwd *p, int index) in cpwd_starttimer()
302 static int cpwd_getstatus(struct cpwd *p, int index) in cpwd_getstatus()
354 struct cpwd *p = dev_id; in cpwd_interrupt()
[all …]
DMakefile205 obj-$(CONFIG_WATCHDOG_CP1XXX) += cpwd.o