Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Domap_gpio.c74 static int _get_gpio_direction(const struct gpio_bank *bank, int gpio) in _get_gpio_direction() function
109 input = _get_gpio_direction(bank, gpio); in _get_gpio_value()
272 if (_get_gpio_direction(bank, offset) == OMAP_GPIO_DIR_OUT) in omap_gpio_get_function()