Lines Matching refs:cpwd
71 struct cpwd { struct
93 static struct cpwd *cpwd_device; argument
203 static void cpwd_toggleintr(struct cpwd *p, int index, int enable) in cpwd_toggleintr()
222 static void cpwd_resetbrokentimer(struct cpwd *p, int index) in cpwd_resetbrokentimer()
235 struct cpwd *p = (struct cpwd *) data; in cpwd_brokentimer()
261 static void cpwd_pingtimer(struct cpwd *p, int index) in cpwd_pingtimer()
271 static void cpwd_stoptimer(struct cpwd *p, int index) in cpwd_stoptimer()
290 static void cpwd_starttimer(struct cpwd *p, int index) in cpwd_starttimer()
301 static int cpwd_getstatus(struct cpwd *p, int index) in cpwd_getstatus()
353 struct cpwd *p = dev_id; in cpwd_interrupt()
370 struct cpwd *p = cpwd_device; in cpwd_open()
415 struct cpwd *p = cpwd_device; in cpwd_ioctl()
502 struct cpwd *p = cpwd_device; in cpwd_write()
536 struct cpwd *p; in cpwd_probe()
644 struct cpwd *p = platform_get_drvdata(op); in cpwd_remove()