Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Drtc-uclass.c15 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_get()
25 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_set()
35 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_reset()
45 struct rtc_ops *ops = rtc_get_ops(dev); in rtc_read8()
55 struct rtc_ops *ops = rtc_get_ops(dev); in rtc_write8()
125 const struct rtc_ops *ops = dev_get_driver_ops(dev); in rtc_alarm_trigger()
H A Dsandbox_rtc.c88 static const struct rtc_ops sandbox_rtc_ops = {
H A Dpcf2127.c93 static const struct rtc_ops pcf2127_rtc_ops = {
H A Drk8xx_rtc.c151 static struct rtc_ops rk8xx_rtc_ops = {
H A Dmc146818.c235 static const struct rtc_ops rtc_mc146818_ops = {
H A Dds1307.c362 static const struct rtc_ops ds1307_rtc_ops = {
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-bd70528.c500 const struct rtc_class_ops *rtc_ops; in bd70528_probe() local
530 rtc_ops = &bd70528_rtc_ops; in bd70528_probe()
536 rtc_ops = &bd71828_rtc_ops; in bd70528_probe()
560 ret = rtc_ops->read_time(&pdev->dev, &t); in bd70528_probe()
563 ret = rtc_ops->set_time(&pdev->dev, &t); in bd70528_probe()
583 rtc->ops = rtc_ops; in bd70528_probe()
H A Drtc-ds1307.c193 const struct rtc_class_ops *rtc_ops; member
1052 .rtc_ops = &rx8130_rtc_ops,
1057 .rtc_ops = &m41txx_rtc_ops,
1060 .rtc_ops = &m41txx_rtc_ops,
1066 .rtc_ops = &m41txx_rtc_ops,
1074 .rtc_ops = &mcp794xx_rtc_ops,
2038 ds1307->rtc->ops = chip->rtc_ops ?: &ds13xx_rtc_ops; in ds1307_probe()
H A Drtc-ab-eoz9.c259 static const struct rtc_class_ops rtc_ops = { variable
419 data->rtc->ops = &rtc_ops; in abeoz9_probe()
H A Drtc-pcf85363.c285 static const struct rtc_class_ops rtc_ops = { variable
403 pcf85363->rtc->ops = &rtc_ops; in pcf85363_probe()
H A Drtc-ab-b5ze-s3.c807 static const struct rtc_class_ops rtc_ops = { variable
881 data->rtc->ops = &rtc_ops; in abb5zes3_probe()
/OK3568_Linux_fs/u-boot/include/
H A Drtc.h22 struct rtc_ops { struct
85 #define rtc_get_ops(dev) ((struct rtc_ops *)(dev)->driver->ops) argument