Home
last modified time | relevance | path

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

/linux/drivers/rtc/
H A Drtc-bd70528.c239 const struct rtc_class_ops *rtc_ops; in bd70528_probe() local
258 rtc_ops = &bd71828_rtc_ops; in bd70528_probe()
309 ret = rtc_ops->read_time(&pdev->dev, &t); in bd70528_probe()
312 ret = rtc_ops->set_time(&pdev->dev, &t); in bd70528_probe()
332 rtc->ops = rtc_ops; in bd70528_probe()
H A Drtc-atcrtc100.c261 static const struct rtc_class_ops rtc_ops = { variable
334 atcrtc_dev->rtc_dev->ops = &rtc_ops; in atcrtc_probe()
H A Drtc-ab-b5ze-s3.c807 static const struct rtc_class_ops rtc_ops = { variable
880 data->rtc->ops = &rtc_ops; in abb5zes3_probe()