Searched refs:mtk_pmx_gpio_set_direction (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/pinctrl/mediatek/ |
| H A D | pinctrl-mtk-common.c | 66 static int mtk_pmx_gpio_set_direction(struct pinctrl_dev *pctldev, in mtk_pmx_gpio_set_direction() function 387 mtk_pmx_gpio_set_direction(pctldev, NULL, pin, true); in mtk_pconf_parse_conf() 392 ret = mtk_pmx_gpio_set_direction(pctldev, NULL, pin, false); in mtk_pconf_parse_conf() 395 mtk_pmx_gpio_set_direction(pctldev, NULL, pin, true); in mtk_pconf_parse_conf() 815 return mtk_pmx_gpio_set_direction(pctl->pctl_dev, NULL, offset, true); in mtk_gpio_direction_input() 828 return mtk_pmx_gpio_set_direction(pctl->pctl_dev, NULL, offset, false); in mtk_gpio_direction_output() 1007 mtk_pmx_gpio_set_direction(pctl->pctl_dev, NULL, pin->pin.number, in mtk_xt_set_gpio_as_eint()
|