Searched refs:rockchip_gpio_direction_input (Results 1 – 2 of 2) sorted by relevance
32 static int rockchip_gpio_direction_input(struct udevice *dev, unsigned offset) in rockchip_gpio_direction_input() function162 .direction_input = rockchip_gpio_direction_input,
257 static int rockchip_gpio_direction_input(struct gpio_chip *gc, in rockchip_gpio_direction_input() function324 .direction_input = rockchip_gpio_direction_input,763 ret = rockchip_gpio_direction_input(&bank->gpio_chip, cfg->pin); in rockchip_gpio_probe()