Lines Matching refs:pullup
112 int val, val2, err, pullup, reg, ret = 1; in mtk_pinconf_get() local
122 err = hw->soc->bias_get_combo(hw, desc, &pullup, &ret); in mtk_pinconf_get()
137 err = hw->soc->bias_get_combo(hw, desc, &pullup, &ret); in mtk_pinconf_get()
142 if (!pullup) in mtk_pinconf_get()
154 err = hw->soc->bias_get_combo(hw, desc, &pullup, &ret); in mtk_pinconf_get()
159 if (pullup) in mtk_pinconf_get()
227 bool pullup; in mtk_pinconf_get() local
229 pullup = param == MTK_PIN_CONFIG_PU_ADV; in mtk_pinconf_get()
230 err = hw->soc->adv_pull_get(hw, desc, pullup, &ret); in mtk_pinconf_get()
379 bool pullup; in mtk_pinconf_set() local
381 pullup = param == MTK_PIN_CONFIG_PU_ADV; in mtk_pinconf_set()
382 err = hw->soc->adv_pull_set(hw, desc, pullup, in mtk_pinconf_set()