Searched defs:rtc_class_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-4.19/include/linux/ |
| D | rtc.h | 75 struct rtc_class_ops { struct 76 int (*ioctl)(struct device *, unsigned int, unsigned long); 77 int (*read_time)(struct device *, struct rtc_time *); 78 int (*set_time)(struct device *, struct rtc_time *); 79 int (*read_alarm)(struct device *, struct rtc_wkalrm *); 80 int (*set_alarm)(struct device *, struct rtc_wkalrm *); 81 int (*proc)(struct device *, struct seq_file *); 82 int (*set_mmss64)(struct device *, time64_t secs); 83 int (*set_mmss)(struct device *, unsigned long secs); 84 int (*read_callback)(struct device *, int data); [all …]
|
| /kernel/linux/linux-5.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); 90 const struct rtc_class_ops *ops; argument
|