Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/rtc/
Drtc-tps80031.c105 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()
192 ret = tps80031_set_bits(dev->parent, TPS80031_SLAVE_ID1, in clear_alarm_int_status()
237 ret = tps80031_set_bits(pdev->dev.parent, TPS80031_SLAVE_ID1, in tps80031_rtc_probe()
/Linux-v5.15/drivers/mfd/
Dtps80031.c170 ret = tps80031_set_bits(dev, TPS80031_SLAVE_ID1, res_ass_reg, in tps80031_ext_power_req_config()
257 ret = tps80031_set_bits(dev, TPS80031_SLAVE_ID1, in tps80031_init_ext_control()
/Linux-v5.15/drivers/regulator/
Dtps80031-regulator.c303 ret = tps80031_set_bits(parent, TPS80031_SLAVE_ID2, in tps80031_vbus_enable()
311 ret = tps80031_set_bits(parent, TPS80031_SLAVE_ID2, in tps80031_vbus_enable()
/Linux-v5.15/include/linux/mfd/
Dtps80031.h588 static inline int tps80031_set_bits(struct device *dev, int sid, in tps80031_set_bits() function