Searched refs:adv_pull_get (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/drivers/pinctrl/mediatek/ |
D | pinctrl-moore.c | 229 if (hw->soc->adv_pull_get) { in mtk_pinconf_get() 233 err = hw->soc->adv_pull_get(hw, desc, pullup, &ret); in mtk_pinconf_get()
|
D | pinctrl-mtk-common-v2.h | 277 int (*adv_pull_get)(struct mtk_pinctrl *hw, member
|
D | pinctrl-mt7986.c | 934 .adv_pull_get = mtk_pinconf_adv_pull_get, 960 .adv_pull_get = mtk_pinconf_adv_pull_get,
|
D | pinctrl-mt8183.c | 564 .adv_pull_get = mtk_pinconf_adv_pull_get,
|
D | pinctrl-mt6795.c | 602 .adv_pull_get = mtk_pinconf_adv_pull_get,
|
D | pinctrl-paris.c | 240 if (!hw->soc->adv_pull_get) in mtk_pinconf_get() 243 err = hw->soc->adv_pull_get(hw, desc, pullup, &ret); in mtk_pinconf_get()
|
D | pinctrl-mt6779.c | 757 .adv_pull_get = mtk_pinconf_adv_pull_get,
|
D | pinctrl-mt7981.c | 1034 .adv_pull_get = mtk_pinconf_adv_pull_get,
|
D | pinctrl-mt6765.c | 1081 .adv_pull_get = mtk_pinconf_adv_pull_get,
|
D | pinctrl-mt7623.c | 1394 .adv_pull_get = mtk_pinconf_adv_pull_get,
|