Searched refs:tps80031_read (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/regulator/ |
D | tps80031-regulator.c | 96 ret = tps80031_read(parent, TPS80031_SLAVE_ID1, ri->rinfo->state_reg, in tps80031_reg_is_enabled() 172 ret = tps80031_read(parent, ri->rinfo->volt_id, in tps80031_dcdc_set_voltage_sel() 205 ret = tps80031_read(parent, ri->rinfo->volt_id, in tps80031_dcdc_get_voltage_sel() 216 ret = tps80031_read(parent, ri->rinfo->volt_id, in tps80031_dcdc_get_voltage_sel() 278 ret = tps80031_read(parent, TPS80031_SLAVE_ID2, in tps80031_vbus_is_enabled() 285 ret = tps80031_read(parent, TPS80031_SLAVE_ID2, in tps80031_vbus_is_enabled() 593 ret = tps80031_read(parent, TPS80031_SLAVE_ID1, in check_smps_mode_mult() 600 ret = tps80031_read(parent, TPS80031_SLAVE_ID1, in check_smps_mode_mult()
|
/Linux-v5.4/drivers/mfd/ |
D | tps80031.c | 458 ret = tps80031_read(&client->dev, TPS80031_SLAVE_ID3, in tps80031_probe() 466 ret = tps80031_read(&client->dev, TPS80031_SLAVE_ID3, in tps80031_probe()
|
/Linux-v5.4/drivers/rtc/ |
D | rtc-tps80031.c | 197 ret = tps80031_read(dev->parent, TPS80031_SLAVE_ID1, in clear_alarm_int_status()
|
/Linux-v5.4/include/linux/mfd/ |
D | tps80031.h | 563 static inline int tps80031_read(struct device *dev, int sid, in tps80031_read() function
|