Searched refs:TPS6105X_REG_0 (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/leds/ |
D | leds-tps6105x.c | 31 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()
|
/linux-6.12.1/drivers/regulator/ |
D | tps6105x-regulator.c | 47 .vsel_reg = TPS6105X_REG_0, 49 .enable_reg = TPS6105X_REG_0,
|
/linux-6.12.1/drivers/mfd/ |
D | tps6105x.c | 37 ret = regmap_read(tps6105x->regmap, TPS6105X_REG_0, ®val); in tps6105x_startup() 188 regmap_update_bits(tps6105x->regmap, TPS6105X_REG_0, in tps6105x_remove()
|
/linux-6.12.1/include/linux/mfd/ |
D | tps6105x.h | 18 #define TPS6105X_REG_0 0x00 macro
|