Searched refs:vf50_ts_get_gpiod (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/input/touchscreen/ |
H A D | colibri-vf50-ts.c | 244 static int vf50_ts_get_gpiod(struct device *dev, struct gpio_desc **gpio_d, vf50_ts_get_gpiod() function 335 error = vf50_ts_get_gpiod(dev, &touchdev->gpio_xp, "xp", GPIOD_OUT_LOW); vf50_ts_probe() 339 error = vf50_ts_get_gpiod(dev, &touchdev->gpio_xm, vf50_ts_probe() 344 error = vf50_ts_get_gpiod(dev, &touchdev->gpio_yp, "yp", GPIOD_OUT_LOW); vf50_ts_probe() 348 error = vf50_ts_get_gpiod(dev, &touchdev->gpio_ym, "ym", GPIOD_OUT_LOW); vf50_ts_probe()
|
Completed in 149 milliseconds