Home
last modified time | relevance | path

Searched defs:rtc_device (Results 1 – 25 of 41) sorted by relevance

12

/kernel/linux/linux-4.19/include/linux/
Drtc.h102 struct rtc_device { struct
103 struct device dev;
104 struct module *owner;
106 int id;
108 const struct rtc_class_ops *ops;
109 struct mutex ops_lock;
111 struct cdev char_dev;
112 unsigned long flags;
114 unsigned long irq_data;
115 spinlock_t irq_lock;
[all …]
/kernel/linux/linux-5.10/include/linux/
Drtc.h84 struct rtc_device { struct
85 struct device dev;
86 struct module *owner;
88 int id;
90 const struct rtc_class_ops *ops;
91 struct mutex ops_lock;
93 struct cdev char_dev;
94 unsigned long flags;
96 unsigned long irq_data;
97 spinlock_t irq_lock;
[all …]
/kernel/linux/linux-5.10/arch/arm/mach-footbridge/
Disa.c28 static struct platform_device rtc_device = { variable
/kernel/linux/linux-4.19/arch/arm/mach-footbridge/
Disa.c31 static struct platform_device rtc_device = { variable
/kernel/linux/linux-5.10/arch/sh/boards/mach-landisk/
Dsetup.c42 static struct platform_device rtc_device = { variable
/kernel/linux/linux-4.19/arch/sh/boards/mach-landisk/
Dsetup.c45 static struct platform_device rtc_device = { variable
/kernel/linux/linux-4.19/arch/m68k/coldfire/
Damcore.c122 static struct platform_device rtc_device = { variable
/kernel/linux/linux-5.10/arch/m68k/coldfire/
Damcore.c122 static struct platform_device rtc_device = { variable
/kernel/linux/linux-4.19/arch/sh/kernel/cpu/sh5/
Dsetup-sh5.c65 static struct platform_device rtc_device = { variable
/kernel/linux/linux-5.10/arch/x86/kernel/
Drtc.c173 static struct platform_device rtc_device = { variable
/kernel/linux/linux-4.19/arch/x86/kernel/
Drtc.c173 static struct platform_device rtc_device = { variable
/kernel/linux/linux-4.19/arch/sh/kernel/cpu/sh3/
Dsetup-sh7705.c131 static struct platform_device rtc_device = { variable
Dsetup-sh7710.c90 static struct platform_device rtc_device = { variable
Dsetup-sh770x.c104 static struct platform_device rtc_device = { variable
Dsetup-sh7720.c44 static struct platform_device rtc_device = { variable
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh3/
Dsetup-sh7710.c88 static struct platform_device rtc_device = { variable
Dsetup-sh7705.c129 static struct platform_device rtc_device = { variable
Dsetup-sh770x.c102 static struct platform_device rtc_device = { variable
Dsetup-sh7720.c42 static struct platform_device rtc_device = { variable
/kernel/linux/linux-4.19/arch/sh/kernel/cpu/sh4/
Dsetup-sh7750.c33 static struct platform_device rtc_device = { variable
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/
Dsetup-sh7750.c31 static struct platform_device rtc_device = { variable
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2a/
Dsetup-sh7203.c304 static struct platform_device rtc_device = { variable
Dsetup-sh7201.c351 static struct platform_device rtc_device = { variable
/kernel/linux/linux-4.19/arch/sh/kernel/cpu/sh2a/
Dsetup-sh7203.c306 static struct platform_device rtc_device = { variable
Dsetup-sh7201.c353 static struct platform_device rtc_device = { variable

12