Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Drtc.h87 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 …]
/linux-6.1.9/arch/arm/mach-footbridge/
Disa.c28 static struct platform_device rtc_device = { variable
/linux-6.1.9/arch/sh/boards/mach-landisk/
Dsetup.c42 static struct platform_device rtc_device = { variable
/linux-6.1.9/arch/m68k/coldfire/
Damcore.c122 static struct platform_device rtc_device = { variable
/linux-6.1.9/arch/x86/kernel/
Drtc.c128 static struct platform_device rtc_device = { variable
/linux-6.1.9/arch/sh/kernel/cpu/sh3/
Dsetup-sh7705.c129 static struct platform_device rtc_device = { variable
Dsetup-sh7710.c88 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
/linux-6.1.9/arch/sh/kernel/cpu/sh4/
Dsetup-sh7750.c31 static struct platform_device rtc_device = { variable
/linux-6.1.9/arch/sh/kernel/cpu/sh2a/
Dsetup-sh7201.c351 static struct platform_device rtc_device = { variable
Dsetup-sh7203.c304 static struct platform_device rtc_device = { variable
Dsetup-sh7264.c464 static struct platform_device rtc_device = { variable
Dsetup-sh7269.c486 static struct platform_device rtc_device = { variable
/linux-6.1.9/drivers/rtc/
Drtc-optee.c243 struct tee_client_device *rtc_device = to_tee_client_device(dev); in optee_rtc_probe() local
/linux-6.1.9/arch/sh/kernel/cpu/sh4a/
Dsetup-sh7780.c115 static struct platform_device rtc_device = { variable
Dsetup-sh7722.c268 static struct platform_device rtc_device = { variable
Dsetup-sh7763.c95 static struct platform_device rtc_device = { variable
Dsetup-sh7723.c314 static struct platform_device rtc_device = { variable
Dsetup-sh7734.c165 static struct platform_device rtc_device = { variable
Dsetup-sh7724.c437 static struct platform_device rtc_device = { variable
/linux-6.1.9/drivers/platform/x86/amd/
Dpmc.c658 struct rtc_device *rtc_device; in amd_pmc_verify_czn_rtc() local