Searched refs:MFD_CELL_OF (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/drivers/mfd/ |
D | da9062-core.c | 185 MFD_CELL_OF("da9061-core", da9061_core_resources, NULL, 0, 0, 187 MFD_CELL_OF("da9062-regulators", da9061_regulators_resources, NULL, 0, 0, 189 MFD_CELL_OF("da9061-watchdog", da9061_wdt_resources, NULL, 0, 0, 191 MFD_CELL_OF("da9061-thermal", da9061_thermal_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), 200 MFD_CELL_OF("da9061-watchdog", NULL, NULL, 0, 0, "dlg,da9061-watchdog"), 201 MFD_CELL_OF("da9061-thermal", NULL, NULL, 0, 0, "dlg,da9061-thermal"), 202 MFD_CELL_OF("da9061-onkey", NULL, NULL, 0, 0, "dlg,da9061-onkey"), [all …]
|
D | ab8500-core.c | 604 MFD_CELL_OF("ab8500-charger", NULL, NULL, 0, 0, 606 MFD_CELL_OF("ab8500-btemp", NULL, NULL, 0, 0, 608 MFD_CELL_OF("ab8500-fg", NULL, NULL, 0, 0, 610 MFD_CELL_OF("ab8500-chargalg", NULL, NULL, 0, 0, 615 MFD_CELL_OF("ab8500-sysctrl", 617 MFD_CELL_OF("ab8500-ext-regulator", 619 MFD_CELL_OF("ab8500-regulator", 621 MFD_CELL_OF("ab8500-clk", 623 MFD_CELL_OF("ab8500-gpadc", 625 MFD_CELL_OF("ab8500-rtc", [all …]
|
D | mt6370.c | 134 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",
|
D | max77541.c | 84 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),
|
D | mt6360-core.c | 337 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,
|
D | rt4831.c | 25 MFD_CELL_OF("rt4831-backlight", NULL, NULL, 0, 0, "richtek,rt4831-backlight"),
|
D | rt5120.c | 81 MFD_CELL_OF("rt5120-pwrkey", rt5120_pwrkey_resources, NULL, 0, 0, "richtek,rt5120-pwrkey"),
|
D | db8500-prcmu.c | 2947 MFD_CELL_OF("db8500-prcmu-regulators", NULL, 2950 MFD_CELL_OF("db8500-thermal",
|
/linux-6.6.21/include/linux/mfd/ |
D | core.h | 34 #define MFD_CELL_OF(_name, _res, _pdata, _pdsize, _id, _compat) \ macro
|