Searched refs:mtk_gpio_direction_input (Results 1 – 4 of 4) sorted by relevance
459 static int mtk_gpio_direction_input(struct udevice *dev, unsigned int off) in mtk_gpio_direction_input() function496 .direction_input = mtk_gpio_direction_input,
510 static int mtk_gpio_direction_input(struct gpio_chip *chip, unsigned int gpio) in mtk_gpio_direction_input() function569 chip->direction_input = mtk_gpio_direction_input; in mtk_build_gpiochip()
900 static int mtk_gpio_direction_input(struct gpio_chip *chip, unsigned int gpio) in mtk_gpio_direction_input() function968 chip->direction_input = mtk_gpio_direction_input; in mtk_build_gpiochip()
811 static int mtk_gpio_direction_input(struct gpio_chip *chip, in mtk_gpio_direction_input() function901 .direction_input = mtk_gpio_direction_input,