Searched refs:fixed_uV (Results 1 – 25 of 31) sorted by relevance
12
| /linux/drivers/regulator/ |
| A D | ltc3589.c | 75 int fixed_uV; member 200 rdesc->fixed_uV = ltc3589_scale(desc->fixed_uV, r[0], r[1]); in ltc3589_of_parse_cb() 212 .fixed_uV = (dtv_mask) ? 0 : 800000, \ 396 descs[LTC3589_LDO3].fixed_uV = info->fixed_uV; in ltc3589_probe() 438 .fixed_uV = 1800000, 443 .fixed_uV = 2800000,
|
| A D | rtq2208-regulator.c | 353 u32 fixed_uV; in rtq2208_of_get_ldo_dvs_ability() local 379 ret = of_property_read_u32(match->of_node, "richtek,fixed-microvolt", &fixed_uV); in rtq2208_of_get_ldo_dvs_ability() 382 if (fixed_uV != init_data->constraints.min_uV || in rtq2208_of_get_ldo_dvs_ability() 383 fixed_uV != init_data->constraints.max_uV) in rtq2208_of_get_ldo_dvs_ability() 386 desc->fixed_uV = fixed_uV; in rtq2208_of_get_ldo_dvs_ability() 387 desc->fixed_uV = init_data->constraints.min_uV; in rtq2208_of_get_ldo_dvs_ability()
|
| A D | stm32-booster.c | 33 .fixed_uV = 3300000, 64 .fixed_uV = 3300000,
|
| A D | ltc3676.c | 167 rdesc->fixed_uV = ltc3676_scale(desc->fixed_uV, r[0], r[1]); in ltc3676_of_parse_cb() 205 .fixed_uV = (dvb_mask) ? 0 : 725000, \ 315 descs[LTC3676_LDO3].fixed_uV = 1800000; /* LDO3 is fixed 1.8V */ in ltc3676_regulator_probe()
|
| A D | stpmic1_regulator.c | 250 .fixed_uV = 3300000, \ 291 .fixed_uV = 500000, \ 308 .fixed_uV = 5000000, \ 325 .fixed_uV = 5000000, \ 345 .fixed_uV = 5000000, \
|
| A D | bd9576-regulator.c | 145 return desc->fixed_uV - tune; in bd957x_vout34_list_voltage() 147 return desc->fixed_uV + tune; in bd957x_vout34_list_voltage() 672 .fixed_uV = BD957X_VOUTS4_BASE_VOLT, 719 .fixed_uV = BD957X_VOUTS1_VOLT, 991 ic_data->regulator_data[2].desc.fixed_uV = 1350000; in bd957x_probe() 993 ic_data->regulator_data[2].desc.fixed_uV = 1500000; in bd957x_probe()
|
| A D | renesas-usb-vbus-regulator.c | 32 .fixed_uV = 5000000,
|
| A D | fixed.c | 293 drvdata->desc.fixed_uV = config->microvolts; in reg_fixed_voltage_probe() 343 drvdata->desc.fixed_uV); in reg_fixed_voltage_probe()
|
| A D | scmi-regulator.c | 165 sreg->desc.fixed_uV = in scmi_config_linear_regulator_mappings() 194 sreg->desc.fixed_uV = vinfo->levels_uv[0]; in scmi_config_discrete_regulator_mappings()
|
| A D | stm32-pwr.c | 116 .fixed_uV = _volt, \
|
| A D | act8865-regulator.c | 497 .fixed_uV = 3300000, 510 .fixed_uV = 1200000,
|
| A D | pv88060-regulator.c | 200 .fixed_uV = max,\
|
| A D | tps65218-regulator.c | 46 .fixed_uV = _fuv, \
|
| A D | tps65219-regulator.c | 117 .fixed_uV = _fuv, \
|
| A D | db8500-prcmu.c | 272 .fixed_uV = 1800000,
|
| A D | rt5120-regulator.c | 277 desc->fixed_uV = init_data->constraints.min_uV; in rt5120_of_parse_cb()
|
| A D | rt5190a-regulator.c | 238 desc->fixed_uV = init_data->constraints.min_uV; in rt5190a_of_parse_cb()
|
| A D | tps65090-regulator.c | 192 .fixed_uV = _volt, \
|
| A D | atc260x-regulator.c | 270 .fixed_uV = vfixed, \
|
| A D | qcom_smd-regulator.c | 348 .fixed_uV = 1740000, 514 .fixed_uV = 1740000,
|
| A D | bd71828-regulator.c | 627 .fixed_uV = BD71828_LDO_6_VOLTAGE,
|
| A D | tps6594-regulator.c | 117 .fixed_uV = _fuv, \
|
| /linux/include/linux/regulator/ |
| A D | driver.h | 380 int fixed_uV; member
|
| /linux/drivers/power/supply/ |
| A D | ucs1002_power.c | 530 .fixed_uV = 5000000,
|
| /linux/sound/soc/amd/ |
| A D | acp-da7219-max98357a.c | 744 .fixed_uV = 1800000, /* 1.8V */
|
Completed in 58 milliseconds
12