Searched refs:stpmic1 (Results 1 – 17 of 17) sorted by relevance
/Linux-v6.6/drivers/mfd/ |
D | stpmic1.c | 123 struct stpmic1 *ddata = data->cb_data; in stpmic1_power_off() 133 struct stpmic1 *ddata; in stpmic1_probe() 139 ddata = devm_kzalloc(dev, sizeof(struct stpmic1), GFP_KERNEL); in stpmic1_probe() 189 struct stpmic1 *pmic_dev = i2c_get_clientdata(i2c); in stpmic1_suspend() 199 struct stpmic1 *pmic_dev = i2c_get_clientdata(i2c); in stpmic1_resume()
|
D | Makefile | 256 obj-$(CONFIG_MFD_STPMIC1) += stpmic1.o
|
D | Kconfig | 2129 module will be called stpmic1.
|
/Linux-v6.6/arch/arm/boot/dts/st/ |
D | stm32mp15xx-osd32.dtsi | 9 #include <dt-bindings/mfd/st,stpmic1.h> 65 compatible = "st,stpmic1"; 72 compatible = "st,stpmic1-regulators"; 188 compatible = "st,stpmic1-onkey"; 194 compatible = "st,stpmic1-wdt";
|
D | stm32mp157c-odyssey-som.dtsi | 14 #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";
|
D | stm32mp15xx-dhcor-som.dtsi | 11 #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";
|
D | stm32mp157a-stinger96.dtsi | 12 #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";
|
D | stm32mp157c-ed1.dts | 13 #include <dt-bindings/mfd/st,stpmic1.h> 165 compatible = "st,stpmic1"; 173 compatible = "st,stpmic1-regulators"; 291 compatible = "st,stpmic1-onkey"; 299 compatible = "st,stpmic1-wdt";
|
D | stm32mp157c-emstamp-argon.dtsi | 12 #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";
|
D | stm32mp157c-phycore-stm32mp15-som.dtsi | 14 #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";
|
D | stm32mp15xx-dhcom-som.dtsi | 9 #include <dt-bindings/mfd/st,stpmic1.h> 260 compatible = "st,stpmic1"; 268 compatible = "st,stpmic1-regulators"; 380 compatible = "st,stpmic1-onkey"; 388 compatible = "st,stpmic1-wdt";
|
D | stm32mp15xx-dkx.dtsi | 8 #include <dt-bindings/mfd/st,stpmic1.h> 282 compatible = "st,stpmic1"; 290 compatible = "st,stpmic1-regulators"; 411 compatible = "st,stpmic1-onkey"; 419 compatible = "st,stpmic1-wdt";
|
/Linux-v6.6/drivers/watchdog/ |
D | stpmic1_wdt.c | 31 struct stpmic1 *pmic; 86 struct stpmic1 *pmic; in pmic_wdt_probe()
|
D | Kconfig | 950 If the watchdog timer expires, stpmic1 will shut down all its power
|
/Linux-v6.6/include/linux/mfd/ |
D | stpmic1.h | 205 struct stpmic1 { struct
|
/Linux-v6.6/drivers/input/misc/ |
D | stpmic1_onkey.c | 52 struct stpmic1 *pmic = dev_get_drvdata(pdev->dev.parent); in stpmic1_onkey_probe()
|
/Linux-v6.6/drivers/regulator/ |
D | stpmic1_regulator.c | 559 struct stpmic1 *pmic_dev = dev_get_drvdata(pdev->dev.parent); in stpmic1_regulator_register()
|