Searched refs:meson_gpio_get (Results 1 – 2 of 2) sorted by relevance
153 static int meson_gpio_get(struct udevice *dev, unsigned int offset) in meson_gpio_get() function247 .get_value = meson_gpio_get,
587 static int meson_gpio_get(struct gpio_chip *chip, unsigned gpio) in meson_gpio_get() function616 pc->chip.get = meson_gpio_get; in meson_gpiolib_register()