Home
last modified time | relevance | path

Searched defs:rtc_class_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/include/linux/
Drtc.h75 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 (*alarm_irq_enable)(struct device *, unsigned int enabled);
106 const struct rtc_class_ops *ops; argument