Searched defs:rtc_device (Results 1 – 1 of 1) sorted by relevance
175 struct rtc_device struct177 struct device dev;178 struct module *owner;180 int id;181 char name[RTC_DEVICE_NAME_SIZE];183 const struct rtc_class_ops *ops;184 struct mutex ops_lock;186 struct cdev char_dev;187 unsigned long flags;189 unsigned long irq_data;[all …]