Searched refs:mtk_gpio_set (Results 1 – 1 of 1) sorted by relevance
93 static void mtk_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in mtk_gpio_set() function254 mtk_gpio_set(pctl->chip, pin, arg); in mtk_pconf_parse_conf()644 mtk_gpio_set(chip, offset, value); in mtk_gpio_direction_output()913 .set = mtk_gpio_set,