Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Drk_gpio.c32 static int rockchip_gpio_direction_input(struct udevice *dev, unsigned offset) in rockchip_gpio_direction_input() function
162 .direction_input = rockchip_gpio_direction_input,
/openbmc/linux/drivers/gpio/
H A Dgpio-rockchip.c257 static int rockchip_gpio_direction_input(struct gpio_chip *gc, in rockchip_gpio_direction_input() function
324 .direction_input = rockchip_gpio_direction_input,
763 ret = rockchip_gpio_direction_input(&bank->gpio_chip, cfg->pin); in rockchip_gpio_probe()