Searched refs:gpiochip_get (Results 1 – 1 of 1) sorted by relevance
3362 static int gpiochip_get(struct gpio_chip *gc, unsigned int offset) in gpiochip_get() function3382 return gc->get ? gpiochip_get(gc, gpiod_hwgpio(desc)) : -EIO; in gpio_chip_get_value()3446 value = gpiochip_get(gc, i); in gpio_chip_get_multiple()