Home
last modified time | relevance | path

Searched refs:mtk_eint_do_suspend (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/pinctrl/mediatek/
H A Dmtk-eint.h93 int mtk_eint_do_suspend(struct mtk_eint *eint);
106 static inline int mtk_eint_do_suspend(struct mtk_eint *eint) in mtk_eint_do_suspend() function
H A Dmtk-eint.c426 int mtk_eint_do_suspend(struct mtk_eint *eint) in mtk_eint_do_suspend() function
432 EXPORT_SYMBOL_GPL(mtk_eint_do_suspend);
H A Dpinctrl-paris.c1090 return mtk_eint_do_suspend(pctl->eint); in mtk_paris_pinctrl_suspend()
H A Dpinctrl-mtk-common.c910 return mtk_eint_do_suspend(pctl->eint); in mtk_eint_suspend()