Searched defs:rtc (Results 1 - 25 of 57) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rtc/
H A DMakefile[all...]
H A Dhctosys.c29 struct rtc_device *rtc = rtc_class_open(CONFIG_RTC_HCTOSYS_DEVICE); local
[all...]
H A Drtc-core.h19 static inline void rtc_dev_prepare(struct rtc_device *rtc) argument
23 static inline void rtc_dev_add_device(struct rtc_device *rtc) argument
27 static inline void rtc_dev_del_device(struct rtc_device *rtc) argument
40 static inline void rtc_proc_add_device(struct rtc_device *rtc) argument
44 static inline void rtc_proc_del_device(struct rtc_device *rtc) argument
58 rtc_sysfs_init(struct class *rtc) argument
62 rtc_sysfs_add_device(struct rtc_device *rtc) argument
66 rtc_sysfs_del_device(struct rtc_device *rtc) argument
[all...]
H A Drtc-proc.c25 struct rtc_device *rtc = seq->private; local
84 struct rtc_device *rtc = PDE(inode)->data; local
106 void rtc_proc_add_device(struct rtc_device *rtc) argument
120 rtc_proc_del_device(struct rtc_device *rtc) argument
[all...]
H A Dclass.c28 struct rtc_device *rtc = to_rtc_device(dev); local
47 struct rtc_device *rtc = to_rtc_device(dev); local
68 struct rtc_device *rtc = to_rtc_device(dev); local
120 struct rtc_device *rtc; local
195 rtc_device_unregister(struct rtc_device *rtc) argument
[all...]
H A Dinterface.c16 int rtc_read_time(struct rtc_device *rtc, struct rtc_time *tm) argument
38 int rtc_set_time(struct rtc_device *rtc, struct rtc_time *tm) argument
62 rtc_set_mmss(struct rtc_device *rtc, unsigned long secs) argument
102 rtc_read_alarm(struct rtc_device *rtc, struct rtc_wkalrm *alarm) argument
124 rtc_set_alarm(struct rtc_device *rtc, struct rtc_wkalrm *alarm) argument
155 rtc_update_irq(struct rtc_device *rtc, unsigned long num, unsigned long events) argument
175 struct rtc_device *rtc = NULL; local
199 rtc_class_close(struct rtc_device *rtc) argument
206 rtc_irq_register(struct rtc_device *rtc, struct rtc_task *task) argument
224 rtc_irq_unregister(struct rtc_device *rtc, struct rtc_task *task) argument
234 rtc_irq_set_state(struct rtc_device *rtc, struct rtc_task *task, int enabled) argument
254 rtc_irq_set_freq(struct rtc_device *rtc, struct rtc_task *task, int freq) argument
[all...]
H A Drtc-sysfs.c116 struct rtc_device *rtc = to_rtc_device(dev); local
161 static inline int rtc_does_wakealarm(struct rtc_device *rtc) argument
169 void rtc_sysfs_add_device(struct rtc_device *rtc) argument
184 rtc_sysfs_del_device(struct rtc_device *rtc) argument
[all...]
H A Drtc-v3020.c37 struct rtc_device *rtc; member in struct:v3020
161 struct rtc_device *rtc; local
226 struct rtc_device *rtc = chip->rtc; local
[all...]
H A Drtc-at91rm9200.c251 struct rtc_device *rtc = platform_get_drvdata(pdev); local
290 struct rtc_device *rtc; local
333 struct rtc_device *rtc = platform_get_drvdata(pdev); local
[all...]
H A Drtc-ds1672.c173 struct rtc_device *rtc = i2c_get_clientdata(client); local
200 struct rtc_device *rtc; local
[all...]
H A Drtc-ep93xx.c108 struct rtc_device *rtc = rtc_device_register("ep93xx", local
125 struct rtc_device *rtc = platform_get_drvdata(dev); local
H A Drtc-m48t86.c151 struct rtc_device *rtc = rtc_device_register("m48t86", local
169 struct rtc_device *rtc = platform_get_drvdata(dev); local
H A Drtc-pl031.c46 struct rtc_device *rtc; member in struct:pl031_local
52 struct rtc_device *rtc = dev_id; local
[all...]
H A Drtc-test.c99 struct rtc_device *rtc = platform_get_drvdata(plat_dev); local
120 struct rtc_device *rtc = rtc_device_register("test", &plat_dev->dev, local
142 struct rtc_device *rtc = platform_get_drvdata(plat_dev); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Drtctimer.c82 rtc_task_t *rtc = t->private_data; local
94 rtc_task_t *rtc = timer->private_data; local
104 rtc_task_t *rtc = timer->private_data; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Dmpc52xx_tty.c41 struct mpc52xx_rtc __iomem *rtc = local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-sa1100/
H A Dpm.c60 struct timespec delta, rtc; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/bvme6000/
H A Drtc.c44 volatile RtcPtr_t rtc = (RtcPtr_t)BVME_RTC_BASE; local
[all...]
H A Dconfig.c169 volatile RtcPtr_t rtc = (RtcPtr_t)BVME_RTC_BASE; local
188 volatile RtcPtr_t rtc = (RtcPtr_t)BVME_RTC_BASE; local
229 volatile RtcPtr_t rtc = (RtcPtr_t)BVME_RTC_BASE; local
288 volatile RtcPtr_t rtc = (RtcPtr_t)BVME_RTC_BASE; local
339 volatile RtcPtr_t rtc = (RtcPtr_t)BVME_RTC_BASE; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/mvme16x/
H A Drtc.c42 volatile MK48T08ptr_t rtc = (MK48T08ptr_t)MVME_RTC_BASE; local
[all...]
H A Dconfig.c41 static MK48T08ptr_t volatile rtc = (MK48T08ptr_t)MVME_RTC_BASE; variable
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dmpc52xx_setup.c169 struct mpc52xx_rtc __iomem *rtc; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dip27-rtc.c66 static struct m48t35_rtc *rtc; variable in typeref:struct:m48t35_rtc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-integrator/
H A Dtime.c170 struct timespec rtc; local
181 struct timespec rtc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sgi-ip27/
H A Dip27-timer.c103 struct m48t35_rtc *rtc; local
[all...]

Completed in 107 milliseconds

123