Searched refs:stpmic1 (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.10/arch/arm/boot/dts/ |
D | stm32mp15xx-dhcor-som.dtsi | 11 #include <dt-bindings/mfd/st,stpmic1.h> 38 compatible = "st,stpmic1"; 46 compatible = "st,stpmic1-regulators"; 159 compatible = "st,stpmic1-onkey"; 166 compatible = "st,stpmic1-wdt";
|
D | stm32mp15xx-osd32.dtsi | 9 #include <dt-bindings/mfd/st,stpmic1.h> 71 compatible = "st,stpmic1"; 78 compatible = "st,stpmic1-regulators"; 196 compatible = "st,stpmic1-onkey"; 202 compatible = "st,stpmic1-wdt";
|
D | stm32mp157c-odyssey-som.dtsi | 14 #include <dt-bindings/mfd/st,stpmic1.h> 99 compatible = "st,stpmic1"; 106 compatible = "st,stpmic1-regulators"; 221 compatible = "st,stpmic1-onkey"; 228 compatible = "st,stpmic1-wdt";
|
D | stm32mp157a-stinger96.dtsi | 12 #include <dt-bindings/mfd/st,stpmic1.h> 106 compatible = "st,stpmic1"; 114 compatible = "st,stpmic1-regulators"; 233 compatible = "st,stpmic1-onkey"; 240 compatible = "st,stpmic1-wdt";
|
D | stm32mp157c-ed1.dts | 13 #include <dt-bindings/mfd/st,stpmic1.h> 152 compatible = "st,stpmic1"; 160 compatible = "st,stpmic1-regulators"; 278 compatible = "st,stpmic1-onkey"; 286 compatible = "st,stpmic1-wdt";
|
D | stm32mp15xx-dhcom-som.dtsi | 9 #include <dt-bindings/mfd/st,stpmic1.h> 150 compatible = "st,stpmic1"; 158 compatible = "st,stpmic1-regulators"; 273 compatible = "st,stpmic1-onkey"; 281 compatible = "st,stpmic1-wdt";
|
D | stm32mp15xx-dkx.dtsi | 8 #include <dt-bindings/mfd/st,stpmic1.h> 242 compatible = "st,stpmic1"; 250 compatible = "st,stpmic1-regulators"; 371 compatible = "st,stpmic1-onkey"; 379 compatible = "st,stpmic1-wdt";
|
/Linux-v5.10/drivers/mfd/ |
D | stpmic1.c | 122 struct stpmic1 *ddata; in stpmic1_probe() 128 ddata = devm_kzalloc(dev, sizeof(struct stpmic1), GFP_KERNEL); in stpmic1_probe() 169 struct stpmic1 *pmic_dev = i2c_get_clientdata(i2c); in stpmic1_suspend() 179 struct stpmic1 *pmic_dev = i2c_get_clientdata(i2c); in stpmic1_resume()
|
D | Makefile | 253 obj-$(CONFIG_MFD_STPMIC1) += stpmic1.o
|
D | Kconfig | 2052 module will be called stpmic1.
|
/Linux-v5.10/drivers/watchdog/ |
D | stpmic1_wdt.c | 31 struct stpmic1 *pmic; 86 struct stpmic1 *pmic; in pmic_wdt_probe()
|
D | Kconfig | 968 If the watchdog timer expires, stpmic1 will shut down all its power
|
/Linux-v5.10/include/linux/mfd/ |
D | stpmic1.h | 205 struct stpmic1 { struct
|
/Linux-v5.10/drivers/input/misc/ |
D | stpmic1_onkey.c | 52 struct stpmic1 *pmic = dev_get_drvdata(pdev->dev.parent); in stpmic1_onkey_probe()
|
/Linux-v5.10/drivers/regulator/ |
D | stpmic1_regulator.c | 543 struct stpmic1 *pmic_dev = dev_get_drvdata(pdev->dev.parent); in stpmic1_regulator_register()
|