Searched defs:rtc_class_ops (Results 1 – 1 of 1) sorted by relevance
79 struct rtc_class_ops { struct80 int (*open)(struct device *);81 void (*release)(struct device *);82 int (*ioctl)(struct device *, unsigned int, unsigned long);83 int (*read_time)(struct device *, struct rtc_time *);84 int (*set_time)(struct device *, struct rtc_time *);85 int (*read_alarm)(struct device *, struct rtc_wkalrm *);86 int (*set_alarm)(struct device *, struct rtc_wkalrm *);87 int (*proc)(struct device *, struct seq_file *);88 int (*set_mmss64)(struct device *, time64_t secs);[all …]