Searched defs:rtc_device (Results 1 – 21 of 21) sorted by relevance
87 struct rtc_device { struct88 struct device dev;89 struct module *owner;91 int id;93 const struct rtc_class_ops *ops;94 struct mutex ops_lock;96 struct cdev char_dev;97 unsigned long flags;99 unsigned long irq_data;100 spinlock_t irq_lock;[all …]
28 static struct platform_device rtc_device = { variable
122 static struct platform_device rtc_device = { variable
127 static struct platform_device rtc_device = { variable
88 static struct platform_device rtc_device = { variable
129 static struct platform_device rtc_device = { variable
102 static struct platform_device rtc_device = { variable
42 static struct platform_device rtc_device = { variable
547 static int optee_rtc_probe(struct tee_client_device *rtc_device) in optee_rtc_probe()682 static void optee_rtc_remove(struct tee_client_device *rtc_device) in optee_rtc_remove()
31 static struct platform_device rtc_device = { variable
351 static struct platform_device rtc_device = { variable
304 static struct platform_device rtc_device = { variable
486 static struct platform_device rtc_device = { variable
464 static struct platform_device rtc_device = { variable
115 static struct platform_device rtc_device = { variable
95 static struct platform_device rtc_device = { variable
268 static struct platform_device rtc_device = { variable
317 static struct platform_device rtc_device = { variable
165 static struct platform_device rtc_device = { variable
438 static struct platform_device rtc_device = { variable
551 struct rtc_device *rtc_device; in amd_pmc_verify_czn_rtc() local