Searched refs:TPS6105X_REG_0 (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/drivers/regulator/ |
| D | tps6105x-regulator.c | 36 ret = regmap_update_bits(tps6105x->regmap, TPS6105X_REG_0, in tps6105x_regulator_enable() 51 ret = regmap_update_bits(tps6105x->regmap, TPS6105X_REG_0, in tps6105x_regulator_disable() 66 ret = regmap_read(tps6105x->regmap, TPS6105X_REG_0, ®val); in tps6105x_regulator_is_enabled() 84 ret = regmap_read(tps6105x->regmap, TPS6105X_REG_0, ®val); in tps6105x_regulator_get_voltage_sel() 99 ret = regmap_update_bits(tps6105x->regmap, TPS6105X_REG_0, in tps6105x_regulator_set_voltage_sel()
|
| /linux-4.4.14/drivers/mfd/ |
| D | tps6105x.c | 39 ret = regmap_read(tps6105x->regmap, TPS6105X_REG_0, ®val); in tps6105x_startup() 163 regmap_update_bits(tps6105x->regmap, TPS6105X_REG_0, in tps6105x_remove()
|
| /linux-4.4.14/include/linux/mfd/ |
| D | tps6105x.h | 19 #define TPS6105X_REG_0 0x00 macro
|