| /kernel/linux/linux-5.10/include/linux/ |
| D | rtc.h | 84 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-6.6/include/linux/ |
| D | rtc.h | 87 struct rtc_device { struct 88 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 …]
|
| /kernel/linux/linux-5.10/arch/arm/mach-footbridge/ |
| D | isa.c | 28 static struct platform_device rtc_device = { variable
|
| /kernel/linux/linux-6.6/arch/arm/mach-footbridge/ |
| D | isa.c | 28 static struct platform_device rtc_device = { variable
|
| /kernel/linux/linux-6.6/arch/sh/boards/mach-landisk/ |
| D | setup.c | 42 static struct platform_device rtc_device = { variable
|
| /kernel/linux/linux-5.10/arch/sh/boards/mach-landisk/ |
| D | setup.c | 42 static struct platform_device rtc_device = { variable
|
| /kernel/linux/linux-5.10/arch/m68k/coldfire/ |
| D | amcore.c | 122 static struct platform_device rtc_device = { variable
|
| /kernel/linux/linux-6.6/arch/m68k/coldfire/ |
| D | amcore.c | 122 static struct platform_device rtc_device = { variable
|
| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| D | rtc.c | 128 static struct platform_device rtc_device = { variable
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| D | rtc.c | 173 static struct platform_device rtc_device = { variable
|
| /kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh3/ |
| D | setup-sh7710.c | 88 static struct platform_device rtc_device = { variable
|
| D | setup-sh7705.c | 129 static struct platform_device rtc_device = { variable
|
| D | setup-sh770x.c | 102 static struct platform_device rtc_device = { variable
|
| D | setup-sh7720.c | 42 static struct platform_device rtc_device = { variable
|
| /kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh3/ |
| D | setup-sh7710.c | 88 static struct platform_device rtc_device = { variable
|
| D | setup-sh7705.c | 129 static struct platform_device rtc_device = { variable
|
| D | setup-sh770x.c | 102 static struct platform_device rtc_device = { variable
|
| D | setup-sh7720.c | 42 static struct platform_device rtc_device = { variable
|
| /kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/ |
| D | setup-sh7750.c | 31 static struct platform_device rtc_device = { variable
|
| /kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/ |
| D | setup-sh7750.c | 31 static struct platform_device rtc_device = { variable
|
| /kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2a/ |
| D | setup-sh7201.c | 351 static struct platform_device rtc_device = { variable
|
| D | setup-sh7203.c | 304 static struct platform_device rtc_device = { variable
|
| /kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh2a/ |
| D | setup-sh7201.c | 351 static struct platform_device rtc_device = { variable
|
| D | setup-sh7203.c | 304 static struct platform_device rtc_device = { variable
|
| /kernel/linux/linux-6.6/drivers/rtc/ |
| D | rtc-optee.c | 243 struct tee_client_device *rtc_device = to_tee_client_device(dev); in optee_rtc_probe() local
|