Searched refs:MFD_CELL_OF (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/mfd/ |
D | ab8500-core.c | 605 MFD_CELL_OF("ab8500-charger", NULL, NULL, 0, 0, 607 MFD_CELL_OF("ab8500-btemp", NULL, NULL, 0, 0, 609 MFD_CELL_OF("ab8500-fg", NULL, NULL, 0, 0, 611 MFD_CELL_OF("ab8500-chargalg", NULL, NULL, 0, 0, 616 MFD_CELL_OF("ab8500-sysctrl", 618 MFD_CELL_OF("ab8500-ext-regulator", 620 MFD_CELL_OF("ab8500-regulator", 622 MFD_CELL_OF("ab8500-clk", 624 MFD_CELL_OF("ab8500-gpadc", 626 MFD_CELL_OF("ab8500-rtc", [all …]
|
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 | db8500-prcmu.c | 2947 MFD_CELL_OF("db8500-prcmu-regulators", NULL, 2950 MFD_CELL_OF("db8500-thermal",
|
/linux-5.19.10/include/linux/mfd/ |
D | core.h | 34 #define MFD_CELL_OF(_name, _res, _pdata, _pdsize, _id, _compat) \ macro
|