Home
last modified time | relevance | path

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

/include/linux/
Drtc.h108 struct rtc_device { struct
109 struct device dev;
110 struct module *owner;
112 int id;
114 const struct rtc_class_ops *ops;
115 struct mutex ops_lock;
117 struct cdev char_dev;
118 unsigned long flags;
120 unsigned long irq_data;
121 spinlock_t irq_lock;
[all …]