Home
last modified time | relevance | path

Searched refs:tps6586x_update (Results 1 – 2 of 2) sorted by relevance

/drivers/mfd/
Dtps6586x.c232 int tps6586x_update(struct device *dev, int reg, uint8_t val, uint8_t mask) in tps6586x_update() function
252 EXPORT_SYMBOL_GPL(tps6586x_update);
273 tps6586x_update(tps6586x->dev, TPS6586X_GPIOSET2, in tps6586x_gpio_set()
288 return tps6586x_update(tps6586x->dev, TPS6586X_GPIOSET1, val, mask); in tps6586x_gpio_output()
/drivers/regulator/
Dtps6586x-regulator.c115 return tps6586x_update(parent, ri->volt_reg, val, mask); in __tps6586x_ldo_set_voltage()