Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/rtc/
Drtc-tps80031.c72 ret = tps80031_reads(dev->parent, TPS80031_SLAVE_ID1, in tps80031_rtc_read_time()
103 ret = tps80031_clr_bits(dev->parent, TPS80031_SLAVE_ID1, in tps80031_rtc_set_time()
110 ret = tps80031_writes(dev->parent, TPS80031_SLAVE_ID1, in tps80031_rtc_set_time()
118 ret = tps80031_set_bits(dev->parent, TPS80031_SLAVE_ID1, in tps80031_rtc_set_time()
131 ret = tps80031_set_bits(dev->parent, TPS80031_SLAVE_ID1, in tps80031_rtc_alarm_irq_enable()
134 ret = tps80031_clr_bits(dev->parent, TPS80031_SLAVE_ID1, in tps80031_rtc_alarm_irq_enable()
154 ret = tps80031_writes(dev->parent, TPS80031_SLAVE_ID1, in tps80031_rtc_set_alarm()
169 ret = tps80031_reads(dev->parent, TPS80031_SLAVE_ID1, in tps80031_rtc_read_alarm()
197 ret = tps80031_read(dev->parent, TPS80031_SLAVE_ID1, in clear_alarm_int_status()
205 ret = tps80031_set_bits(dev->parent, TPS80031_SLAVE_ID1, in clear_alarm_int_status()
[all …]
/linux-4.1.27/drivers/mfd/
Dtps80031.c175 ret = tps80031_set_bits(dev, TPS80031_SLAVE_ID1, res_ass_reg, in tps80031_ext_power_req_config()
184 ret = tps80031_clr_bits(dev, TPS80031_SLAVE_ID1, in tps80031_ext_power_req_config()
195 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()
215 tps80031_write(tps80031_power_off_dev->dev, TPS80031_SLAVE_ID1, in tps80031_power_off()
238 tps80031_update(tps80031->dev, TPS80031_SLAVE_ID1, pupd->reg, in tps80031_pupd_init()
252 ret = tps80031_write(dev, TPS80031_SLAVE_ID1, in tps80031_init_ext_control()
262 ret = tps80031_set_bits(dev, TPS80031_SLAVE_ID1, in tps80031_init_ext_control()
/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()
130 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()
449 .volt_id = TPS80031_SLAVE_ID1, \
471 .volt_id = TPS80031_SLAVE_ID1, \
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()
608 ret = tps80031_read(parent, TPS80031_SLAVE_ID1, in check_smps_mode_mult()
[all …]
/linux-4.1.27/include/linux/mfd/
Dtps80031.h427 #define TPS80031_SLAVE_ID1 1 macro