Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pinctrl/mediatek/
Dpinctrl-moore.c118 if (hw->soc->bias_get) { in mtk_pinconf_get()
119 err = hw->soc->bias_get(hw, desc, 1, &ret); in mtk_pinconf_get()
127 if (hw->soc->bias_get) { in mtk_pinconf_get()
128 err = hw->soc->bias_get(hw, desc, 0, &ret); in mtk_pinconf_get()
Dpinctrl-mtk-common-v2.h216 int (*bias_get)(struct mtk_pinctrl *hw, member
Dpinctrl-mt7629.c423 .bias_get = mtk_pinconf_bias_get_rev1,
Dpinctrl-mtk-common-v2.c957 if (hw->soc->bias_get) { in mtk_pinconf_adv_pull_get()
958 err = hw->soc->bias_get(hw, desc, pullup, val); in mtk_pinconf_adv_pull_get()
Dpinctrl-mt7622.c878 .bias_get = mtk_pinconf_bias_get,
Dpinctrl-mt7623.c1390 .bias_get = mtk_pinconf_bias_get_rev1,