Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/mfd/
Dab8500-core.c605 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 …]
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,
Drt4831.c25 MFD_CELL_OF("rt4831-backlight", NULL, NULL, 0, 0, "richtek,rt4831-backlight"),
Ddb8500-prcmu.c2947 MFD_CELL_OF("db8500-prcmu-regulators", NULL,
2950 MFD_CELL_OF("db8500-thermal",
/linux-5.19.10/include/linux/mfd/
Dcore.h34 #define MFD_CELL_OF(_name, _res, _pdata, _pdsize, _id, _compat) \ macro