Home
last modified time | relevance | path

Searched refs:tps80031_read (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/regulator/
Dtps80031-regulator.c111 ret = tps80031_read(parent, TPS80031_SLAVE_ID1, ri->rinfo->state_reg, in tps80031_reg_is_enabled()
187 ret = tps80031_read(parent, ri->rinfo->volt_id, in tps80031_dcdc_set_voltage_sel()
220 ret = tps80031_read(parent, ri->rinfo->volt_id, in tps80031_dcdc_get_voltage_sel()
231 ret = tps80031_read(parent, ri->rinfo->volt_id, in tps80031_dcdc_get_voltage_sel()
293 ret = tps80031_read(parent, TPS80031_SLAVE_ID2, in tps80031_vbus_is_enabled()
300 ret = tps80031_read(parent, TPS80031_SLAVE_ID2, in tps80031_vbus_is_enabled()
608 ret = tps80031_read(parent, TPS80031_SLAVE_ID1, in check_smps_mode_mult()
615 ret = tps80031_read(parent, TPS80031_SLAVE_ID1, in check_smps_mode_mult()
/linux-4.1.27/drivers/mfd/
Dtps80031.c462 ret = tps80031_read(&client->dev, TPS80031_SLAVE_ID3, in tps80031_probe()
470 ret = tps80031_read(&client->dev, TPS80031_SLAVE_ID3, in tps80031_probe()
/linux-4.1.27/drivers/rtc/
Drtc-tps80031.c197 ret = tps80031_read(dev->parent, TPS80031_SLAVE_ID1, in clear_alarm_int_status()
/linux-4.1.27/include/linux/mfd/
Dtps80031.h563 static inline int tps80031_read(struct device *dev, int sid, in tps80031_read() function