Lines Matching defs:rtc_class_ops
143 struct rtc_class_ops { struct
144 int (*open)(struct device *);
145 void (*release)(struct device *);
146 int (*ioctl)(struct device *, unsigned int, unsigned long);
147 int (*read_time)(struct device *, struct rtc_time *);
148 int (*set_time)(struct device *, struct rtc_time *);
149 int (*read_alarm)(struct device *, struct rtc_wkalrm *);
150 int (*set_alarm)(struct device *, struct rtc_wkalrm *);
151 int (*proc)(struct device *, struct seq_file *);
152 int (*set_mmss)(struct device *, unsigned long secs);
153 int (*read_callback)(struct device *, int data);
154 int (*alarm_irq_enable)(struct device *, unsigned int enabled);