Searched refs:mtk_gpio_set (Results 1 – 1 of 1) sorted by relevance
89 static int mtk_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) in mtk_gpio_set() function388 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,