![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-or-later */ 0002 /* 0003 * AD7879/AD7889 touchscreen (bus interfaces) 0004 * 0005 * Copyright (C) 2008-2010 Michael Hennerich, Analog Devices Inc. 0006 */ 0007 0008 #ifndef _AD7879_H_ 0009 #define _AD7879_H_ 0010 0011 #include <linux/types.h> 0012 0013 struct device; 0014 struct regmap; 0015 0016 extern const struct dev_pm_ops ad7879_pm_ops; 0017 0018 int ad7879_probe(struct device *dev, struct regmap *regmap, 0019 int irq, u16 bustype, u8 devid); 0020 0021 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |