Home
last modified time | relevance | path

Searched refs:stpmic1 (Results 1 – 12 of 12) sorted by relevance

/linux/arch/arm/boot/dts/st/
H A Dstm32mp15xx-osd32.dtsi9 #include <dt-bindings/mfd/st,stpmic1.h>
65 compatible = "st,stpmic1";
72 compatible = "st,stpmic1-regulators";
182 compatible = "st,stpmic1-onkey";
188 compatible = "st,stpmic1-wdt";
H A Dstm32mp15xx-dhcor-som.dtsi11 #include <dt-bindings/mfd/st,stpmic1.h>
84 compatible = "st,stpmic1";
92 compatible = "st,stpmic1-regulators";
205 compatible = "st,stpmic1-onkey";
212 compatible = "st,stpmic1-wdt";
H A Dstm32mp157c-odyssey-som.dtsi14 #include <dt-bindings/mfd/st,stpmic1.h>
89 compatible = "st,stpmic1";
96 compatible = "st,stpmic1-regulators";
208 compatible = "st,stpmic1-onkey";
215 compatible = "st,stpmic1-wdt";
H A Dstm32mp157a-stinger96.dtsi12 #include <dt-bindings/mfd/st,stpmic1.h>
106 compatible = "st,stpmic1";
114 compatible = "st,stpmic1-regulators";
230 compatible = "st,stpmic1-onkey";
237 compatible = "st,stpmic1-wdt";
H A Dstm32mp13xx-dhcor-som.dtsi9 #include <dt-bindings/mfd/st,stpmic1.h>
67 compatible = "st,stpmic1";
75 compatible = "st,stpmic1-regulators";
186 compatible = "st,stpmic1-onkey";
193 compatible = "st,stpmic1-wdt";
H A Dstm32mp157c-emstamp-argon.dtsi12 #include <dt-bindings/mfd/st,stpmic1.h>
209 compatible = "st,stpmic1";
217 compatible = "st,stpmic1-regulators";
335 compatible = "st,stpmic1-onkey";
342 compatible = "st,stpmic1-wdt";
H A Dstm32mp157c-phycore-stm32mp15-som.dtsi14 #include <dt-bindings/mfd/st,stpmic1.h>
237 compatible = "st,stpmic1";
244 compatible = "st,stpmic1-regulators";
364 compatible = "st,stpmic1-onkey";
373 compatible = "st,stpmic1-wdt";
/linux/drivers/watchdog/
H A Dstpmic1_wdt.c31 struct stpmic1 *pmic;
86 struct stpmic1 *pmic; in pmic_wdt_probe()
H A DKconfig1046 If the watchdog timer expires, stpmic1 will shut down all its power
/linux/include/linux/mfd/
H A Dstpmic1.h205 struct stpmic1 { struct
/linux/drivers/input/misc/
H A Dstpmic1_onkey.c52 struct stpmic1 *pmic = dev_get_drvdata(pdev->dev.parent); in stpmic1_onkey_probe()
/linux/drivers/regulator/
H A Dstpmic1_regulator.c559 struct stpmic1 *pmic_dev = dev_get_drvdata(pdev->dev.parent); in stpmic1_regulator_register()