Searched refs:meson_gpio_get (Results 1 – 5 of 5) sorted by relevance
96 .get_value = meson_gpio_get,
127 int meson_gpio_get(struct udevice *dev, unsigned int offset);
124 .get_value = meson_gpio_get,
86 int meson_gpio_get(struct udevice *dev, unsigned int offset) in meson_gpio_get() function
587 static int meson_gpio_get(struct gpio_chip *chip, unsigned gpio) in meson_gpio_get() function617 pc->chip.get = meson_gpio_get; in meson_gpiolib_register()