Searched refs:regulators (Results 1 – 25 of 41) sorted by relevance
12
5 bool "DA1469X regulators driver"9 Enable support for the Smartbond DA1469x regulators.12 int "Renesas DA1469x regulators driver init priority"16 Init priority for the Renesas DA1469x regulators driver.
5 bool "GPIO-controlled regulators"10 Enable the driver for GPIO-controlled regulators
7 Include drivers for current/voltage regulators in system config22 Enable regulator shell framework, for interacting with regulators via
24 regulators {40 regulators {54 regulators {66 regulators {83 regulators {115 regulators {
27 static const struct regulators_map regulators[] = { variable38 for (size_t i = 0U; i < ARRAY_SIZE(regulators); i++) { in name2reg()39 if (strcmp(name, regulators[i].name) == 0) { in name2reg()40 return regulators[i].dev; in name2reg()59 for (size_t i = 0U; i < ARRAY_SIZE(regulators); i++) { in main()60 if ((regulators[i].dev != NULL) && in main()61 !device_is_ready(regulators[i].dev)) { in main()63 regulators[i].name); in main()75 for (size_t i = 0U; i < ARRAY_SIZE(regulators); i++) { in cmd_regulator_list()76 if (regulators[i].dev != NULL) { in cmd_regulator_list()[all …]
4 # Enable regulators16 # Enable regulators (init priority adjusted so that they
24 static const struct device *regulators = DEVICE_DT_GET(DT_NODELABEL(npm1300_ek_regulators)); variable114 if (!device_is_ready(regulators)) { in main()132 regulator_parent_dvs_state_set(regulators, dvs_state); in main()
6 This subsystem provides control of voltage and current regulators. A common19 used. There is no device interface to these regulators as they are entirely
53 regulators.rst
22 # enable regulators
10 * Only test regulators we can safely change voltage to in RUN mode43 regulators = <&ldo2 &ldo1>;
14 regulators = <&vref0>;
15 regulators = <&vref>;
17 regulators = <&vreg>;
13 regulators = <&npm6001_ek_buck0 &npm6001_ek_buck1
22 regulators {
21 npm1300_ek_regulators: regulators {
38 ®ulators {
20 DT_FOREACH_PROP_ELEM(DT_NODELABEL(resources), regulators, REG_INIT)
49 the regulators embedded in the PMIC (BUCK0/1/2/3 and LDO0/1). Below you can54 # list all the available regulators
43 the regulators embedded in the PMIC. Below you can find some command examples.