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