Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpio/
Dgpio-wm831x.c52 static int wm831x_gpio_get(struct gpio_chip *chip, unsigned offset) in wm831x_gpio_get() function
222 wm831x_gpio_get(chip, i) ? "high" : "low", in wm831x_gpio_dbg_show()
239 .get = wm831x_gpio_get,