aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/ad7879.h
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2010-06-30 14:50:51 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2010-07-03 13:13:14 -0700
commit14fbbc36d126d7ec7717144def386b9fc4c7fba2 (patch)
tree425be4f1742e0f9de874573d4f10e9831f3ca27d /drivers/input/touchscreen/ad7879.h
parentInput: ad7879 - split bus logic out (diff)
downloadlinux-dev-14fbbc36d126d7ec7717144def386b9fc4c7fba2.tar.xz
linux-dev-14fbbc36d126d7ec7717144def386b9fc4c7fba2.zip
Input: ad7879 - add open and close methods
Tested-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to '')
-rw-r--r--drivers/input/touchscreen/ad7879.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/touchscreen/ad7879.h b/drivers/input/touchscreen/ad7879.h
index 169f155db3b9..6b45a27236c7 100644
--- a/drivers/input/touchscreen/ad7879.h
+++ b/drivers/input/touchscreen/ad7879.h
@@ -21,8 +21,8 @@ struct ad7879_bus_ops {
int (*write)(struct device *dev, u8 reg, u16 val);
};
-void ad7879_disable(struct ad7879 *);
-void ad7879_enable(struct ad7879 *);
+void ad7879_suspend(struct ad7879 *);
+void ad7879_resume(struct ad7879 *);
struct ad7879 *ad7879_probe(struct device *dev, u8 devid, unsigned irq,
const struct ad7879_bus_ops *bops);
void ad7879_remove(struct ad7879 *);