Home
last modified time | relevance | path

Searched refs:gpio_d (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dcolibri-vf50-ts.c239 static int vf50_ts_get_gpiod(struct device *dev, struct gpio_desc **gpio_d, in vf50_ts_get_gpiod() argument
244 *gpio_d = devm_gpiod_get(dev, con_id, flags); in vf50_ts_get_gpiod()
245 if (IS_ERR(*gpio_d)) { in vf50_ts_get_gpiod()
246 error = PTR_ERR(*gpio_d); in vf50_ts_get_gpiod()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dcolibri-vf50-ts.c239 static int vf50_ts_get_gpiod(struct device *dev, struct gpio_desc **gpio_d, in vf50_ts_get_gpiod() argument
244 *gpio_d = devm_gpiod_get(dev, con_id, flags); in vf50_ts_get_gpiod()
245 if (IS_ERR(*gpio_d)) { in vf50_ts_get_gpiod()
246 error = PTR_ERR(*gpio_d); in vf50_ts_get_gpiod()

Completed in 2 milliseconds