rtc_class_opsRegular
4.4: ✅struct rtc_class_ops {
int (*open)(struct device *);
void (*release)(struct device *);
int (*ioctl)(struct device *, unsigned int, long unsigned int);
int (*read_time)(struct device *, struct rtc_time *);
int (*set_time)(struct device *, struct rtc_time *);
int (*read_alarm)(struct device *, struct rtc_wkalrm *);
int (*set_alarm)(struct device *, struct rtc_wkalrm *);
int (*proc)(struct device *, struct seq_file *);
int (*set_mmss64)(struct device *, time64_t);
int (*set_mmss)(struct device *, long unsigned int);
int (*read_callback)(struct device *, int);
int (*alarm_irq_enable)(struct device *, unsigned int);
};
4.8: ✅struct rtc_class_ops {
int (*open)(struct device *);
void (*release)(struct device *);
int (*ioctl)(struct device *, unsigned int, long unsigned int);
int (*read_time)(struct device *, struct rtc_time *);
int (*set_time)(struct device *, struct rtc_time *);
int (*read_alarm)(struct device *, struct rtc_wkalrm *);
int (*set_alarm)(struct device *, struct rtc_wkalrm *);
int (*proc)(struct device *, struct seq_file *);
int (*set_mmss64)(struct device *, time64_t);
int (*set_mmss)(struct device *, long unsigned int);
int (*read_callback)(struct device *, int);
int (*alarm_irq_enable)(struct device *, unsigned int);
int (*read_offset)(struct device *, long int *);
int (*set_offset)(struct device *, long int);
};
4.10: ✅struct rtc_class_ops {
int (*open)(struct device *);
void (*release)(struct device *);
int (*ioctl)(struct device *, unsigned int, long unsigned int);
int (*read_time)(struct device *, struct rtc_time *);
int (*set_time)(struct device *, struct rtc_time *);
int (*read_alarm)(struct device *, struct rtc_wkalrm *);
int (*set_alarm)(struct device *, struct rtc_wkalrm *);
int (*proc)(struct device *, struct seq_file *);
int (*set_mmss64)(struct device *, time64_t);
int (*set_mmss)(struct device *, long unsigned int);
int (*read_callback)(struct device *, int);
int (*alarm_irq_enable)(struct device *, unsigned int);
int (*read_offset)(struct device *, long int *);
int (*set_offset)(struct device *, long int);
};
4.13: ✅struct rtc_class_ops {
int (*open)(struct device *);
void (*release)(struct device *);
int (*ioctl)(struct device *, unsigned int, long unsigned int);
int (*read_time)(struct device *, struct rtc_time *);
int (*set_time)(struct device *, struct rtc_time *);
int (*read_alarm)(struct device *, struct rtc_wkalrm *);
int (*set_alarm)(struct device *, struct rtc_wkalrm *);
int (*proc)(struct device *, struct seq_file *);
int (*set_mmss64)(struct device *, time64_t);
int (*set_mmss)(struct device *, long unsigned int);
int (*read_callback)(struct device *, int);
int (*alarm_irq_enable)(struct device *, unsigned int);
int (*read_offset)(struct device *, long int *);
int (*set_offset)(struct device *, long int);
};
4.15: ✅struct rtc_class_ops {
int (*ioctl)(struct device *, unsigned int, long unsigned int);
int (*read_time)(struct device *, struct rtc_time *);
int (*set_time)(struct device *, struct rtc_time *);
int (*read_alarm)(struct device *, struct rtc_wkalrm *);
int (*set_alarm)(struct device *, struct rtc_wkalrm *);
int (*proc)(struct device *, struct seq_file *);
int (*set_mmss64)(struct device *, time64_t);
int (*set_mmss)(struct device *, long unsigned int);
int (*read_callback)(struct device *, int);
int (*alarm_irq_enable)(struct device *, unsigned int);
int (*read_offset)(struct device *, long int *);
int (*set_offset)(struct device *, long int);
};
4.18: ✅struct rtc_class_ops {
int (*ioctl)(struct device *, unsigned int, long unsigned int);
int (*read_time)(struct device *, struct rtc_time *);
int (*set_time)(struct device *, struct rtc_time *);
int (*read_alarm)(struct device *, struct rtc_wkalrm *);
int (*set_alarm)(struct device *, struct rtc_wkalrm *);
int (*proc)(struct device *, struct seq_file *);
int (*set_mmss64)(struct device *, time64_t);
int (*set_mmss)(struct device *, long unsigned int);
int (*read_callback)(struct device *, int);
int (*alarm_irq_enable)(struct device *, unsigned int);
int (*read_offset)(struct device *, long int *);
int (*set_offset)(struct device *, long int);
};
5.0: ✅struct rtc_class_ops {
int (*ioctl)(struct device *, unsigned int, long unsigned int);
int (*read_time)(struct device *, struct rtc_time *);
int (*set_time)(struct device *, struct rtc_time *);
int (*read_alarm)(struct device *, struct rtc_wkalrm *);
int (*set_alarm)(struct device *, struct rtc_wkalrm *);
int (*proc)(struct device *, struct seq_file *);
int (*set_mmss64)(struct device *, time64_t);
int (*set_mmss)(struct device *, long unsigned int);
int (*read_callback)(struct device *, int);
int (*alarm_irq_enable)(struct device *, unsigned int);
int (*read_offset)(struct device *, long int *);
int (*set_offset)(struct device *, long int);
};
5.3: ✅struct rtc_class_ops {
int (*ioctl)(struct device *, unsigned int, long unsigned int);
int (*read_time)(struct device *, struct rtc_time *);
int (*set_time)(struct device *, struct rtc_time *);
int (*read_alarm)(struct device *, struct rtc_wkalrm *);
int (*set_alarm)(struct device *, struct rtc_wkalrm *);
int (*proc)(struct device *, struct seq_file *);
int (*alarm_irq_enable)(struct device *, unsigned int);
int (*read_offset)(struct device *, long int *);
int (*set_offset)(struct device *, long int);
};
5.4: ✅struct rtc_class_ops {
int (*ioctl)(struct device *, unsigned int, long unsigned int);
int (*read_time)(struct device *, struct rtc_time *);
int (*set_time)(struct device *, struct rtc_time *);
int (*read_alarm)(struct device *, struct rtc_wkalrm *);
int (*set_alarm)(struct device *, struct rtc_wkalrm *);
int (*proc)(struct device *, struct seq_file *);
int (*alarm_irq_enable)(struct device *, unsigned int);
int (*read_offset)(struct device *, long int *);
int (*set_offset)(struct device *, long int);
};
5.8: ✅struct rtc_class_ops {
int (*ioctl)(struct device *, unsigned int, long unsigned int);
int (*read_time)(struct device *, struct rtc_time *);
int (*set_time)(struct device *, struct rtc_time *);
int (*read_alarm)(struct device *, struct rtc_wkalrm *);
int (*set_alarm)(struct device *, struct rtc_wkalrm *);
int (*proc)(struct device *, struct seq_file *);
int (*alarm_irq_enable)(struct device *, unsigned int);
int (*read_offset)(struct device *, long int *);
int (*set_offset)(struct device *, long int);
};
5.11: ✅struct rtc_class_ops {
int (*ioctl)(struct device *, unsigned int, long unsigned int);
int (*read_time)(struct device *, struct rtc_time *);
int (*set_time)(struct device *, struct rtc_time *);
int (*read_alarm)(struct device *, struct rtc_wkalrm *);
int (*set_alarm)(struct device *, struct rtc_wkalrm *);
int (*proc)(struct device *, struct seq_file *);
int (*alarm_irq_enable)(struct device *, unsigned int);
int (*read_offset)(struct device *, long int *);
int (*set_offset)(struct device *, long int);
};
5.13: ✅struct rtc_class_ops {
int (*ioctl)(struct device *, unsigned int, long unsigned int);
int (*read_time)(struct device *, struct rtc_time *);
int (*set_time)(struct device *, struct rtc_time *);
int (*read_alarm)(struct device *, struct rtc_wkalrm *);
int (*set_alarm)(struct device *, struct rtc_wkalrm *);
int (*proc)(struct device *, struct seq_file *);
int (*alarm_irq_enable)(struct device *, unsigned int);
int (*read_offset)(struct device *, long int *);
int (*set_offset)(struct device *, long int);
};
5.15: ✅struct rtc_class_ops {
int (*ioctl)(struct device *, unsigned int, long unsigned int);
int (*read_time)(struct device *, struct rtc_time *);
int (*set_time)(struct device *, struct rtc_time *);
int (*read_alarm)(struct device *, struct rtc_wkalrm *);
int (*set_alarm)(struct device *, struct rtc_wkalrm *);
int (*proc)(struct device *, struct seq_file *);
int (*alarm_irq_enable)(struct device *, unsigned int);
int (*read_offset)(struct device *, long int *);
int (*set_offset)(struct device *, long int);
};
5.19: ✅struct rtc_class_ops {
int (*ioctl)(struct device *, unsigned int, long unsigned int);
int (*read_time)(struct device *, struct rtc_time *);
int (*set_time)(struct device *, struct rtc_time *);
int (*read_alarm)(struct device *, struct rtc_wkalrm *);
int (*set_alarm)(struct device *, struct rtc_wkalrm *);
int (*proc)(struct device *, struct seq_file *);
int (*alarm_irq_enable)(struct device *, unsigned int);
int (*read_offset)(struct device *, long int *);
int (*set_offset)(struct device *, long int);
int (*param_get)(struct device *, struct rtc_param *);
int (*param_set)(struct device *, struct rtc_param *);
};
6.2: ✅struct rtc_class_ops {
int (*ioctl)(struct device *, unsigned int, long unsigned int);
int (*read_time)(struct device *, struct rtc_time *);
int (*set_time)(struct device *, struct rtc_time *);
int (*read_alarm)(struct device *, struct rtc_wkalrm *);
int (*set_alarm)(struct device *, struct rtc_wkalrm *);
int (*proc)(struct device *, struct seq_file *);
int (*alarm_irq_enable)(struct device *, unsigned int);
int (*read_offset)(struct device *, long int *);
int (*set_offset)(struct device *, long int);
int (*param_get)(struct device *, struct rtc_param *);
int (*param_set)(struct device *, struct rtc_param *);
};
6.5: ✅struct rtc_class_ops {
int (*ioctl)(struct device *, unsigned int, long unsigned int);
int (*read_time)(struct device *, struct rtc_time *);
int (*set_time)(struct device *, struct rtc_time *);
int (*read_alarm)(struct device *, struct rtc_wkalrm *);
int (*set_alarm)(struct device *, struct rtc_wkalrm *);
int (*proc)(struct device *, struct seq_file *);
int (*alarm_irq_enable)(struct device *, unsigned int);
int (*read_offset)(struct device *, long int *);
int (*set_offset)(struct device *, long int);
int (*param_get)(struct device *, struct rtc_param *);
int (*param_set)(struct device *, struct rtc_param *);
};
6.8: ✅struct rtc_class_ops {
int (*ioctl)(struct device *, unsigned int, long unsigned int);
int (*read_time)(struct device *, struct rtc_time *);
int (*set_time)(struct device *, struct rtc_time *);
int (*read_alarm)(struct device *, struct rtc_wkalrm *);
int (*set_alarm)(struct device *, struct rtc_wkalrm *);
int (*proc)(struct device *, struct seq_file *);
int (*alarm_irq_enable)(struct device *, unsigned int);
int (*read_offset)(struct device *, long int *);
int (*set_offset)(struct device *, long int);
int (*param_get)(struct device *, struct rtc_param *);
int (*param_set)(struct device *, struct rtc_param *);
};
arm64: ✅struct rtc_class_ops {
int (*ioctl)(struct device *, unsigned int, long unsigned int);
int (*read_time)(struct device *, struct rtc_time *);
int (*set_time)(struct device *, struct rtc_time *);
int (*read_alarm)(struct device *, struct rtc_wkalrm *);
int (*set_alarm)(struct device *, struct rtc_wkalrm *);
int (*proc)(struct device *, struct seq_file *);
int (*alarm_irq_enable)(struct device *, unsigned int);
int (*read_offset)(struct device *, long int *);
int (*set_offset)(struct device *, long int);
};
armhf: ✅struct rtc_class_ops {
int (*ioctl)(struct device *, unsigned int, long unsigned int);
int (*read_time)(struct device *, struct rtc_time *);
int (*set_time)(struct device *, struct rtc_time *);
int (*read_alarm)(struct device *, struct rtc_wkalrm *);
int (*set_alarm)(struct device *, struct rtc_wkalrm *);
int (*proc)(struct device *, struct seq_file *);
int (*alarm_irq_enable)(struct device *, unsigned int);
int (*read_offset)(struct device *, long int *);
int (*set_offset)(struct device *, long int);
};
ppc64el: ✅struct rtc_class_ops {
int (*ioctl)(struct device *, unsigned int, long unsigned int);
int (*read_time)(struct device *, struct rtc_time *);
int (*set_time)(struct device *, struct rtc_time *);
int (*read_alarm)(struct device *, struct rtc_wkalrm *);
int (*set_alarm)(struct device *, struct rtc_wkalrm *);
int (*proc)(struct device *, struct seq_file *);
int (*alarm_irq_enable)(struct device *, unsigned int);
int (*read_offset)(struct device *, long int *);
int (*set_offset)(struct device *, long int);
};
riscv64: ✅struct rtc_class_ops {
int (*ioctl)(struct device *, unsigned int, long unsigned int);
int (*read_time)(struct device *, struct rtc_time *);
int (*set_time)(struct device *, struct rtc_time *);
int (*read_alarm)(struct device *, struct rtc_wkalrm *);
int (*set_alarm)(struct device *, struct rtc_wkalrm *);
int (*proc)(struct device *, struct seq_file *);
int (*alarm_irq_enable)(struct device *, unsigned int);
int (*read_offset)(struct device *, long int *);
int (*set_offset)(struct device *, long int);
};
aws: ✅struct rtc_class_ops {
int (*ioctl)(struct device *, unsigned int, long unsigned int);
int (*read_time)(struct device *, struct rtc_time *);
int (*set_time)(struct device *, struct rtc_time *);
int (*read_alarm)(struct device *, struct rtc_wkalrm *);
int (*set_alarm)(struct device *, struct rtc_wkalrm *);
int (*proc)(struct device *, struct seq_file *);
int (*alarm_irq_enable)(struct device *, unsigned int);
int (*read_offset)(struct device *, long int *);
int (*set_offset)(struct device *, long int);
};
azure: ✅struct rtc_class_ops {
int (*ioctl)(struct device *, unsigned int, long unsigned int);
int (*read_time)(struct device *, struct rtc_time *);
int (*set_time)(struct device *, struct rtc_time *);
int (*read_alarm)(struct device *, struct rtc_wkalrm *);
int (*set_alarm)(struct device *, struct rtc_wkalrm *);
int (*proc)(struct device *, struct seq_file *);
int (*alarm_irq_enable)(struct device *, unsigned int);
int (*read_offset)(struct device *, long int *);
int (*set_offset)(struct device *, long int);
};
gcp: ✅struct rtc_class_ops {
int (*ioctl)(struct device *, unsigned int, long unsigned int);
int (*read_time)(struct device *, struct rtc_time *);
int (*set_time)(struct device *, struct rtc_time *);
int (*read_alarm)(struct device *, struct rtc_wkalrm *);
int (*set_alarm)(struct device *, struct rtc_wkalrm *);
int (*proc)(struct device *, struct seq_file *);
int (*alarm_irq_enable)(struct device *, unsigned int);
int (*read_offset)(struct device *, long int *);
int (*set_offset)(struct device *, long int);
};
lowlatency: ✅struct rtc_class_ops {
int (*ioctl)(struct device *, unsigned int, long unsigned int);
int (*read_time)(struct device *, struct rtc_time *);
int (*set_time)(struct device *, struct rtc_time *);
int (*read_alarm)(struct device *, struct rtc_wkalrm *);
int (*set_alarm)(struct device *, struct rtc_wkalrm *);
int (*proc)(struct device *, struct seq_file *);
int (*alarm_irq_enable)(struct device *, unsigned int);
int (*read_offset)(struct device *, long int *);
int (*set_offset)(struct device *, long int);
};
Regular
4.4 and 4.8 ⚠️int (*read_offset)(struct device *, long int *)
int (*set_offset)(struct device *, long int)
4.8 and 4.10 ✅
4.10 and 4.13 ✅
4.13 and 4.15 ⚠️int (*open)(struct device *)
void (*release)(struct device *)
4.15 and 4.18 ✅
4.18 and 5.0 ✅
5.0 and 5.3 ⚠️int (*set_mmss64)(struct device *, time64_t)
int (*set_mmss)(struct device *, long unsigned int)
int (*read_callback)(struct device *, int)
5.3 and 5.4 ✅
5.4 and 5.8 ✅
5.8 and 5.11 ✅
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ⚠️int (*param_get)(struct device *, struct rtc_param *)
int (*param_set)(struct device *, struct rtc_param *)
5.19 and 6.2 ✅
6.2 and 6.5 ✅
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅