Searched +full:regulator +full:- +full:uv +full:- +full:warn +full:- +full:microvolt (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/regulator/regulator.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Liam Girdwood <lgirdwood@gmail.com>11 - Mark Brown <broonie@kernel.org>14 regulator-name:15 description: A string used as a descriptive name for regulator outputs18 regulator-min-microvolt:21 regulator-max-microvolt:[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * OF helpers for regulator framework12 #include <linux/regulator/machine.h>13 #include <linux/regulator/driver.h>14 #include <linux/regulator/of_regulator.h>19 [PM_SUSPEND_STANDBY] = "regulator-state-standby",20 [PM_SUSPEND_MEM] = "regulator-state-mem",21 [PM_SUSPEND_MAX] = "regulator-state-disk",41 "regulator-oc-%s-microamp", in of_get_regulator_prot_limits()42 "regulator-ov-%s-microvolt", in of_get_regulator_prot_limits()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only5 * Copyright (C) 2009-2010 Texas Instruments Incorporated.19 #include <linux/regulator/consumer.h>26 * The root of the list of all opp-tables. All opp_table structures branch off48 mutex_lock(&opp_table->lock); in _find_opp_dev()49 list_for_each_entry(opp_dev, &opp_table->dev_list, node) in _find_opp_dev()50 if (opp_dev->dev == dev) { in _find_opp_dev()55 mutex_unlock(&opp_table->lock); in _find_opp_dev()70 return ERR_PTR(-ENODEV); in _find_opp_table_unlocked()74 * _find_opp_table() - find opp_table struct using device pointer[all …]