Searched refs:mtk_pconf_set_pull_select (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common.c | 285 static int mtk_pconf_set_pull_select(struct mtk_pinctrl *pctl, in mtk_pconf_set_pull_select() function 343 ret = mtk_pconf_set_pull_select(pctl, pin, false, false, arg); in mtk_pconf_parse_conf() 346 ret = mtk_pconf_set_pull_select(pctl, pin, true, true, arg); in mtk_pconf_parse_conf() 349 ret = mtk_pconf_set_pull_select(pctl, pin, true, false, arg); in mtk_pconf_parse_conf()
|