Searched refs:apply_reg (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/regulator/ |
H A D | tps6586x-regulator.c | 124 .apply_reg = (goreg), \ 149 .apply_reg = (goreg), \
|
H A D | 88pm8607.c | 261 .apply_reg = PM8607_##ureg, \
|
H A D | tps65023-regulator.c | 96 .apply_reg = TPS65023_REG_CON_CTRL2, \
|
H A D | helpers.c | 239 ret = regmap_update_bits(rdev->regmap, rdev->desc->apply_reg, in regulator_set_voltage_sel_pickable_regmap() 293 ret = regmap_update_bits(rdev->regmap, rdev->desc->apply_reg, in regulator_set_voltage_sel_regmap()
|
H A D | qcom-labibb-regulator.c | 703 .apply_reg = (PMI8998_LAB_REG_BASE + REG_LABIBB_VOLTAGE), 734 .apply_reg = (PMI8998_IBB_REG_BASE + REG_LABIBB_VOLTAGE),
|
H A D | ltc3589.c | 241 .apply_reg = LTC3589_VCCR, \
|
H A D | rk808-regulator.c | 1289 .apply_reg = RK817_POWER_CONFIG,
|
/openbmc/linux/include/linux/regulator/ |
H A D | driver.h | 405 unsigned int apply_reg; member
|