Home
last modified time | relevance | path

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

/linux-6.15/drivers/mfd/
H A 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),
339 MFD_CELL_RES("tps65224-adc", tps65224_adc_resources),
340 MFD_CELL_RES("tps6594-pfsm", tps65224_pfsm_resources),
341 MFD_CELL_RES("tps6594-pinctrl", tps65224_pinctrl_resources),
342 MFD_CELL_RES("tps6594-regulator", tps65224_regulator_resources),
H A Dtps65219.c192 MFD_CELL_RES("tps65214-regulator", tps65214_regulator_resources),
197 MFD_CELL_RES("tps65215-regulator", tps65215_regulator_resources),
202 MFD_CELL_RES("tps65219-regulator", tps65219_regulator_resources),
207 MFD_CELL_RES("tps65219-pwrbutton", tps65219_pwrbutton_resources);
H A Drt5120.c80 MFD_CELL_RES("rt5120-regulator", rt5120_regulator_resources),
H A D88pm886.c38 MFD_CELL_RES("88pm886-onkey", pm886_onkey_resources),
H A Dqcom-pm8008.c182 MFD_CELL_RES("qpnp-temp-alarm", pm8008_temp_res),
H A Dmt6370.c144 MFD_CELL_RES("mt6370-regulator", mt6370_regulator_irqs),
H A Dmt6360-core.c344 MFD_CELL_RES("mt6360-regulator", mt6360_regulator_resources),
H A Daxp20x.c1057 MFD_CELL_RES("axp313a-pek", axp313a_pek_resources),
1062 MFD_CELL_RES("axp20x-pek", axp717_pek_resources),
/linux-6.15/include/linux/mfd/
H A Dcore.h43 #define MFD_CELL_RES(_name, _res) \ macro