Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/regulator/
Dtps80031-regulator.c115 ret = tps80031_update(parent, TPS80031_SLAVE_ID1, ri->rinfo->state_reg, in tps80031_reg_enable()
134 ret = tps80031_update(parent, TPS80031_SLAVE_ID1, ri->rinfo->state_reg, in tps80031_reg_disable()
180 ret = tps80031_update(parent, ri->rinfo->volt_id, in tps80031_dcdc_set_voltage_sel()
189 ret = tps80031_update(parent, ri->rinfo->volt_id, in tps80031_dcdc_set_voltage_sel()
511 ret = tps80031_update(parent, TPS80031_SLAVE_ID1, in tps80031_power_req_config()
539 ret = tps80031_update(parent, TPS80031_SLAVE_ID1, in tps80031_regulator_config()
552 ret = tps80031_update(parent, TPS80031_SLAVE_ID1, in tps80031_regulator_config()
573 ret = tps80031_update(parent, TPS80031_SLAVE_ID1, ri->rinfo->trans_reg, in tps80031_regulator_config()
/Linux-v5.4/drivers/mfd/
Dtps80031.c194 ret = tps80031_update(dev, TPS80031_SLAVE_ID1, state_reg_add, in tps80031_ext_power_req_config()
200 ret = tps80031_update(dev, TPS80031_SLAVE_ID1, trans_reg_add, in tps80031_ext_power_req_config()
237 tps80031_update(tps80031->dev, TPS80031_SLAVE_ID1, pupd->reg, in tps80031_pupd_init()
/Linux-v5.4/include/linux/mfd/
Dtps80031.h605 static inline int tps80031_update(struct device *dev, int sid, in tps80031_update() function