Home
last modified time | relevance | path

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

/linux/drivers/rtc/
H A Drtc-bd70528.c238 const struct rtc_class_ops *rtc_ops; in bd70528_probe() local
257 rtc_ops = &bd71828_rtc_ops; in bd70528_probe()
303 ret = rtc_ops->read_time(&pdev->dev, &t); in bd70528_probe()
306 ret = rtc_ops->set_time(&pdev->dev, &t); in bd70528_probe()
326 rtc->ops = rtc_ops; in bd70528_probe()
H A Drtc-s32g.c233 static const struct rtc_class_ops rtc_ops = { variable
317 priv->rdev->ops = &rtc_ops; in s32g_rtc_probe()
H A Drtc-ds1307.c193 const struct rtc_class_ops *rtc_ops; member
1039 .rtc_ops = &rx8130_rtc_ops,
1044 .rtc_ops = &m41txx_rtc_ops,
1047 .rtc_ops = &m41txx_rtc_ops,
1053 .rtc_ops = &m41txx_rtc_ops,
1061 .rtc_ops = &mcp794xx_rtc_ops,
1993 ds1307->rtc->ops = chip->rtc_ops ?: &ds13xx_rtc_ops; in ds1307_probe()
H A Drtc-ab-eoz9.c368 static const struct rtc_class_ops rtc_ops = { variable
504 data->rtc->ops = &rtc_ops; in abeoz9_probe()