Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pinctrl/mediatek/
Dpinctrl-paris.c763 static int mtk_gpio_get_direction(struct gpio_chip *chip, unsigned int gpio) in mtk_gpio_get_direction() function
889 chip->get_direction = mtk_gpio_get_direction; in mtk_build_gpiochip()
Dpinctrl-mtk-common.c792 static int mtk_gpio_get_direction(struct gpio_chip *chip, unsigned offset) in mtk_gpio_get_direction() function
868 .get_direction = mtk_gpio_get_direction,