Home
last modified time | relevance | path

Searched refs:gpiochip_get (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/gpio/
H A Dgpiolib.c3215 static int gpiochip_get(struct gpio_chip *gc, unsigned int offset) in gpiochip_get() function
3231 return gc->get ? gpiochip_get(gc, gpio_chip_hwgpio(desc)) : -EIO; in gpio_chip_get_value()
3294 value = gpiochip_get(gc, i); in gpio_chip_get_multiple()