Searched defs:rtc_device (Results 1 – 1 of 1) sorted by relevance
25189 struct rtc_device { struct25190 struct device dev;25191 struct module *owner;25192 int id;25193 const struct rtc_class_ops *ops;25194 struct mutex ops_lock;25195 struct cdev char_dev;25196 long unsigned int flags;25197 long unsigned int irq_data;25198 spinlock_t irq_lock;[all …]