Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpio/
Dgpio-wm831x.c44 static int wm831x_gpio_get(struct gpio_chip *chip, unsigned offset) in wm831x_gpio_get() function
237 wm831x_gpio_get(chip, i) ? "high" : "low", in wm831x_gpio_dbg_show()
254 .get = wm831x_gpio_get,