Lines Matching full:88
3 * Touchscreen driver for Marvell 88PM860x
14 #include <linux/mfd/88pm860x.h>
134 if (!of_property_read_u32(np, "marvell,88pm860x-gpadc-prebias", &n)) in pm860x_touch_dt_init()
136 if (!of_property_read_u32(np, "marvell,88pm860x-gpadc-slot-cycle", &n)) in pm860x_touch_dt_init()
138 if (!of_property_read_u32(np, "marvell,88pm860x-gpadc-off-scale", &n)) in pm860x_touch_dt_init()
140 if (!of_property_read_u32(np, "marvell,88pm860x-gpadc-sw-cal", &n)) in pm860x_touch_dt_init()
148 if (!of_property_read_u32(np, "marvell,88pm860x-tsi-prebias", &data)) { in pm860x_touch_dt_init()
155 if (!of_property_read_u32(np, "marvell,88pm860x-pen-prebias", &n)) in pm860x_touch_dt_init()
157 if (!of_property_read_u32(np, "marvell,88pm860x-pen-prechg", &n)) in pm860x_touch_dt_init()
164 of_property_read_u32(np, "marvell,88pm860x-resistor-X", res_x); in pm860x_touch_dt_init()
246 touch->idev->name = "88pm860x-touch"; in pm860x_touch_probe()
247 touch->idev->phys = "88pm860x/input0"; in pm860x_touch_probe()
288 .name = "88pm860x-touch",
294 MODULE_DESCRIPTION("Touchscreen driver for Marvell Semiconductor 88PM860x");
297 MODULE_ALIAS("platform:88pm860x-touch");