Searched refs:fixed_uV (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/regulator/ |
D | ltc3589.c | 208 .fixed_uV = (dtv_mask) ? 0 : 800000, \ 458 desc->fixed_uV = ltc3589_scale(desc->fixed_uV, rdesc->r1, rdesc->r2); in ltc3589_apply_fb_voltage_divider() 484 descs[LTC3589_LDO3].desc.fixed_uV = 1800000; in ltc3589_probe() 487 descs[LTC3589_LDO3].desc.fixed_uV = 2800000; in ltc3589_probe()
|
D | ltc3676.c | 176 rdesc->fixed_uV = ltc3676_scale(desc->fixed_uV, r[0], r[1]); in ltc3676_of_parse_cb() 214 .fixed_uV = (dvb_mask) ? 0 : 725000, \ 377 descs[LTC3676_LDO3].fixed_uV = 1800000; /* LDO3 is fixed 1.8V */ in ltc3676_regulator_probe()
|
D | fixed.c | 151 drvdata->desc.fixed_uV = config->microvolts; in reg_fixed_voltage_probe() 189 drvdata->desc.fixed_uV); in reg_fixed_voltage_probe()
|
D | act8865-regulator.c | 289 .fixed_uV = 3300000, 300 .fixed_uV = 1200000,
|
D | qcom_smd-regulator.c | 269 .fixed_uV = 1740000, 360 .fixed_uV = 1740000,
|
D | tps65218-regulator.c | 51 .fixed_uV = _fuv, \
|
D | db8500-prcmu.c | 266 .fixed_uV = 1800000,
|
D | tps65090-regulator.c | 202 .fixed_uV = _volt, \
|
D | core.c | 2548 if (rdev->desc->fixed_uV && rdev->desc->n_voltages == 1 && !selector) in _regulator_list_voltage() 2549 return rdev->desc->fixed_uV; in _regulator_list_voltage() 3395 } else if (rdev->desc->fixed_uV && (rdev->desc->n_voltages == 1)) { in _regulator_get_voltage() 3396 ret = rdev->desc->fixed_uV; in _regulator_get_voltage() 4039 (rdev->desc->fixed_uV && rdev->desc->n_voltages == 1)) in regulator_attr_is_visible() 4395 !rdev->desc->fixed_uV) in regulator_register()
|
D | qcom-rpmh-regulator.c | 460 vreg->rdesc.fixed_uV = init_data->constraints.min_uV; in rpmh_regulator_init_vreg()
|
/Linux-v4.19/include/linux/regulator/ |
D | driver.h | 336 int fixed_uV; member
|
/Linux-v4.19/sound/soc/amd/ |
D | acp-da7219-max98357a.c | 352 .fixed_uV = 1800000, /* 1.8V */
|
/Linux-v4.19/drivers/power/supply/ |
D | bq24190_charger.c | 583 .fixed_uV = 5000000,
|