Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dstm32mp15xx-dhcor-som.dtsi11 #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";
H A Dstm32mp15xx-osd32.dtsi9 #include <dt-bindings/mfd/st,stpmic1.h>
71 compatible = "st,stpmic1";
78 compatible = "st,stpmic1-regulators";
193 compatible = "st,stpmic1-onkey";
199 compatible = "st,stpmic1-wdt";
H A Dstm32mp157c-odyssey-som.dtsi14 #include <dt-bindings/mfd/st,stpmic1.h>
99 compatible = "st,stpmic1";
106 compatible = "st,stpmic1-regulators";
218 compatible = "st,stpmic1-onkey";
225 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 Dstm32mp157c-ed1.dts13 #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";
H A Dstm32mp15xx-dhcom-som.dtsi9 #include <dt-bindings/mfd/st,stpmic1.h>
159 compatible = "st,stpmic1";
167 compatible = "st,stpmic1-regulators";
279 compatible = "st,stpmic1-onkey";
287 compatible = "st,stpmic1-wdt";
H A Dstm32mp15xx-dkx.dtsi8 #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";
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dstpmic1.c122 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()
H A DMakefile263 obj-$(CONFIG_MFD_STPMIC1) += stpmic1.o
H A DKconfig2143 module will be called stpmic1.
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dstm32mp157a-dk1.dts12 #include <dt-bindings/mfd/st,stpmic1.h>
89 compatible = "st,stpmic1";
100 compatible = "st,stpmic1-regulators";
218 compatible = "st,stpmic1-onkey";
225 compatible = "st,stpmic1-wdt";
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dstpmic1_wdt.c31 struct stpmic1 *pmic;
86 struct stpmic1 *pmic; in pmic_wdt_probe()
H A DKconfig970 If the watchdog timer expires, stpmic1 will shut down all its power
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dstpmic1.h205 struct stpmic1 { struct
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Dstpmic1_onkey.c52 struct stpmic1 *pmic = dev_get_drvdata(pdev->dev.parent); in stpmic1_onkey_probe()
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dstpmic1_regulator.c543 struct stpmic1 *pmic_dev = dev_get_drvdata(pdev->dev.parent); in stpmic1_regulator_register()