Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/rtc/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dtps80031.c174 ret = tps80031_set_bits(dev, TPS80031_SLAVE_ID1, res_ass_reg, in tps80031_ext_power_req_config()
183 ret = tps80031_clr_bits(dev, TPS80031_SLAVE_ID1, in tps80031_ext_power_req_config()
194 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()
214 tps80031_write(tps80031_power_off_dev->dev, TPS80031_SLAVE_ID1, in tps80031_power_off()
237 tps80031_update(tps80031->dev, TPS80031_SLAVE_ID1, pupd->reg, in tps80031_pupd_init()
251 ret = tps80031_write(dev, TPS80031_SLAVE_ID1, in tps80031_init_ext_control()
261 ret = tps80031_set_bits(dev, TPS80031_SLAVE_ID1, in tps80031_init_ext_control()
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dtps80031-regulator.c96 ret = tps80031_read(parent, TPS80031_SLAVE_ID1, ri->rinfo->state_reg, in tps80031_reg_is_enabled()
115 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()
434 .volt_id = TPS80031_SLAVE_ID1, \
456 .volt_id = TPS80031_SLAVE_ID1, \
511 ret = tps80031_update(parent, TPS80031_SLAVE_ID1, in tps80031_power_req_config()
540 ret = tps80031_update(parent, TPS80031_SLAVE_ID1, in tps80031_regulator_config()
553 ret = tps80031_update(parent, TPS80031_SLAVE_ID1, in tps80031_regulator_config()
574 ret = tps80031_update(parent, TPS80031_SLAVE_ID1, ri->rinfo->trans_reg, in tps80031_regulator_config()
594 ret = tps80031_read(parent, TPS80031_SLAVE_ID1, in check_smps_mode_mult()
[all …]
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dtps80031.h427 #define TPS80031_SLAVE_ID1 1 macro