Lines Matching full:pullup
115 int val, val2, err, pullup, reg, ret = 1; in mtk_pinconf_get() local
125 err = hw->soc->bias_get_combo(hw, desc, &pullup, &ret); in mtk_pinconf_get()
140 err = hw->soc->bias_get_combo(hw, desc, &pullup, &ret); in mtk_pinconf_get()
145 if (!pullup) in mtk_pinconf_get()
157 err = hw->soc->bias_get_combo(hw, desc, &pullup, &ret); in mtk_pinconf_get()
162 if (pullup) in mtk_pinconf_get()
230 bool pullup; in mtk_pinconf_get() local
232 pullup = param == MTK_PIN_CONFIG_PU_ADV; in mtk_pinconf_get()
233 err = hw->soc->adv_pull_get(hw, desc, pullup, &ret); in mtk_pinconf_get()
382 bool pullup; in mtk_pinconf_set() local
384 pullup = param == MTK_PIN_CONFIG_PU_ADV; in mtk_pinconf_set()
385 err = hw->soc->adv_pull_set(hw, desc, pullup, in mtk_pinconf_set()