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.c499 static int mtk_gpio_set(struct gpio_chip *chip, unsigned int gpio, int value) in mtk_gpio_set() function
516 ret = mtk_gpio_set(chip, gpio, value); in mtk_gpio_direction_output()
572 chip->set = mtk_gpio_set; in mtk_build_gpiochip()
H A Dpinctrl-mtk-common.c89 static int mtk_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) in mtk_gpio_set() function
388 mtk_gpio_set(pctl->chip, pin, arg); in mtk_pconf_parse_conf()
814 ret = mtk_gpio_set(chip, offset, value); in mtk_gpio_direction_output()
901 .set = mtk_gpio_set,
H A Dpinctrl-paris.c877 static int mtk_gpio_set(struct gpio_chip *chip, unsigned int gpio, int value) in mtk_gpio_set() function
897 ret = mtk_gpio_set(chip, gpio, value); in mtk_gpio_direction_output()
952 chip->set = mtk_gpio_set; in mtk_build_gpiochip()