Searched refs:stpmic1 (Results 1 – 17 of 17) sorted by relevance
/linux-6.3-rc2/Documentation/devicetree/bindings/mfd/ |
A D | st,stpmic1.yaml | 4 $id: http://devicetree.org/schemas/mfd/st,stpmic1.yaml# 16 const: st,stpmic1 36 const: st,stpmic1-onkey 74 const: st,stpmic1-wdt 106 const: st,stpmic1-regulators 270 #include <dt-bindings/mfd/st,stpmic1.h> 276 compatible = "st,stpmic1"; 285 compatible = "st,stpmic1-onkey"; 292 compatible = "st,stpmic1-wdt"; 296 compatible = "st,stpmic1-regulators";
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A 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";
|
A 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";
|
A D | stm32mp157c-odyssey-som.dtsi | 14 #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";
|
A 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";
|
A D | stm32mp157c-ed1.dts | 13 #include <dt-bindings/mfd/st,stpmic1.h> 164 compatible = "st,stpmic1"; 172 compatible = "st,stpmic1-regulators"; 290 compatible = "st,stpmic1-onkey"; 298 compatible = "st,stpmic1-wdt";
|
A D | stm32mp157c-emstamp-argon.dtsi | 12 #include <dt-bindings/mfd/st,stpmic1.h> 216 compatible = "st,stpmic1"; 224 compatible = "st,stpmic1-regulators"; 343 compatible = "st,stpmic1-onkey"; 350 compatible = "st,stpmic1-wdt";
|
A D | stm32mp15xx-dhcom-som.dtsi | 9 #include <dt-bindings/mfd/st,stpmic1.h> 258 compatible = "st,stpmic1"; 266 compatible = "st,stpmic1-regulators"; 378 compatible = "st,stpmic1-onkey"; 386 compatible = "st,stpmic1-wdt";
|
A D | stm32mp15xx-dkx.dtsi | 8 #include <dt-bindings/mfd/st,stpmic1.h> 274 compatible = "st,stpmic1"; 282 compatible = "st,stpmic1-regulators"; 403 compatible = "st,stpmic1-onkey"; 411 compatible = "st,stpmic1-wdt";
|
/linux-6.3-rc2/drivers/mfd/ |
A D | stpmic1.c | 122 struct stpmic1 *ddata; in stpmic1_probe() 128 ddata = devm_kzalloc(dev, sizeof(struct stpmic1), GFP_KERNEL); in stpmic1_probe() 168 struct stpmic1 *pmic_dev = i2c_get_clientdata(i2c); in stpmic1_suspend() 178 struct stpmic1 *pmic_dev = i2c_get_clientdata(i2c); in stpmic1_resume()
|
A D | Makefile | 246 obj-$(CONFIG_MFD_STPMIC1) += stpmic1.o
|
A D | Kconfig | 2023 module will be called stpmic1.
|
/linux-6.3-rc2/drivers/watchdog/ |
A D | stpmic1_wdt.c | 31 struct stpmic1 *pmic; 86 struct stpmic1 *pmic; in pmic_wdt_probe()
|
A D | Kconfig | 932 If the watchdog timer expires, stpmic1 will shut down all its power
|
/linux-6.3-rc2/include/linux/mfd/ |
A D | stpmic1.h | 205 struct stpmic1 { struct
|
/linux-6.3-rc2/drivers/input/misc/ |
A D | stpmic1_onkey.c | 52 struct stpmic1 *pmic = dev_get_drvdata(pdev->dev.parent); in stpmic1_onkey_probe()
|
/linux-6.3-rc2/drivers/regulator/ |
A D | stpmic1_regulator.c | 559 struct stpmic1 *pmic_dev = dev_get_drvdata(pdev->dev.parent); in stpmic1_regulator_register()
|
Completed in 76 milliseconds