Lines Matching defs:cpwd
2 /* cpwd.c - driver implementation for hardware watchdog
40 #define DRIVER_NAME "cpwd"
73 struct cpwd {
95 static struct cpwd *cpwd_device;
205 static void cpwd_toggleintr(struct cpwd *p, int index, int enable)
224 static void cpwd_resetbrokentimer(struct cpwd *p, int index)
237 struct cpwd *p = cpwd_device;
263 static void cpwd_pingtimer(struct cpwd *p, int index)
273 static void cpwd_stoptimer(struct cpwd *p, int index)
292 static void cpwd_starttimer(struct cpwd *p, int index)
303 static int cpwd_getstatus(struct cpwd *p, int index)
355 struct cpwd *p = dev_id;
372 struct cpwd *p = cpwd_device;
417 struct cpwd *p = cpwd_device;
486 struct cpwd *p = cpwd_device;
520 struct cpwd *p;
620 struct cpwd *p = platform_get_drvdata(op);