Lines Matching defs:rtc_class_ops
79 struct rtc_class_ops { struct
80 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);
89 int (*set_mmss)(struct device *, unsigned long secs);
90 int (*read_callback)(struct device *, int data);
91 int (*alarm_irq_enable)(struct device *, unsigned int enabled);