Home
last modified time | relevance | path

Searched refs:eint_hw (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.4/drivers/pinctrl/mediatek/
Dpinctrl-mtk-common.h255 struct mtk_eint_hw eint_hw; member
Dpinctrl-mt8127.c295 .eint_hw = {
Dpinctrl-mt8516.c327 .eint_hw = {
Dpinctrl-mtk-common-v2.h201 const struct mtk_eint_hw *eint_hw; member
Dpinctrl-mtk-common-v2.c340 if (!hw->soc->eint_hw) in mtk_build_eint()
344 hw->eint->hw = hw->soc->eint_hw; in mtk_build_eint()
Dpinctrl-mt8173.c335 .eint_hw = {
Dpinctrl-mt7629.c415 .eint_hw = &mt7629_eint_hw,
Dpinctrl-mt2701.c526 .eint_hw = {
Dpinctrl-mt2712.c579 .eint_hw = {
Dpinctrl-mt8135.c308 .eint_hw = {
Dpinctrl-mt8183.c555 .eint_hw = &mt8183_eint_hw,
Dpinctrl-mt7622.c767 .eint_hw = &mt7622_eint_hw,
Dpinctrl-mt6765.c1071 .eint_hw = &mt6765_eint_hw,
Dpinctrl-mt7623.c1382 .eint_hw = &mt7623_eint_hw,
Dpinctrl-mtk-common.c1009 pctl->eint->hw = &pctl->devdata->eint_hw; in mtk_eint_init()