Home
last modified time | relevance | path

Searched refs:apply_reg (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/regulator/
Dtps6586x-regulator.c124 .apply_reg = (goreg), \
149 .apply_reg = (goreg), \
D88pm8607.c261 .apply_reg = PM8607_##ureg, \
Dhelpers.c215 ret = regmap_update_bits(rdev->regmap, rdev->desc->apply_reg, in regulator_set_voltage_sel_pickable_regmap()
269 ret = regmap_update_bits(rdev->regmap, rdev->desc->apply_reg, in regulator_set_voltage_sel_regmap()
Dtps65023-regulator.c104 .apply_reg = TPS65023_REG_CON_CTRL2, \
Dltc3589.c238 .apply_reg = (go_bit) ? LTC3589_VCCR : 0, \
/Linux-v5.4/include/linux/regulator/
Ddriver.h366 unsigned int apply_reg; member