Lines Matching full:88
3 * Touchscreen driver for Marvell 88PM860x
14 #include <linux/mfd/88pm860x.h>
133 if (!of_property_read_u32(np, "marvell,88pm860x-gpadc-prebias", &n)) in pm860x_touch_dt_init()
135 if (!of_property_read_u32(np, "marvell,88pm860x-gpadc-slot-cycle", &n)) in pm860x_touch_dt_init()
137 if (!of_property_read_u32(np, "marvell,88pm860x-gpadc-off-scale", &n)) in pm860x_touch_dt_init()
139 if (!of_property_read_u32(np, "marvell,88pm860x-gpadc-sw-cal", &n)) in pm860x_touch_dt_init()
147 if (!of_property_read_u32(np, "marvell,88pm860x-tsi-prebias", &data)) { in pm860x_touch_dt_init()
154 if (!of_property_read_u32(np, "marvell,88pm860x-pen-prebias", &n)) in pm860x_touch_dt_init()
156 if (!of_property_read_u32(np, "marvell,88pm860x-pen-prechg", &n)) in pm860x_touch_dt_init()
163 of_property_read_u32(np, "marvell,88pm860x-resistor-X", res_x); in pm860x_touch_dt_init()
252 touch->idev->name = "88pm860x-touch"; in pm860x_touch_probe()
253 touch->idev->phys = "88pm860x/input0"; in pm860x_touch_probe()
294 .name = "88pm860x-touch",
300 MODULE_DESCRIPTION("Touchscreen driver for Marvell Semiconductor 88PM860x");
303 MODULE_ALIAS("platform:88pm860x-touch");