Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/regulator/
Dtps80031-regulator.c130 ret = tps80031_update(parent, TPS80031_SLAVE_ID1, ri->rinfo->state_reg, in tps80031_reg_enable()
149 ret = tps80031_update(parent, TPS80031_SLAVE_ID1, ri->rinfo->state_reg, in tps80031_reg_disable()
195 ret = tps80031_update(parent, ri->rinfo->volt_id, in tps80031_dcdc_set_voltage_sel()
204 ret = tps80031_update(parent, ri->rinfo->volt_id, in tps80031_dcdc_set_voltage_sel()
526 ret = tps80031_update(parent, TPS80031_SLAVE_ID1, in tps80031_power_req_config()
554 ret = tps80031_update(parent, TPS80031_SLAVE_ID1, in tps80031_regulator_config()
567 ret = tps80031_update(parent, TPS80031_SLAVE_ID1, in tps80031_regulator_config()
588 ret = tps80031_update(parent, TPS80031_SLAVE_ID1, ri->rinfo->trans_reg, in tps80031_regulator_config()
/linux-4.1.27/drivers/mfd/
Dtps80031.c195 ret = tps80031_update(dev, TPS80031_SLAVE_ID1, state_reg_add, in tps80031_ext_power_req_config()
201 ret = tps80031_update(dev, TPS80031_SLAVE_ID1, trans_reg_add, in tps80031_ext_power_req_config()
238 tps80031_update(tps80031->dev, TPS80031_SLAVE_ID1, pupd->reg, in tps80031_pupd_init()
/linux-4.1.27/include/linux/mfd/
Dtps80031.h605 static inline int tps80031_update(struct device *dev, int sid, in tps80031_update() function