Home
last modified time | relevance | path

Searched refs:MFD_CELL_RES (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/drivers/mfd/
Dtps6594-core.c127 MFD_CELL_RES("tps6594-regulator", tps6594_regulator_resources),
128 MFD_CELL_RES("tps6594-pinctrl", tps6594_pinctrl_resources),
129 MFD_CELL_RES("tps6594-pfsm", tps6594_pfsm_resources),
130 MFD_CELL_RES("tps6594-esm", tps6594_esm_resources),
134 MFD_CELL_RES("tps6594-rtc", tps6594_rtc_resources),
Drt5120.c80 MFD_CELL_RES("rt5120-regulator", rt5120_regulator_resources),
Dmt6370.c144 MFD_CELL_RES("mt6370-regulator", mt6370_regulator_irqs),
Dmt6360-core.c343 MFD_CELL_RES("mt6360-regulator", mt6360_regulator_resources),
Daxp20x.c940 MFD_CELL_RES("axp313a-pek", axp313a_pek_resources),
/Linux-v6.6/include/linux/mfd/
Dcore.h43 #define MFD_CELL_RES(_name, _res) \ macro