Searched refs:OF_MFD_CELL (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/mfd/ |
D | ab8500-core.c | 613 OF_MFD_CELL("ab8500-charger", NULL, &ab8500_bm_data, 615 OF_MFD_CELL("ab8500-btemp", NULL, &ab8500_bm_data, 617 OF_MFD_CELL("ab8500-fg", NULL, &ab8500_bm_data, 619 OF_MFD_CELL("ab8500-chargalg", NULL, &ab8500_bm_data, 625 OF_MFD_CELL("ab8500-debug", 628 OF_MFD_CELL("ab8500-sysctrl", 630 OF_MFD_CELL("ab8500-ext-regulator", 632 OF_MFD_CELL("ab8500-regulator", 634 OF_MFD_CELL("ab8500-clk", 636 OF_MFD_CELL("ab8500-gpadc", [all …]
|
D | mt6360-core.c | 295 OF_MFD_CELL("mt6360_adc", mt6360_adc_resources, 297 OF_MFD_CELL("mt6360_chg", mt6360_chg_resources, 299 OF_MFD_CELL("mt6360_led", mt6360_led_resources, 301 OF_MFD_CELL("mt6360_pmic", mt6360_pmic_resources, 303 OF_MFD_CELL("mt6360_ldo", mt6360_ldo_resources, 305 OF_MFD_CELL("mt6360_tcpc", NULL,
|
D | db8500-prcmu.c | 2957 OF_MFD_CELL("db8500-prcmu-regulators", NULL, 2960 OF_MFD_CELL("cpuidle-dbx500", 2962 OF_MFD_CELL("db8500-thermal",
|
/Linux-v5.10/include/linux/mfd/ |
D | core.h | 34 #define OF_MFD_CELL(_name, _res, _pdata, _pdsize, _id, _compat) \ macro
|