Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-moore.c501 static int mtk_gpio_set(struct gpio_chip *chip, unsigned int gpio, int value) in mtk_gpio_set() function
518 ret = mtk_gpio_set(chip, gpio, value); in mtk_gpio_direction_output()
592 chip->set = mtk_gpio_set; in mtk_build_gpiochip()
H A Dpinctrl-mtk-common.c90 static int mtk_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) in mtk_gpio_set() function
391 mtk_gpio_set(pctl->chip, pin, arg); in mtk_pconf_parse_conf()
824 ret = mtk_gpio_set(chip, offset, value); in mtk_gpio_direction_output()
911 .set = mtk_gpio_set,
H A Dpinctrl-paris.c876 static int mtk_gpio_set(struct gpio_chip *chip, unsigned int gpio, int value) in mtk_gpio_set() function
899 ret = mtk_gpio_set(chip, gpio, value); in mtk_gpio_direction_output()
954 chip->set = mtk_gpio_set; in mtk_build_gpiochip()