Searched defs:rtc_device (Results 1 – 1 of 1) sorted by relevance
87 struct rtc_device { struct88 struct device dev;89 struct module *owner;91 int id;96 struct cdev char_dev;97 unsigned long flags;100 spinlock_t irq_lock;104 int irq_freq;105 int max_user_freq;111 int pie_enabled;[all …]
Completed in 3 milliseconds