Searched refs:stpmic1 (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.4/Documentation/devicetree/bindings/mfd/ |
D | st,stpmic1.txt | 4 - compatible: : "st,stpmic1" 10 dt-bindings/mfd/st,stpmic1.h. 17 st,stpmic1-onkey : Power on key, see ../input/st,stpmic1-onkey.txt 18 st,stpmic1-regulators : Regulators, see ../regulator/st,stpmic1-regulator.txt 19 st,stpmic1-wdt : Watchdog, see ../watchdog/st,stpmic1-wdt.txt 23 #include <dt-bindings/mfd/st,stpmic1.h> 26 compatible = "st,stpmic1"; 35 compatible = "st,stpmic1-onkey"; 42 compatible = "st,stpmic1-wdt"; 46 compatible = "st,stpmic1-regulators";
|
/Linux-v5.4/Documentation/devicetree/bindings/watchdog/ |
D | st,stpmic1-wdt.txt | 5 - compatible : should be "st,stpmic1-wdt" 10 compatible = "st,stpmic1-wdt";
|
/Linux-v5.4/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 | 247 obj-$(CONFIG_MFD_STPMIC1) += stpmic1.o
|
D | Kconfig | 1955 module will be called stpmic1.
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | stm32mp157c-ed1.dts | 11 #include <dt-bindings/mfd/st,stpmic1.h> 127 compatible = "st,stpmic1"; 135 compatible = "st,stpmic1-regulators"; 249 compatible = "st,stpmic1-onkey"; 257 compatible = "st,stpmic1-wdt";
|
D | stm32mp157a-avenger96.dts | 12 #include <dt-bindings/mfd/st,stpmic1.h> 130 compatible = "st,stpmic1"; 142 compatible = "st,stpmic1-regulators"; 267 compatible = "st,stpmic1-onkey"; 274 compatible = "st,stpmic1-wdt";
|
D | stm32mp157a-dk1.dts | 12 #include <dt-bindings/mfd/st,stpmic1.h> 212 compatible = "st,stpmic1"; 220 compatible = "st,stpmic1-regulators"; 335 compatible = "st,stpmic1-onkey"; 343 compatible = "st,stpmic1-wdt";
|
/Linux-v5.4/Documentation/devicetree/bindings/input/ |
D | st,stpmic1-onkey.txt | 5 - compatible = "st,stpmic1-onkey"; 23 compatible = "st,stpmic1-onkey";
|
/Linux-v5.4/drivers/watchdog/ |
D | stpmic1_wdt.c | 31 struct stpmic1 *pmic; 86 struct stpmic1 *pmic; in pmic_wdt_probe()
|
D | Kconfig | 938 If the watchdog timer expires, stpmic1 will shut down all its power
|
/Linux-v5.4/include/linux/mfd/ |
D | stpmic1.h | 205 struct stpmic1 { struct
|
/Linux-v5.4/Documentation/devicetree/bindings/regulator/ |
D | st,stpmic1-regulator.txt | 37 compatible = "st,stpmic1-regulators";
|
/Linux-v5.4/drivers/input/misc/ |
D | stpmic1_onkey.c | 52 struct stpmic1 *pmic = dev_get_drvdata(pdev->dev.parent); in stpmic1_onkey_probe()
|
/Linux-v5.4/drivers/regulator/ |
D | stpmic1_regulator.c | 541 struct stpmic1 *pmic_dev = dev_get_drvdata(pdev->dev.parent); in stpmic1_regulator_register()
|