Searched +full:junction +full:- +full:warn +full:- +full:millicelsius (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Krzysztof Kozlowski <krzk@kernel.org>13 - $ref: regulator.yaml#18 - maxim,max897319 - maxim,max7762121 junction-warn-millicelsius:23 Junction warning temperature threshold in millicelsius. If die30 maxim,dvs-gpio:[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * max8973-regulator.c -- Maxim max8973A5 * Regulator driver for MAXIM 8973A DC-DC step-down switching regulator.21 #include <linux/regulator/max8973-regulator.h>123 * - If it is already there then it will make that register as most127 * - If requested voltage is not found then it will use the least137 int new_vout_reg = tps->lru_index[MAX8973_MAX_VOUT_REG - 1]; in find_voltage_set_register()138 int found_index = MAX8973_MAX_VOUT_REG - 1; in find_voltage_set_register()141 if (tps->curr_vout_val[tps->lru_index[i]] == req_vsel) { in find_voltage_set_register()142 new_vout_reg = tps->lru_index[i]; in find_voltage_set_register()[all …]