Lines Matching refs:tps65910
49 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_alarm_irq_enable()
70 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_read_time()
101 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_set_time()
143 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_read_alarm()
173 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_set_alarm()
204 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_set_calibration()
249 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_get_calibration()
332 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_interrupt()
373 struct tps65910 *tps65910 = NULL; in tps65910_rtc_probe() local
379 tps65910 = dev_get_drvdata(pdev->dev.parent); in tps65910_rtc_probe()
391 ret = regmap_read(tps65910->regmap, TPS65910_RTC_STATUS, &rtc_reg); in tps65910_rtc_probe()
395 ret = regmap_write(tps65910->regmap, TPS65910_RTC_STATUS, rtc_reg); in tps65910_rtc_probe()
402 ret = regmap_update_bits(tps65910->regmap, TPS65910_DEVCTRL, in tps65910_rtc_probe()
408 ret = regmap_write(tps65910->regmap, TPS65910_RTC_CTRL, rtc_reg); in tps65910_rtc_probe()