Searched refs:bias_get_combo (Results 1 – 13 of 13) sorted by relevance
/linux-6.6.21/drivers/pinctrl/mediatek/ |
D | pinctrl-moore.c | 121 if (hw->soc->bias_get_combo) { in mtk_pinconf_get() 122 err = hw->soc->bias_get_combo(hw, desc, &pullup, &ret); in mtk_pinconf_get() 136 if (hw->soc->bias_get_combo) { in mtk_pinconf_get() 137 err = hw->soc->bias_get_combo(hw, desc, &pullup, &ret); in mtk_pinconf_get() 153 if (hw->soc->bias_get_combo) { in mtk_pinconf_get() 154 err = hw->soc->bias_get_combo(hw, desc, &pullup, &ret); in mtk_pinconf_get()
|
D | pinctrl-mtk-common-v2.h | 266 int (*bias_get_combo)(struct mtk_pinctrl *hw, member
|
D | pinctrl-mt7986.c | 931 .bias_get_combo = mtk_pinconf_bias_get_combo, 957 .bias_get_combo = mtk_pinconf_bias_get_combo,
|
D | pinctrl-mt8183.c | 561 .bias_get_combo = mtk_pinconf_bias_get_combo,
|
D | pinctrl-mt6795.c | 599 .bias_get_combo = mtk_pinconf_bias_get_combo,
|
D | pinctrl-mt6779.c | 754 .bias_get_combo = mtk_pinconf_bias_get_combo,
|
D | pinctrl-paris.c | 146 if (!hw->soc->bias_get_combo) in mtk_pinconf_get() 148 err = hw->soc->bias_get_combo(hw, desc, &pullup, &ret); in mtk_pinconf_get()
|
D | pinctrl-mt7981.c | 1001 .bias_get_combo = mtk_pinconf_bias_get_combo,
|
D | pinctrl-mt6765.c | 1078 .bias_get_combo = mtk_pinconf_bias_get_combo,
|
D | pinctrl-mt8195.c | 955 .bias_get_combo = mtk_pinconf_bias_get_combo,
|
D | pinctrl-mt8186.c | 1242 .bias_get_combo = mtk_pinconf_bias_get_combo,
|
D | pinctrl-mt8192.c | 1407 .bias_get_combo = mtk_pinconf_bias_get_combo,
|
D | pinctrl-mt8188.c | 1645 .bias_get_combo = mtk_pinconf_bias_get_combo,
|