Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-moore.c525 static int mtk_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) in mtk_gpio_get_direction() function
588 chip->get_direction = mtk_gpio_get_direction; in mtk_build_gpiochip()
H A Dpinctrl-paris.c836 static int mtk_gpio_get_direction(struct gpio_chip *chip, unsigned int gpio) in mtk_gpio_get_direction() function
950 chip->get_direction = mtk_gpio_get_direction; in mtk_build_gpiochip()
H A Dpinctrl-mtk-common.c831 static int mtk_gpio_get_direction(struct gpio_chip *chip, unsigned offset) in mtk_gpio_get_direction() function
907 .get_direction = mtk_gpio_get_direction,