Searched +full:dcdc +full:- +full:workmode (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/drivers/regulator/ |
| D | axp20x-regulator.c | 282 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 304 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 376 switch (axp20x->variant) { in axp20x_set_ramp_delay() 406 return -ENOTSUPP; in axp20x_set_ramp_delay() 425 dev_err(axp20x->dev, "unsupported ramp value %d", ramp); in axp20x_set_ramp_delay() 426 return -EINVAL; in axp20x_set_ramp_delay() 432 return regmap_update_bits(axp20x->regmap, reg, mask, cfg); in axp20x_set_ramp_delay() 440 switch (axp20x->variant) { in axp20x_regulator_enable_regmap() 443 rdev->constraints && rdev->constraints->soft_start) { in axp20x_regulator_enable_regmap() 641 /* DCDC ranges shared with AXP813 */ [all …]
|
| /kernel/linux/linux-6.6/drivers/regulator/ |
| D | axp20x-regulator.c | 354 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 376 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 448 switch (axp20x->variant) { in axp20x_set_ramp_delay() 478 return -ENOTSUPP; in axp20x_set_ramp_delay() 497 dev_err(axp20x->dev, "unsupported ramp value %d", ramp); in axp20x_set_ramp_delay() 498 return -EINVAL; in axp20x_set_ramp_delay() 504 return regmap_update_bits(axp20x->regmap, reg, mask, cfg); in axp20x_set_ramp_delay() 512 switch (axp20x->variant) { in axp20x_regulator_enable_regmap() 515 rdev->constraints && rdev->constraints->soft_start) { in axp20x_regulator_enable_regmap() 752 AXP_DESC_FIXED(AXP313A, RTC_LDO, "rtc-ldo", "vin1", 1800), [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/mfd/ |
| D | x-powers,axp152.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/mfd/x-powers,axp152.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: X-Powers AXP PMIC 10 - Chen-Yu Tsai <wens@csie.org> 13 - if: 18 - x-powers,axp152 19 - x-powers,axp202 20 - x-powers,axp209 [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
| D | axp20x.txt | 4 axp152 (X-Powers) 5 axp202 (X-Powers) 6 axp209 (X-Powers) 7 axp221 (X-Powers) 8 axp223 (X-Powers) 9 axp803 (X-Powers) 10 axp806 (X-Powers) 11 axp809 (X-Powers) 12 axp813 (X-Powers) 20 - compatible: should be one of: [all …]
|