Lines Matching defs:rtc_class_ops
60 struct rtc_class_ops { struct
61 int (*ioctl)(struct device *, unsigned int, unsigned long);
62 int (*read_time)(struct device *, struct rtc_time *);
63 int (*set_time)(struct device *, struct rtc_time *);
64 int (*read_alarm)(struct device *, struct rtc_wkalrm *);
65 int (*set_alarm)(struct device *, struct rtc_wkalrm *);
66 int (*proc)(struct device *, struct seq_file *);
67 int (*alarm_irq_enable)(struct device *, unsigned int enabled);
68 int (*read_offset)(struct device *, long *offset);
69 int (*set_offset)(struct device *, long offset);
70 int (*param_get)(struct device *, struct rtc_param *param);
71 int (*param_set)(struct device *, struct rtc_param *param);