Searched refs:vf50_ts_get_gpiod (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/input/touchscreen/ |
D | colibri-vf50-ts.c | 239 static int vf50_ts_get_gpiod(struct device *dev, struct gpio_desc **gpio_d, in vf50_ts_get_gpiod() function 324 error = vf50_ts_get_gpiod(dev, &touchdev->gpio_xp, "xp", GPIOD_OUT_LOW); in vf50_ts_probe() 328 error = vf50_ts_get_gpiod(dev, &touchdev->gpio_xm, in vf50_ts_probe() 333 error = vf50_ts_get_gpiod(dev, &touchdev->gpio_yp, "yp", GPIOD_OUT_LOW); in vf50_ts_probe() 337 error = vf50_ts_get_gpiod(dev, &touchdev->gpio_ym, "ym", GPIOD_OUT_LOW); in vf50_ts_probe()
|