Searched defs:rtc_class_ops (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/include/linux/ |
D | rtc.h | 59 struct rtc_class_ops { struct 60 int (*ioctl)(struct device *, unsigned int, unsigned long); 61 int (*read_time)(struct device *, struct rtc_time *); 62 int (*set_time)(struct device *, struct rtc_time *); 63 int (*read_alarm)(struct device *, struct rtc_wkalrm *); 64 int (*set_alarm)(struct device *, struct rtc_wkalrm *); 65 int (*proc)(struct device *, struct seq_file *); 66 int (*alarm_irq_enable)(struct device *, unsigned int enabled); 67 int (*read_offset)(struct device *, long *offset); 68 int (*set_offset)(struct device *, long offset); [all …]
|