Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Drtc.h143 struct rtc_class_ops { struct
144 int (*open)(struct device *);
145 void (*release)(struct device *);
146 int (*ioctl)(struct device *, unsigned int, unsigned long);
147 int (*read_time)(struct device *, struct rtc_time *);
148 int (*set_time)(struct device *, struct rtc_time *);
149 int (*read_alarm)(struct device *, struct rtc_wkalrm *);
150 int (*set_alarm)(struct device *, struct rtc_wkalrm *);
151 int (*proc)(struct device *, struct seq_file *);
152 int (*set_mmss)(struct device *, unsigned long secs);
[all …]