Searched defs:rtc_device (Results 1 – 1 of 1) sorted by relevance
30238 struct rtc_device { struct30239 struct device dev;30240 struct module *owner;30241 int id;30242 const struct rtc_class_ops *ops;30243 struct mutex ops_lock;30244 struct cdev char_dev;30245 long unsigned int flags;30246 long unsigned int irq_data;30247 spinlock_t irq_lock;[all …]