Searched refs:adv_pull_get (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/drivers/pinctrl/mediatek/ |
D | pinctrl-moore.c | 200 if (hw->soc->adv_pull_get) { in mtk_pinconf_get() 204 err = hw->soc->adv_pull_get(hw, desc, pullup, &ret); in mtk_pinconf_get()
|
D | pinctrl-mt7986.c | 855 .adv_pull_get = mtk_pinconf_adv_pull_get, 876 .adv_pull_get = mtk_pinconf_adv_pull_get,
|
D | pinctrl-mtk-common-v2.h | 277 int (*adv_pull_get)(struct mtk_pinctrl *hw, member
|
D | pinctrl-mt8183.c | 563 .adv_pull_get = mtk_pinconf_adv_pull_get,
|
D | pinctrl-mt6795.c | 601 .adv_pull_get = mtk_pinconf_adv_pull_get,
|
D | pinctrl-mt6779.c | 756 .adv_pull_get = mtk_pinconf_adv_pull_get,
|
D | pinctrl-paris.c | 232 if (!hw->soc->adv_pull_get) in mtk_pinconf_get() 235 err = hw->soc->adv_pull_get(hw, desc, pullup, &ret); in mtk_pinconf_get()
|
D | pinctrl-mt6765.c | 1080 .adv_pull_get = mtk_pinconf_adv_pull_get,
|
D | pinctrl-mt8192.c | 1377 .adv_pull_get = mtk_pinconf_adv_pull_get,
|
D | pinctrl-mt7623.c | 1393 .adv_pull_get = mtk_pinconf_adv_pull_get,
|