Home
last modified time | relevance | path

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

/include/linux/
Drtc.h90 struct rtc_device { struct
91 struct device dev;
92 struct module *owner;
94 int id;
96 const struct rtc_class_ops *ops;
97 struct mutex ops_lock;
99 struct cdev char_dev;
100 unsigned long flags;
102 unsigned long irq_data;
103 spinlock_t irq_lock;
[all …]