Lines Matching refs:tps65910
53 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_alarm_irq_enable()
74 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_read_time()
105 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_set_time()
147 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_read_alarm()
177 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_set_alarm()
208 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_set_calibration()
253 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_get_calibration()
336 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_interrupt()
370 struct tps65910 *tps65910 = NULL; in tps65910_rtc_probe() local
376 tps65910 = dev_get_drvdata(pdev->dev.parent); in tps65910_rtc_probe()
388 ret = regmap_read(tps65910->regmap, TPS65910_RTC_STATUS, &rtc_reg); in tps65910_rtc_probe()
392 ret = regmap_write(tps65910->regmap, TPS65910_RTC_STATUS, rtc_reg); in tps65910_rtc_probe()
399 ret = regmap_update_bits(tps65910->regmap, TPS65910_DEVCTRL, in tps65910_rtc_probe()
405 ret = regmap_write(tps65910->regmap, TPS65910_RTC_CTRL, rtc_reg); in tps65910_rtc_probe()