Searched refs:rtc_device (Results 1 - 25 of 48) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rtc/
H A Drtc-core.h5 extern void rtc_dev_prepare(struct rtc_device *rtc);
6 extern void rtc_dev_add_device(struct rtc_device *rtc);
7 extern void rtc_dev_del_device(struct rtc_device *rtc);
19 static inline void rtc_dev_prepare(struct rtc_device *rtc)
23 static inline void rtc_dev_add_device(struct rtc_device *rtc)
27 static inline void rtc_dev_del_device(struct rtc_device *rtc)
35 extern void rtc_proc_add_device(struct rtc_device *rtc);
36 extern void rtc_proc_del_device(struct rtc_device *rtc);
40 static inline void rtc_proc_add_device(struct rtc_device *rtc)
44 static inline void rtc_proc_del_device(struct rtc_device *rt
[all...]
H A Dinterface.c16 int rtc_read_time(struct rtc_device *rtc, struct rtc_time *tm)
38 int rtc_set_time(struct rtc_device *rtc, struct rtc_time *tm)
62 int rtc_set_mmss(struct rtc_device *rtc, unsigned long secs)
102 int rtc_read_alarm(struct rtc_device *rtc, struct rtc_wkalrm *alarm)
124 int rtc_set_alarm(struct rtc_device *rtc, struct rtc_wkalrm *alarm)
155 void rtc_update_irq(struct rtc_device *rtc,
172 struct rtc_device *rtc_class_open(char *name)
175 struct rtc_device *rtc = NULL;
199 void rtc_class_close(struct rtc_device *rtc)
206 int rtc_irq_register(struct rtc_device *rt
[all...]
H A Dclass.c28 struct rtc_device *rtc = to_rtc_device(dev);
47 struct rtc_device *rtc = to_rtc_device(dev);
68 struct rtc_device *rtc = to_rtc_device(dev);
116 struct rtc_device *rtc_device_register(const char *name, struct device *dev,
120 struct rtc_device *rtc;
138 rtc = kzalloc(sizeof(struct rtc_device), GFP_KERNEL);
195 void rtc_device_unregister(struct rtc_device *rtc)
H A Drtc-dev.c25 struct rtc_device *rtc = container_of(inode->i_cdev,
26 struct rtc_device, char_dev);
58 struct rtc_device *rtc =
59 container_of(work, struct rtc_device, uie_task);
87 struct rtc_device *rtc = (struct rtc_device *)data;
98 static void clear_uie(struct rtc_device *rtc)
119 static int set_uie(struct rtc_device *rtc)
145 struct rtc_device *rtc = to_rtc_device(file->private_data);
199 struct rtc_device *rt
[all...]
H A Drtc-proc.c25 struct rtc_device *rtc = seq->private;
84 struct rtc_device *rtc = PDE(inode)->data;
106 void rtc_proc_add_device(struct rtc_device *rtc)
120 void rtc_proc_del_device(struct rtc_device *rtc)
H A Dhctosys.c29 struct rtc_device *rtc = rtc_class_open(CONFIG_RTC_HCTOSYS_DEVICE);
H A Drtc-sysfs.c116 struct rtc_device *rtc = to_rtc_device(dev);
161 static inline int rtc_does_wakealarm(struct rtc_device *rtc)
169 void rtc_sysfs_add_device(struct rtc_device *rtc)
184 void rtc_sysfs_del_device(struct rtc_device *rtc)
H A Drtc-test.c99 struct rtc_device *rtc = platform_get_drvdata(plat_dev);
120 struct rtc_device *rtc = rtc_device_register("test", &plat_dev->dev,
142 struct rtc_device *rtc = platform_get_drvdata(plat_dev);
H A Drtc-ep93xx.c108 struct rtc_device *rtc = rtc_device_register("ep93xx",
125 struct rtc_device *rtc = platform_get_drvdata(dev);
H A Drtc-sa1100.c74 struct rtc_device *rtc = platform_get_drvdata(pdev);
111 struct rtc_device *rtc = platform_get_drvdata(pdev);
318 struct rtc_device *rtc;
347 struct rtc_device *rtc = platform_get_drvdata(pdev);
H A Drtc-vr41xx.c280 struct rtc_device *rtc = platform_get_drvdata(pdev);
292 struct rtc_device *rtc = platform_get_drvdata(pdev);
317 struct rtc_device *rtc;
407 struct rtc_device *rtc;
H A Drtc-max6902.c16 * Converted to rtc_device and uses the SPI layer.
46 struct rtc_device *rtc;
216 struct rtc_device *rtc;
250 struct rtc_device *rtc = chip->rtc;
H A Drtc-rs5c348.c57 struct rtc_device *rtc;
153 struct rtc_device *rtc;
219 struct rtc_device *rtc = pdata->rtc;
H A Drtc-v3020.c37 struct rtc_device *rtc;
161 struct rtc_device *rtc;
226 struct rtc_device *rtc = chip->rtc;
H A Drtc-s3c.c51 struct rtc_device *rdev = id;
59 struct rtc_device *rdev = id;
349 struct rtc_device *rtc_dev = platform_get_drvdata(pdev);
378 struct rtc_device *rtc_dev = platform_get_drvdata(pdev);
440 struct rtc_device *rtc = platform_get_drvdata(dev);
457 struct rtc_device *rtc;
H A Drtc-at91rm9200.c251 struct rtc_device *rtc = platform_get_drvdata(pdev);
290 struct rtc_device *rtc;
333 struct rtc_device *rtc = platform_get_drvdata(pdev);
H A Drtc-pcf8583.c31 struct rtc_device *rtc;
293 struct rtc_device *rtc = pcf->rtc;
318 struct rtc_device *rtc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drtc.h136 struct rtc_device struct
170 #define to_rtc_device(d) container_of(d, struct rtc_device, dev)
172 extern struct rtc_device *rtc_device_register(const char *name,
176 extern void rtc_device_unregister(struct rtc_device *rtc);
178 extern int rtc_read_time(struct rtc_device *rtc, struct rtc_time *tm);
179 extern int rtc_set_time(struct rtc_device *rtc, struct rtc_time *tm);
180 extern int rtc_set_mmss(struct rtc_device *rtc, unsigned long secs);
181 extern int rtc_read_alarm(struct rtc_device *rtc,
183 extern int rtc_set_alarm(struct rtc_device *rtc,
185 extern void rtc_update_irq(struct rtc_device *rt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/mach-bf533/boards/
H A Dgeneric_board.c41 static struct platform_device rtc_device = { variable in typeref:struct:platform_device
81 &rtc_device,
H A Dezkit.c47 static struct platform_device rtc_device = { variable in typeref:struct:platform_device
206 &rtc_device,
H A Dcm_bf533.c136 static struct platform_device rtc_device = { variable in typeref:struct:platform_device
241 &rtc_device,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh4/
H A Dsetup-sh7750.c40 static struct platform_device rtc_device = { variable in typeref:struct:platform_device
74 &rtc_device,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7780.c38 static struct platform_device rtc_device = { variable in typeref:struct:platform_device
70 &rtc_device,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boards/landisk/
H A Dsetup.c47 static struct platform_device rtc_device = { variable in typeref:struct:platform_device
54 &rtc_device,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-integrator/
H A Dcore.c36 static struct amba_device rtc_device = { variable in typeref:struct:amba_device
104 &rtc_device,

Completed in 89 milliseconds

12