Home
last modified time | relevance | path

Searched refs:bias_get (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-moore.c144 } else if (hw->soc->bias_get) { in mtk_pinconf_get()
145 err = hw->soc->bias_get(hw, desc, 1, &ret); in mtk_pinconf_get()
161 } else if (hw->soc->bias_get) { in mtk_pinconf_get()
162 err = hw->soc->bias_get(hw, desc, 0, &ret); in mtk_pinconf_get()
H A Dpinctrl-mt7629.c424 .bias_get = mtk_pinconf_bias_get_rev1,
H A Dpinctrl-mtk-common-v2.h261 int (*bias_get)(struct mtk_pinctrl *hw, member
H A Dpinctrl-mt7986.c928 .bias_get = mtk_pinconf_bias_get,
954 .bias_get = mtk_pinconf_bias_get,
H A Dpinctrl-mt6795.c597 .bias_get = mtk_pinconf_bias_get_rev1,
H A Dpinctrl-mtk-common-v2.c1135 if (hw->soc->bias_get) { in mtk_pinconf_adv_pull_get()
1136 err = hw->soc->bias_get(hw, desc, pullup, val); in mtk_pinconf_adv_pull_get()
H A Dpinctrl-mt7622.c868 .bias_get = mtk_pinconf_bias_get,
H A Dpinctrl-mt7981.c998 .bias_get = mtk_pinconf_bias_get,
H A Dpinctrl-mt7623.c1391 .bias_get = mtk_pinconf_bias_get_rev1,