Home
last modified time | relevance | path

Searched defs:rtc_ops (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Drtc.h22 struct rtc_ops { struct
32 int (*get)(struct udevice *dev, struct rtc_time *time);
43 int (*set)(struct udevice *dev, const struct rtc_time *time);
55 int (*reset)(struct udevice *dev);
85 #define rtc_get_ops(dev) ((struct rtc_ops *)(dev)->driver->ops) argument
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-ab-eoz9.c259 static const struct rtc_class_ops rtc_ops = { variable
H A Drtc-pcf85363.c285 static const struct rtc_class_ops rtc_ops = { variable
H A Drtc-bd70528.c500 const struct rtc_class_ops *rtc_ops; in bd70528_probe() local
H A Drtc-ab-b5ze-s3.c807 static const struct rtc_class_ops rtc_ops = { variable
H A Drtc-ds1307.c193 const struct rtc_class_ops *rtc_ops; member