Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mfd/
H A Dda9062-core.c185 MFD_CELL_OF("da9061-core", da9061_core_resources, NULL, 0, 0,
193 MFD_CELL_OF("da9061-onkey", da9061_onkey_resources, NULL, 0, 0,
198 MFD_CELL_OF("da9061-core", NULL, NULL, 0, 0, NULL),
199 MFD_CELL_OF("da9062-regulators", NULL, NULL, 0, 0, NULL),
239 MFD_CELL_OF("da9062-core", da9062_core_resources, NULL, 0, 0,
247 MFD_CELL_OF("da9062-rtc", da9062_rtc_resources, NULL, 0, 0,
249 MFD_CELL_OF("da9062-onkey", da9062_onkey_resources, NULL, 0, 0,
251 MFD_CELL_OF("da9062-gpio", da9062_gpio_resources, NULL, 0, 0,
256 MFD_CELL_OF("da9062-core", NULL, NULL, 0, 0, NULL),
257 MFD_CELL_OF("da9062-regulators", NULL, NULL, 0, 0, NULL),
[all …]
H A Dab8500-core.c615 MFD_CELL_OF("ab8500-sysctrl",
621 MFD_CELL_OF("ab8500-clk",
623 MFD_CELL_OF("ab8500-gpadc",
625 MFD_CELL_OF("ab8500-rtc",
631 MFD_CELL_OF("ab8500-pwm",
633 MFD_CELL_OF("ab8500-pwm",
635 MFD_CELL_OF("ab8500-pwm",
637 MFD_CELL_OF("ab8500-denc",
641 MFD_CELL_OF("abx500-temp",
643 MFD_CELL_OF("ab8500-usb",
[all …]
H A Dmt6370.c134 MFD_CELL_OF("mt6370-adc",
136 MFD_CELL_OF("mt6370-charger",
138 MFD_CELL_OF("mt6370-flashlight",
140 MFD_CELL_OF("mt6370-indicator",
142 MFD_CELL_OF("mt6370-tcpc",
148 MFD_CELL_OF("mt6370-backlight",
153 MFD_CELL_OF("mt6370-backlight",
H A Dmax77541.c84 MFD_CELL_OF("max77540-regulator", NULL, NULL, 0, 0, NULL),
88 MFD_CELL_OF("max77541-regulator", NULL, NULL, 0, 0, NULL),
89 MFD_CELL_OF("max77541-adc", NULL, NULL, 0, 0, NULL),
H A Dmt6360-core.c337 MFD_CELL_OF("mt6360-adc", mt6360_adc_resources,
339 MFD_CELL_OF("mt6360-chg", mt6360_chg_resources,
341 MFD_CELL_OF("mt6360-led", mt6360_led_resources,
344 MFD_CELL_OF("mt6360-tcpc", NULL,
H A Drt4831.c25 MFD_CELL_OF("rt4831-backlight", NULL, NULL, 0, 0, "richtek,rt4831-backlight"),
H A Drt5120.c81 MFD_CELL_OF("rt5120-pwrkey", rt5120_pwrkey_resources, NULL, 0, 0, "richtek,rt5120-pwrkey"),
H A Ddb8500-prcmu.c2947 MFD_CELL_OF("db8500-prcmu-regulators", NULL,
2950 MFD_CELL_OF("db8500-thermal",
/openbmc/linux/include/linux/mfd/
H A Dcore.h34 #define MFD_CELL_OF(_name, _res, _pdata, _pdsize, _id, _compat) \ macro