/linux/Documentation/devicetree/bindings/mfd/ |
H A D | maxim,max8998.yaml | 34 max8998,pmic-buck1-dvs-gpios: 37 Two host gpios used for buck1 DVS. 44 max8998,pmic-buck1-default-dvs-idx: 65 max8998,pmic-buck1-dvs-voltage: 69 Four voltage values in microvolts for buck1 regulator that can be 133 max8998,pmic-buck1-dvs-gpios: [ "max8998,pmic-buck1-dvs-voltage" ] 160 max8998,pmic-buck1-default-dvs-idx = <0>; 161 max8998,pmic-buck1-dvs-gpios = <&gpx0 5 GPIO_ACTIVE_HIGH>, 163 max8998,pmic-buck1-dvs-voltage = <1100000>, <1000000>, 272 BUCK1 {
|
H A D | da9055.txt | 33 buck1 : regulator BUCK1 57 buck1: BUCK1 {
|
H A D | richtek,rt5120.yaml | 50 description: phandle for buck1 input power source 133 buck1 { 134 regulator-name = "rt5120-buck1";
|
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | maxim,max8997.yaml | 33 max8997,pmic-buck1-dvs-voltage: 38 A set of 8 voltage values in micro-volt (uV) units for buck1 when 69 max8997,pmic-buck1-uses-gpio-dvs: 72 buck1 can be controlled by GPIO DVS. 247 - max8997,pmic-buck1-dvs-voltage 254 max8997,pmic-buck1-uses-gpio-dvs: [ 'max8997,pmic-buck125-dvs-gpios' ] 263 - max8997,pmic-buck1-uses-gpio-dvs 270 max8997,pmic-buck1-dvs-voltage: 296 max8997,pmic-buck1-uses-gpio-dvs; 307 max8997,pmic-buck1-dvs-voltage = <1350000>, <1300000>, [all …]
|
H A D | nxp,pca9450-regulator.yaml | 24 # BUCK1, BUCK2, BUCK3, BUCK4, BUCK5, BUCK6, 26 # Note: Buck3 removed on PCA9450B and connect with Buck1 on PCA9450C. 92 PMIC default "RUN" state voltage in uV. Only Buck1~3 have such 100 PMIC default "STANDBY" state voltage in uV. Only Buck1~3 have such 168 buck1: BUCK1 { 169 regulator-name = "BUCK1";
|
H A D | lp872x.txt | 20 bit[2]: BUCK1 output voltage control by external DVS pin or register 23 bit[0]: BUCK1 enable control, 1 = enable, 0 = disable 35 LP8725 has maximum 9 nodes. (child name: ldo1 ~ 5, lilo1,2 and buck1,2) 101 /* Enable BUCK1,2, no DVS, normal LDO mode, timestep is 256usec */ 144 vcc1: buck1 {
|
H A D | richtek,rt5190a-regulator.yaml | 61 regulator description for buck1 to buck4, and ldo. 66 buck operating mode, only buck1/4 support mode operating. 107 rt5190_buck1: buck1 { 108 regulator-name = "rt5190a-buck1";
|
H A D | pv88080.txt | 17 BUCK1, BUCK2, BUCK3 and HVBUCK. 31 BUCK1 { 32 regulator-name = "buck1";
|
H A D | pv88090.txt | 11 BUCK1, BUCK2, BUCK3, LDO1, and LDO2. 25 BUCK1 { 26 regulator-name = "buck1";
|
H A D | mt6360-regulator.yaml | 14 after their hardware counterparts buck1/2 or ldo1/2/3/5/6/7 48 buck1 { 49 regulator-name = "mt6360,buck1";
|
H A D | pv88060.txt | 11 BUCK1, LDO1, LDO2, LDO3, LDO4, LDO5, LDO6, LDO7, SW1, SW2, SW3, SW4, 26 BUCK1 { 27 regulator-name = "buck1";
|
H A D | 88pg86x.txt | 7 Optional subnodes for regulators: "buck1", "buck2", using common regulator 16 vcpu: buck1 {
|
H A D | 88pm800.txt | 14 buck1, buck2, buck3, buck4, buck5, ldo1, ldo2, ldo3, ldo4, ldo5, ldo6, ldo7, 24 buck1 {
|
/linux/drivers/regulator/ |
H A D | tps65086-regulator.c | 17 enum tps65086_regulators { BUCK1, BUCK2, BUCK3, BUCK4, BUCK5, BUCK6, LDOA1, enumerator 138 TPS65086_REGULATOR("BUCK1", "buck1", BUCK1, 0x80, TPS65086_BUCK1CTRL, 178 TPS65086_REGULATOR("BUCK1", "buck1", BUCK1, 0x80, TPS65086_BUCK1CTRL, 217 TPS65086_REGULATOR("BUCK1", "buck1", BUCK1, 0x80, TPS65086_BUCK1CTRL, 256 TPS65086_REGULATOR("BUCK1", "buck1", BUCK1, 0x80, TPS65086_BUCK1CTRL, 313 case BUCK1: in tps65086_of_parse_cb()
|
H A D | bd96801-regulator.c | 226 BD96801_IRQINFO(BD96801_PROT_OCP, "buck1-over-curr-h", 500, 227 "buck1-overcurr-h"), 228 BD96801_IRQINFO(BD96801_PROT_OCP, "buck1-over-curr-l", 500, 229 "buck1-overcurr-l"), 230 BD96801_IRQINFO(BD96801_PROT_OCP, "buck1-over-curr-n", 500, 231 "buck1-overcurr-n"), 232 BD96801_IRQINFO(BD96801_PROT_OVP, "buck1-over-voltage", 500, 233 "buck1-overvolt"), 234 BD96801_IRQINFO(BD96801_PROT_UVP, "buck1-under-voltage", 500, 235 "buck1-undervolt"), [all …]
|
H A D | lp8788-buck.c | 82 BUCK1, enumerator 150 case BUCK1: in lp8788_set_dvs() 167 case BUCK1: in lp8788_get_buck_dvs_ctrl_mode() 207 case BUCK1: in lp8788_select_buck_vout_addr() 357 .name = "buck1", 358 .id = BUCK1, 418 case BUCK1: in lp8788_dvs_gpio_request() 462 if ((id == BUCK1 && !pdata->buck1_dvs) || in lp8788_init_dvs()
|
H A D | tps65219-regulator.c | 64 { "BUCK1_SCG", "BUCK1", "short circuit to ground", REGULATOR_EVENT_REGULATION_OUT }, 65 { "BUCK1_OC", "BUCK1", "overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 66 { "BUCK1_NEG_OC", "BUCK1", "negative overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 67 { "BUCK1_UV", "BUCK1", "undervoltage", REGULATOR_EVENT_UNDER_VOLTAGE }, 72 { "BUCK1_RV", "BUCK1", "residual voltage", REGULATOR_EVENT_OVER_VOLTAGE_WARN }, 77 { "BUCK1_RV_SD", "BUCK1", "residual voltage on shutdown", 200 /* Operations permitted on BUCK1/2/3 */ 244 TPS65219_REGULATOR("BUCK1", "buck1", TPS65219_BUCK_1,
|
H A D | max8998.c | 261 "BUCK1, selector:%d, buck1_vol1:%d, buck1_vol2:%d\n" in max8998_set_voltage_buck_sel() 530 MAX8998_LINEAR_REG(BUCK1, &max8998_buck_ops, 750000, 25000, 1525000), 591 "max8998,pmic-buck1-default-dvs-idx", in max8998_pmic_dt_parse_pdata() 607 "max8998,pmic-buck1-dvs-voltage", in max8998_pmic_dt_parse_pdata() 611 dev_err(iodev->dev, "buck1 voltages not specified\n"); in max8998_pmic_dt_parse_pdata() 667 "max8998,pmic-buck1-dvs", in max8998_pmic_probe() 672 "could not get BUCK1 GPIO1\n"); in max8998_pmic_probe() 677 "max8998,pmic-buck1-dvs", in max8998_pmic_probe() 682 "could not get BUCK1 GPIO2\n"); in max8998_pmic_probe() 696 /* Set predefined values for BUCK1 registers */ in max8998_pmic_probe()
|
H A D | pv88080-regulator.c | 68 /* BUCK1, 2, 3 */ 82 /* Current limits array (in uA) for BUCK1, BUCK2, BUCK3. 108 /* BUCK1 */ 152 /* BUCK1 */ 303 PV88080_BUCK(PV88080, BUCK1, 600000, 6250, 1393750, 436 /* Registeration for BUCK1, 2, 3 */ in pv88080_i2c_probe()
|
/linux/drivers/mfd/ |
H A D | rohm-bd96801.c | 81 DEFINE_RES_IRQ_NAMED(BD96801_BUCK1_PVIN_ERR_STAT, "buck1-pvin-err"), 82 DEFINE_RES_IRQ_NAMED(BD96801_BUCK1_OVP_ERR_STAT, "buck1-ovp-err"), 83 DEFINE_RES_IRQ_NAMED(BD96801_BUCK1_UVP_ERR_STAT, "buck1-uvp-err"), 84 DEFINE_RES_IRQ_NAMED(BD96801_BUCK1_SHDN_ERR_STAT, "buck1-shdn-err"), 136 DEFINE_RES_IRQ_NAMED(BD96802_BUCK1_PVIN_ERR_STAT, "buck1-pvin-err"), 137 DEFINE_RES_IRQ_NAMED(BD96802_BUCK1_OVP_ERR_STAT, "buck1-ovp-err"), 138 DEFINE_RES_IRQ_NAMED(BD96802_BUCK1_UVP_ERR_STAT, "buck1-uvp-err"), 139 DEFINE_RES_IRQ_NAMED(BD96802_BUCK1_SHDN_ERR_STAT, "buck1-shdn-err"), 150 DEFINE_RES_IRQ_NAMED(BD96801_BUCK1_OCPH_STAT, "buck1-overcurr-h"), 151 DEFINE_RES_IRQ_NAMED(BD96801_BUCK1_OCPL_STAT, "buck1-overcurr-l"), [all …]
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mn-ddr3l-evk.dts | 15 cpu-supply = <&buck1>; 19 cpu-supply = <&buck1>; 23 cpu-supply = <&buck1>; 27 cpu-supply = <&buck1>; 40 buck1: BUCK1 { label
|
H A D | imx8mp-icore-mx8mp.dtsi | 43 buck1: BUCK1 { label 48 regulator-name = "BUCK1";
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am335x-bonegreen-eco.dts | 18 cpu0-supply = <&buck1>; 52 buck1-supply = <&sys_5v>; 63 buck1: buck1 { label
|
/linux/include/linux/mfd/ |
H A D | max8998.h | 64 * registers set by buck?_voltage?. The voltage of BUCK1/2 cannot 66 * @buck1_voltage: BUCK1 DVS mode 1 voltage registers 68 * @buck1_default_idx: Default for BUCK1 gpio pin 1, 2
|
H A D | rohm-bd96802.h | 36 /* Reg 0x55 BUCK1 ERR IRQs */ 57 /* Reg 0x5d (BUCK1 INTB) */
|