Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drtc.h87 struct rtc_device { struct
88 struct device dev;
89 struct module *owner;
91 int id;
96 struct cdev char_dev;
97 unsigned long flags;
100 spinlock_t irq_lock;
104 int irq_freq;
105 int max_user_freq;
111 int pie_enabled;
[all …]
/openbmc/linux/arch/arm/mach-footbridge/
H A Disa.c28 static struct platform_device rtc_device = { variable
/openbmc/linux/arch/sh/boards/mach-landisk/
H A Dsetup.c42 static struct platform_device rtc_device = { variable
/openbmc/linux/arch/m68k/coldfire/
H A Damcore.c122 static struct platform_device rtc_device = { variable
/openbmc/linux/arch/x86/kernel/
H A Drtc.c128 static struct platform_device rtc_device = { variable
/openbmc/linux/arch/sh/kernel/cpu/sh3/
H A Dsetup-sh7705.c129 static struct platform_device rtc_device = { variable
H A Dsetup-sh7710.c88 static struct platform_device rtc_device = { variable
H A Dsetup-sh770x.c102 static struct platform_device rtc_device = { variable
H A Dsetup-sh7720.c42 static struct platform_device rtc_device = { variable
/openbmc/linux/arch/sh/kernel/cpu/sh4/
H A Dsetup-sh7750.c31 static struct platform_device rtc_device = { variable
/openbmc/linux/arch/sh/kernel/cpu/sh2a/
H A Dsetup-sh7201.c351 static struct platform_device rtc_device = { variable
H A Dsetup-sh7203.c304 static struct platform_device rtc_device = { variable
H A Dsetup-sh7269.c486 static struct platform_device rtc_device = { variable
H A Dsetup-sh7264.c464 static struct platform_device rtc_device = { variable
/openbmc/linux/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7780.c115 static struct platform_device rtc_device = { variable
H A Dsetup-sh7763.c95 static struct platform_device rtc_device = { variable
H A Dsetup-sh7722.c268 static struct platform_device rtc_device = { variable
H A Dsetup-sh7723.c314 static struct platform_device rtc_device = { variable
H A Dsetup-sh7734.c165 static struct platform_device rtc_device = { variable
H A Dsetup-sh7724.c437 static struct platform_device rtc_device = { variable
/openbmc/linux/drivers/rtc/
H A Drtc-optee.c243 struct tee_client_device *rtc_device = to_tee_client_device(dev); in optee_rtc_probe() local
/openbmc/linux/drivers/platform/x86/amd/pmc/
H A Dpmc.c739 struct rtc_device *rtc_device; in amd_pmc_verify_czn_rtc() local