Searched refs:mtk_pconf_set_pull_select (Results  1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/pinctrl/mediatek/ | 
| D | pinctrl-mtk-common.c | 301 static int mtk_pconf_set_pull_select(struct mtk_pinctrl *pctl,  in mtk_pconf_set_pull_select()  function375 		ret = mtk_pconf_set_pull_select(pctl, pin, false, false, arg);  in mtk_pconf_parse_conf()
 378 		ret = mtk_pconf_set_pull_select(pctl, pin, true, true, arg);  in mtk_pconf_parse_conf()
 381 		ret = mtk_pconf_set_pull_select(pctl, pin, true, false, arg);  in mtk_pconf_parse_conf()
 
 |