Home
last modified time | relevance | path

Searched refs:TPS6105X_REG_0 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/regulator/
Dtps6105x-regulator.c36 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, &regval); in tps6105x_regulator_is_enabled()
84 ret = regmap_read(tps6105x->regmap, TPS6105X_REG_0, &regval); 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/
Dtps6105x.c39 ret = regmap_read(tps6105x->regmap, TPS6105X_REG_0, &regval); in tps6105x_startup()
163 regmap_update_bits(tps6105x->regmap, TPS6105X_REG_0, in tps6105x_remove()
/linux-4.4.14/include/linux/mfd/
Dtps6105x.h19 #define TPS6105X_REG_0 0x00 macro