Lines Matching refs:tps65910
38 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_alarm_irq_enable()
59 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_read_time()
90 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_set_time()
132 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_read_alarm()
162 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_set_alarm()
194 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_interrupt()
226 struct tps65910 *tps65910 = NULL; in tps65910_rtc_probe() local
232 tps65910 = dev_get_drvdata(pdev->dev.parent); in tps65910_rtc_probe()
240 ret = regmap_read(tps65910->regmap, TPS65910_RTC_STATUS, &rtc_reg); in tps65910_rtc_probe()
244 ret = regmap_write(tps65910->regmap, TPS65910_RTC_STATUS, rtc_reg); in tps65910_rtc_probe()
251 ret = regmap_update_bits(tps65910->regmap, TPS65910_DEVCTRL, in tps65910_rtc_probe()
257 ret = regmap_write(tps65910->regmap, TPS65910_RTC_CTRL, rtc_reg); in tps65910_rtc_probe()