Searched defs:rtc_device (Results 1 – 9 of 9) sorted by relevance
13 def read_rtc_wakeup(rtc_device): argument22 def read_rtc_wakeup_active_count(rtc_device): argument30 def fire_wakealarm(rtc_device): argument63 def run_once_rtc(self, rtc_device): argument
21 def get_seconds(utc=True, rtc_device='rtc0'): argument30 def write_wake_alarm(alarm_time, rtc_device='rtc0'): argument38 def set_wake_alarm(alarm_time, rtc_device='rtc0'): argument
35736 struct rtc_device { struct35737 struct device dev;35738 struct module *owner;35739 int id;35740 const struct rtc_class_ops *ops;35741 struct mutex ops_lock;35742 struct cdev char_dev;35743 long unsigned int flags;35744 long unsigned int irq_data;35745 spinlock_t irq_lock;[all …]
25256 struct rtc_device { struct25257 struct device dev;25258 struct module *owner;25259 int id;25260 const struct rtc_class_ops *ops;25261 struct mutex ops_lock;25262 struct cdev char_dev;25263 long unsigned int flags;25264 long unsigned int irq_data;25265 spinlock_t irq_lock;[all …]
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 …]
30520 struct rtc_device { struct30521 struct device dev;30522 struct module *owner;30523 int id;30524 const struct rtc_class_ops *ops;30525 struct mutex ops_lock;30526 struct cdev char_dev;30527 long unsigned int flags;30528 long unsigned int irq_data;30529 spinlock_t irq_lock;[all …]