Searched defs:rtc_device (Results 1 – 1 of 1) sorted by relevance
112 struct rtc_device { struct113 struct device dev;114 struct module *owner;116 int id;117 char name[RTC_DEVICE_NAME_SIZE];119 const struct rtc_class_ops *ops;120 struct mutex ops_lock;122 struct cdev char_dev;123 unsigned long flags;125 unsigned long irq_data;[all …]