Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/rtc/
Drtc-tps80031.c59 ret = tps80031_reads(dev->parent, TPS80031_SLAVE_ID1, in tps80031_rtc_read_time()
90 ret = tps80031_clr_bits(dev->parent, TPS80031_SLAVE_ID1, in tps80031_rtc_set_time()
97 ret = tps80031_writes(dev->parent, TPS80031_SLAVE_ID1, in tps80031_rtc_set_time()
105 ret = tps80031_set_bits(dev->parent, TPS80031_SLAVE_ID1, in tps80031_rtc_set_time()
118 ret = tps80031_set_bits(dev->parent, TPS80031_SLAVE_ID1, in tps80031_rtc_alarm_irq_enable()
121 ret = tps80031_clr_bits(dev->parent, TPS80031_SLAVE_ID1, in tps80031_rtc_alarm_irq_enable()
141 ret = tps80031_writes(dev->parent, TPS80031_SLAVE_ID1, in tps80031_rtc_set_alarm()
156 ret = tps80031_reads(dev->parent, TPS80031_SLAVE_ID1, in tps80031_rtc_read_alarm()
184 ret = tps80031_read(dev->parent, TPS80031_SLAVE_ID1, in clear_alarm_int_status()
192 ret = tps80031_set_bits(dev->parent, TPS80031_SLAVE_ID1, in clear_alarm_int_status()
[all …]
/Linux-v5.15/drivers/mfd/
Dtps80031.c170 ret = tps80031_set_bits(dev, TPS80031_SLAVE_ID1, res_ass_reg, in tps80031_ext_power_req_config()
179 ret = tps80031_clr_bits(dev, TPS80031_SLAVE_ID1, in tps80031_ext_power_req_config()
190 ret = tps80031_update(dev, TPS80031_SLAVE_ID1, state_reg_add, in tps80031_ext_power_req_config()
196 ret = tps80031_update(dev, TPS80031_SLAVE_ID1, trans_reg_add, in tps80031_ext_power_req_config()
210 tps80031_write(tps80031_power_off_dev->dev, TPS80031_SLAVE_ID1, in tps80031_power_off()
233 tps80031_update(tps80031->dev, TPS80031_SLAVE_ID1, pupd->reg, in tps80031_pupd_init()
247 ret = tps80031_write(dev, TPS80031_SLAVE_ID1, in tps80031_init_ext_control()
257 ret = tps80031_set_bits(dev, TPS80031_SLAVE_ID1, in tps80031_init_ext_control()
/Linux-v5.15/drivers/regulator/
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 …]
/Linux-v5.15/include/linux/mfd/
Dtps80031.h427 #define TPS80031_SLAVE_ID1 1 macro