Home
last modified time | relevance | path

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

/openbmc/linux/drivers/leds/
H A Dleds-tps6105x.c31 return regmap_update_bits(priv->regmap, TPS6105X_REG_0, in tps6105x_brightness_set()
66 ret = regmap_update_bits(tps6105x->regmap, TPS6105X_REG_0, in tps6105x_led_probe()
/openbmc/linux/drivers/regulator/
H A Dtps6105x-regulator.c47 .vsel_reg = TPS6105X_REG_0,
49 .enable_reg = TPS6105X_REG_0,
/openbmc/linux/drivers/mfd/
H A Dtps6105x.c37 ret = regmap_read(tps6105x->regmap, TPS6105X_REG_0, &regval); in tps6105x_startup()
188 regmap_update_bits(tps6105x->regmap, TPS6105X_REG_0, in tps6105x_remove()
/openbmc/linux/include/linux/mfd/
H A Dtps6105x.h18 #define TPS6105X_REG_0 0x00 macro