Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Dsec-common.c32 MFD_CELL_RES("s5m-rtc", s5m8767_rtc_resources),
47 MFD_CELL_RES("s2mpg10-rtc", s2mpg10_rtc_resources),
64 MFD_CELL_RES("s2mps14-rtc", s2mps11_rtc_resources),
74 MFD_CELL_RES("s2mps13-rtc", s2mps14_rtc_resources),
80 MFD_CELL_RES("s2mps14-rtc", s2mps14_rtc_resources),
86 MFD_CELL_RES("s2mps15-rtc", s2mps14_rtc_resources),
92 MFD_CELL_RES("s2mps14-rtc", s2mps14_rtc_resources),
105 MFD_CELL_RES("s2mps15-rtc", s2mpu05_rtc_resources),
H A Dtps6594-core.c142 MFD_CELL_RES("tps6594-regulator", tps6594_regulator_resources),
143 MFD_CELL_RES("tps6594-pinctrl", tps6594_pinctrl_resources),
144 MFD_CELL_RES("tps6594-pfsm", tps6594_pfsm_resources),
145 MFD_CELL_RES("tps6594-esm", tps6594_esm_resources),
149 MFD_CELL_RES("tps6594-rtc", tps6594_rtc_resources),
352 MFD_CELL_RES("tps65224-adc", tps65224_adc_resources),
353 MFD_CELL_RES("tps6594-pfsm", tps65224_pfsm_resources),
354 MFD_CELL_RES("tps6594-pinctrl", tps65224_pinctrl_resources),
355 MFD_CELL_RES("tps6594-regulator", tps65224_regulator_resources),
439 MFD_CELL_RES("tps6594-pfsm", tps65224_pfsm_resources),
[all …]
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.c39 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 Dmax77759.c343 MFD_CELL_RES("max77759-charger", max77759_charger_resources),
H A Dmt6360-core.c344 MFD_CELL_RES("mt6360-regulator", mt6360_regulator_resources),
H A Daxp20x.c1061 MFD_CELL_RES("axp313a-pek", axp313a_pek_resources),
1066 MFD_CELL_RES("axp20x-pek", axp717_pek_resources),
/linux/include/linux/mfd/
H A Dcore.h43 #define MFD_CELL_RES(_name, _res) \ macro