Searched defs:rtc_device (Results 1 – 12 of 12) sorted by relevance
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
16691 struct rtc_device { struct16692 struct device dev;16693 struct module *owner;16694 int id;16695 const struct rtc_class_ops *ops;16696 struct mutex ops_lock;16697 struct cdev char_dev;16698 long unsigned int flags;16699 long unsigned int irq_data;16700 spinlock_t irq_lock;[all …]
70808 struct rtc_device { struct70809 struct device dev;70810 struct module *owner;70811 int id;70812 const struct rtc_class_ops *ops;70813 struct mutex ops_lock;70814 struct cdev char_dev;70815 long unsigned int flags;70816 long unsigned int irq_data;70817 spinlock_t irq_lock;[all …]
47023 struct rtc_device { struct47024 struct device dev;47025 struct module *owner;47026 int id;47027 const struct rtc_class_ops *ops;47028 struct mutex ops_lock;47029 struct cdev char_dev;47030 long unsigned int flags;47031 long unsigned int irq_data;47032 spinlock_t irq_lock;[all …]
37082 struct rtc_device { struct37083 struct device dev;37084 struct module *owner;37085 int id;37086 const struct rtc_class_ops *ops;37087 struct mutex ops_lock;37088 struct cdev char_dev;37089 long unsigned int flags;37090 long unsigned int irq_data;37091 spinlock_t irq_lock;[all …]
52839 struct rtc_device { struct52840 struct device dev;52841 struct module *owner;52842 int id;52843 const struct rtc_class_ops *ops;52844 struct mutex ops_lock;52845 struct cdev char_dev;52846 long unsigned int flags;52847 long unsigned int irq_data;52848 spinlock_t irq_lock;[all …]
21709 struct rtc_device { struct21710 struct device dev;21711 struct module *owner;21712 int id;21713 const struct rtc_class_ops *ops;21714 struct mutex ops_lock;21715 struct cdev char_dev;21716 long unsigned int flags;21717 long unsigned int irq_data;21718 spinlock_t irq_lock;[all …]