Home
last modified time | relevance | path

Searched refs:rtc_device (Results 1 – 200 of 202) sorted by relevance

12

/linux-4.1.27/drivers/rtc/
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) in rtc_dev_prepare()
23 static inline void rtc_dev_add_device(struct rtc_device *rtc) in rtc_dev_add_device()
27 static inline void rtc_dev_del_device(struct rtc_device *rtc) in rtc_dev_del_device()
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) in rtc_proc_add_device()
44 static inline void rtc_proc_del_device(struct rtc_device *rtc) in rtc_proc_del_device()
[all …]
Dinterface.c20 static int rtc_timer_enqueue(struct rtc_device *rtc, struct rtc_timer *timer);
21 static void rtc_timer_remove(struct rtc_device *rtc, struct rtc_timer *timer);
23 static int __rtc_read_time(struct rtc_device *rtc, struct rtc_time *tm) in __rtc_read_time()
46 int rtc_read_time(struct rtc_device *rtc, struct rtc_time *tm) in rtc_read_time()
60 int rtc_set_time(struct rtc_device *rtc, struct rtc_time *tm) in rtc_set_time()
94 int rtc_set_mmss(struct rtc_device *rtc, unsigned long secs) in rtc_set_mmss()
139 static int rtc_read_alarm_internal(struct rtc_device *rtc, struct rtc_wkalrm *alarm) in rtc_read_alarm_internal()
160 int __rtc_read_alarm(struct rtc_device *rtc, struct rtc_wkalrm *alarm) in __rtc_read_alarm()
329 int rtc_read_alarm(struct rtc_device *rtc, struct rtc_wkalrm *alarm) in rtc_read_alarm()
351 static int __rtc_set_alarm(struct rtc_device *rtc, struct rtc_wkalrm *alarm) in __rtc_set_alarm()
[all …]
Drtc-dev.c28 struct rtc_device *rtc = container_of(inode->i_cdev, in rtc_dev_open()
29 struct rtc_device, char_dev); in rtc_dev_open()
58 struct rtc_device *rtc = in rtc_uie_task()
59 container_of(work, struct rtc_device, uie_task); in rtc_uie_task()
85 struct rtc_device *rtc = (struct rtc_device *)data; in rtc_uie_timer()
96 static int clear_uie(struct rtc_device *rtc) in clear_uie()
118 static int set_uie(struct rtc_device *rtc) in set_uie()
140 int rtc_dev_update_irq_enable_emul(struct rtc_device *rtc, unsigned int enabled) in rtc_dev_update_irq_enable_emul()
154 struct rtc_device *rtc = file->private_data; in rtc_dev_read()
208 struct rtc_device *rtc = file->private_data; in rtc_dev_poll()
[all …]
Dclass.c32 struct rtc_device *rtc = to_rtc_device(dev); in rtc_device_release()
53 struct rtc_device *rtc = to_rtc_device(dev); in rtc_suspend()
99 struct rtc_device *rtc = to_rtc_device(dev); in rtc_resume()
163 struct rtc_device *rtc_device_register(const char *name, struct device *dev, in rtc_device_register()
167 struct rtc_device *rtc; in rtc_device_register()
192 rtc = kzalloc(sizeof(struct rtc_device), GFP_KERNEL); in rtc_device_register()
269 void rtc_device_unregister(struct rtc_device *rtc) in rtc_device_unregister()
289 struct rtc_device *rtc = *(struct rtc_device **)res; in devm_rtc_device_release()
315 struct rtc_device *devm_rtc_device_register(struct device *dev, in devm_rtc_device_register()
320 struct rtc_device **ptr, *rtc; in devm_rtc_device_register()
[all …]
Drtc-proc.c24 static bool is_rtc_hctosys(struct rtc_device *rtc) in is_rtc_hctosys()
36 static bool is_rtc_hctosys(struct rtc_device *rtc) in is_rtc_hctosys()
45 struct rtc_device *rtc = seq->private; in rtc_proc_show()
113 struct rtc_device *rtc = PDE_DATA(inode); in rtc_proc_open()
138 void rtc_proc_add_device(struct rtc_device *rtc) in rtc_proc_add_device()
144 void rtc_proc_del_device(struct rtc_device *rtc) in rtc_proc_del_device()
Drtc-sysfs.c93 struct rtc_device *rtc = to_rtc_device(dev); in max_user_freq_store()
169 struct rtc_device *rtc = to_rtc_device(dev); in rtc_sysfs_set_wakealarm()
233 static inline int rtc_does_wakealarm(struct rtc_device *rtc) in rtc_does_wakealarm()
241 void rtc_sysfs_add_device(struct rtc_device *rtc) in rtc_sysfs_add_device()
255 void rtc_sysfs_del_device(struct rtc_device *rtc) in rtc_sysfs_del_device()
Drtc-puv3.c39 struct rtc_device *rdev = id; in puv3_rtc_alarmirq()
48 struct rtc_device *rdev = id; in puv3_rtc_tickirq()
163 struct rtc_device *rtc_dev = platform_get_drvdata(pdev); in puv3_rtc_open()
192 struct rtc_device *rtc_dev = platform_get_drvdata(pdev); in puv3_rtc_release()
225 struct rtc_device *rtc = platform_get_drvdata(dev); in puv3_rtc_remove()
240 struct rtc_device *rtc; in puv3_rtc_probe()
Drtc-sa1100.c53 struct rtc_device *rtc;
60 struct rtc_device *rtc = info->rtc; in sa1100_rtc_interrupt()
108 struct rtc_device *rtc = info->rtc; in sa1100_rtc_open()
228 struct rtc_device *rtc; in sa1100_rtc_probe()
Drtc-test.c88 struct rtc_device *rtc = platform_get_drvdata(plat_dev); in test_irq_store()
112 struct rtc_device *rtc; in test_probe()
Drtc-vr41xx.c249 struct rtc_device *rtc = platform_get_drvdata(pdev); in elapsedtime_interrupt()
261 struct rtc_device *rtc = platform_get_drvdata(pdev); in rtclong1_interrupt()
286 struct rtc_device *rtc; in rtc_probe()
Dsystohc.c25 struct rtc_device *rtc; in rtc_set_ntp_time()
Drtc-starfire.c42 struct rtc_device *rtc; in starfire_rtc_probe()
Drtc-generic.c39 struct rtc_device *rtc; in generic_rtc_probe()
Dhctosys.c34 struct rtc_device *rtc = rtc_class_open(CONFIG_RTC_HCTOSYS_DEVICE); in rtc_hctosys()
Drtc-ps3.c63 struct rtc_device *rtc; in ps3_rtc_probe()
Drtc-rs5c348.c59 struct rtc_device *rtc;
158 struct rtc_device *rtc; in rs5c348_probe()
Drtc-msm6242.c75 struct rtc_device *rtc;
203 struct rtc_device *rtc; in msm6242_rtc_probe()
Drtc-at91rm9200.c295 struct rtc_device *rtc = platform_get_drvdata(pdev); in at91_rtc_interrupt()
383 struct rtc_device *rtc; in at91_rtc_probe()
497 struct rtc_device *rtc = dev_get_drvdata(dev); in at91_rtc_resume()
Drtc-sun4v.c84 struct rtc_device *rtc; in sun4v_rtc_probe()
Drtc-au1xxx.c66 struct rtc_device *rtcdev; in au1xtoy_rtc_probe()
Drtc-rp5c01.c65 struct rtc_device *rtc;
226 struct rtc_device *rtc; in rp5c01_rtc_probe()
Drtc-tile.c81 struct rtc_device *rtc; in tile_rtc_probe()
Drtc-dm355evm.c128 struct rtc_device *rtc; in dm355evm_rtc_probe()
Drtc-pcf2123.c73 struct rtc_device *rtc;
230 struct rtc_device *rtc; in pcf2123_probe()
Drtc-ds1286.c26 struct rtc_device *rtc;
331 struct rtc_device *rtc; in ds1286_probe()
Drtc-tx4939.c20 struct rtc_device *rtc;
242 struct rtc_device *rtc; in tx4939_rtc_probe()
Drtc-em3027.c120 struct rtc_device *rtc; in em3027_probe()
Drtc-ab8500.c420 struct rtc_device *rtc = data; in rtc_alarm_handler()
454 struct rtc_device *rtc; in ab8500_rtc_probe()
Drtc-max6902.c125 struct rtc_device *rtc; in max6902_probe()
Drtc-ds3234.c110 struct rtc_device *rtc; in ds3234_probe()
Drtc-ds1347.c111 struct rtc_device *rtc; in ds1347_probe()
Drtc-pl030.c27 struct rtc_device *rtc;
Drtc-mxc.c79 struct rtc_device *rtc;
359 struct rtc_device *rtc; in mxc_rtc_probe()
Drtc-wm8350.c308 struct rtc_device *rtc = wm8350->rtc.rtc; in wm8350_rtc_alarm_handler()
327 struct rtc_device *rtc = wm8350->rtc.rtc; in wm8350_rtc_update_handler()
Drtc-ls1x.c148 struct rtc_device *rtcdev; in ls1x_rtc_probe()
Drtc-ds1390.c44 struct rtc_device *rtc;
Drtc-m41t94.c115 struct rtc_device *rtc; in m41t94_probe()
Drtc-ep93xx.c39 struct rtc_device *rtc;
Drtc-ds1672.c161 struct rtc_device *rtc; in ds1672_probe()
Drtc-pcf85063.c37 struct rtc_device *rtc;
Drtc-ds1302.c217 struct rtc_device *rtc; in ds1302_rtc_probe()
Drtc-ab3100.c205 struct rtc_device *rtc; in ab3100_rtc_probe()
Drtc-r9701.c124 struct rtc_device *rtc; in r9701_probe()
Drtc-mcp795.c160 struct rtc_device *rtc; in mcp795_probe()
Drtc-efi.c214 struct rtc_device *rtc; in efi_rtc_probe()
Drtc-m48t86.c151 struct rtc_device *rtc; in m48t86_rtc_probe()
Drtc-ds1216.c31 struct rtc_device *rtc;
Drtc-pcap.c25 struct rtc_device *rtc;
Drtc-pcf2127.c39 struct rtc_device *rtc;
Drtc-m41t93.c175 struct rtc_device *rtc; in m41t93_probe()
Drtc-isl12057.c82 struct rtc_device *rtc;
510 struct rtc_device *rtc = rtc_data->rtc; in isl12057_rtc_interrupt()
Drtc-max8907.c46 struct rtc_device *rtc_dev;
Drtc-m48t35.c43 struct rtc_device *rtc;
Drtc-rx4581.c268 struct rtc_device *rtc; in rx4581_probe()
Drtc-bq32k.c188 struct rtc_device *rtc; in bq32k_probe()
Drtc-max6900.c216 struct rtc_device *rtc; in max6900_probe()
Drtc-opal.c202 struct rtc_device *rtc; in opal_rtc_probe()
Drtc-digicolor.c41 struct rtc_device *rtc_dev;
Drtc-m41t80.c90 struct rtc_device *rtc;
637 struct rtc_device *rtc = NULL; in m41t80_probe()
Drtc-coh901331.c44 struct rtc_device *rtc;
Drtc-bq4802.c22 struct rtc_device *rtc;
Drtc-xgene.c49 struct rtc_device *rtc;
Drtc-as3722.c35 struct rtc_device *rtc;
Drtc-isl1208.c505 struct rtc_device *rtc = i2c_get_clientdata(client); in isl1208_rtc_interrupt()
634 struct rtc_device *rtc; in isl1208_probe()
Drtc-isl12022.c49 struct rtc_device *rtc;
Drtc-pcf8583.c31 struct rtc_device *rtc;
Drtc-hid-sensor-time.c44 struct rtc_device *rtc;
Drtc-armada38x.c39 struct rtc_device *rtc_dev;
Drtc-vt8500.c83 struct rtc_device *rtc;
Drtc-abx80x.c192 struct rtc_device *rtc; in abx80x_probe()
Drtc-rs5c313.c370 struct rtc_device *rtc = devm_rtc_device_register(&pdev->dev, "rs5c313", in rs5c313_rtc_probe()
Drtc-at32ap700x.c62 struct rtc_device *rtc;
Drtc-ds2404.c52 struct rtc_device *rtc;
Drtc-nuc900.c50 struct rtc_device *rtcdev;
Drtc-jz4740.c43 struct rtc_device *rtc;
Drtc-bfin.c61 struct rtc_device *rtc_dev;
Drtc-rx8581.c57 struct rtc_device *rtc;
Drtc-ds1742.c159 struct rtc_device *rtc; in ds1742_rtc_probe()
Drtc-rc5t583.c31 struct rtc_device *rtc;
Drtc-max8998.c76 struct rtc_device *rtc_dev;
Drtc-pcf8523.c39 struct rtc_device *rtc;
Drtc-pcf50633.c64 struct rtc_device *rtc_dev;
Drtc-stmp3xxx.c70 struct rtc_device *rtc;
Drtc-tps80031.c63 struct rtc_device *rtc;
Drtc-tps6586x.c58 struct rtc_device *rtc;
Drtc-da9052.c30 struct rtc_device *rtc;
Drtc-tps65910.c29 struct rtc_device *rtc;
Drtc-moxart.c59 struct rtc_device *rtc;
Drtc-palmas.c40 struct rtc_device *rtc;
Drtc-sirfsoc.c44 struct rtc_device *rtc;
Drtc-mc13xxx.c29 struct rtc_device *rtc;
Drtc-da9055.c24 struct rtc_device *rtc;
Drtc-snvs.c39 struct rtc_device *rtc;
Drtc-max8925.c68 struct rtc_device *rtc_dev;
Drtc-tegra.c60 struct rtc_device *rtc_dev;
Drtc-lp8788.c61 struct rtc_device *rdev;
Drtc-wm831x.c95 struct rtc_device *rtc;
Drtc-lpc32xx.c61 struct rtc_device *rtc;
Drtc-da9063.c43 struct rtc_device *rtc_dev;
Drtc-ab-b5ze-s3.c129 struct rtc_device *rtc;
818 struct rtc_device *rtc = rtc_data->rtc; in _abb5zes3_rtc_interrupt()
Drtc-sh.c99 struct rtc_device *rtc_dev;
138 struct rtc_device *rtc_dev = rtc->rtc_dev; in __sh_rtc_periodic()
Drtc-v3020.c67 struct rtc_device *rtc;
Drtc-mv.c42 struct rtc_device *rtc;
Drtc-rv3029c2.c391 struct rtc_device *rtc; in rv3029c2_probe()
Drtc-imxdi.c121 struct rtc_device *rtc;
Drtc-88pm80x.c53 struct rtc_device *rtc_dev;
Drtc-sun6i.c112 struct rtc_device *rtc;
Drtc-mpc5121.c83 struct rtc_device *rtc;
Drtc-pl031.c90 struct rtc_device *rtc;
Drtc-pxa.c93 struct rtc_device *rtc;
Drtc-mrst.c45 struct rtc_device *rtc;
Drtc-twl.c477 struct rtc_device *rtc; in twl_rtc_probe()
Drtc-s35390a.c58 struct rtc_device *rtc;
Drtc-rk808.c55 struct rtc_device *rtc;
Drtc-max77802.c64 struct rtc_device *rtc_dev;
Drtc-stk17ta8.c65 struct rtc_device *rtc;
Drtc-ds3232.c54 struct rtc_device *rtc;
Drtc-ds1553.c64 struct rtc_device *rtc;
Drtc-sunxi.c152 struct rtc_device *rtc;
Drtc-pcf8563.c60 struct rtc_device *rtc;
Drtc-spear.c81 struct rtc_device *rtc;
Drtc-max8997.c74 struct rtc_device *rtc_dev;
Drtc-88pm860x.c28 struct rtc_device *rtc_dev;
Drtc-at91sam9.c75 struct rtc_device *rtcdev;
Drtc-max77686.c61 struct rtc_device *rtc_dev;
Drtc-ds1511.c90 struct rtc_device *rtc;
Drtc-pm8xxx.c65 struct rtc_device *rtc;
Drtc-hym8563.c88 struct rtc_device *rtc;
Drtc-ds1374.c72 struct rtc_device *rtc;
Drtc-davinci.c120 struct rtc_device *rtc;
Drtc-m48t59.c40 struct rtc_device *rtc;
Drtc-fm3130.c54 struct rtc_device *rtc;
Drtc-rs5c372.c96 struct rtc_device *rtc;
Drtc-rx8025.c76 struct rtc_device *rtc;
Drtc-x1205.c627 struct rtc_device *rtc; in x1205_probe()
Drtc-omap.c133 struct rtc_device *rtc;
Drtc-ds1305.c90 struct rtc_device *rtc;
Drtc-ds1343.c83 struct rtc_device *rtc;
Drtc-s5m.c93 struct rtc_device *rtc_dev;
Drtc-cmos.c50 struct rtc_device *rtc;
Drtc-s3c.c37 struct rtc_device *rtc;
/linux-4.1.27/include/linux/
Drtc.h104 struct rtc_device struct
148 #define to_rtc_device(d) container_of(d, struct rtc_device, dev) argument
150 extern struct rtc_device *rtc_device_register(const char *name,
154 extern struct rtc_device *devm_rtc_device_register(struct device *dev,
158 extern void rtc_device_unregister(struct rtc_device *rtc);
160 struct rtc_device *rtc);
162 extern int rtc_read_time(struct rtc_device *rtc, struct rtc_time *tm);
163 extern int rtc_set_time(struct rtc_device *rtc, struct rtc_time *tm);
164 extern int rtc_set_mmss(struct rtc_device *rtc, unsigned long secs);
166 int __rtc_read_alarm(struct rtc_device *rtc, struct rtc_wkalrm *alarm);
[all …]
Dalarmtimer.h57 struct rtc_device *alarmtimer_get_rtcdev(void);
/linux-4.1.27/arch/arm/mach-footbridge/
Disa.c31 static struct platform_device rtc_device = { variable
91 err = platform_device_register(&rtc_device); in footbridge_isa_init()
/linux-4.1.27/arch/x86/kernel/
Drtc.c163 static struct platform_device rtc_device = { variable
203 platform_device_register(&rtc_device); in add_rtc_cmos()
204 dev_info(&rtc_device.dev, in add_rtc_cmos()
/linux-4.1.27/kernel/power/
Dsuspend_test.c63 static void __init test_wakealarm(struct rtc_device *rtc, suspend_state_t state) in test_wakealarm()
131 struct rtc_device *candidate = to_rtc_device(dev); in has_wakealarm()
185 struct rtc_device *rtc = NULL; in test_suspend()
/linux-4.1.27/arch/sh/boards/mach-landisk/
Dsetup.c45 static struct platform_device rtc_device = { variable
52 &rtc_device,
/linux-4.1.27/arch/sh/kernel/cpu/sh5/
Dsetup-sh5.c65 static struct platform_device rtc_device = { variable
102 &rtc_device,
/linux-4.1.27/kernel/time/
Dalarmtimer.c53 static struct rtc_device *rtcdev;
63 struct rtc_device *alarmtimer_get_rtcdev(void) in alarmtimer_get_rtcdev()
66 struct rtc_device *ret; in alarmtimer_get_rtcdev()
80 struct rtc_device *rtc = to_rtc_device(dev); in alarmtimer_rtc_add_device()
119 struct rtc_device *alarmtimer_get_rtcdev(void) in alarmtimer_get_rtcdev()
225 struct rtc_device *rtc; in alarmtimer_suspend()
/linux-4.1.27/arch/sh/kernel/cpu/sh3/
Dsetup-sh7710.c90 static struct platform_device rtc_device = { variable
169 &rtc_device,
Dsetup-sh7705.c135 static struct platform_device rtc_device = { variable
170 &rtc_device,
Dsetup-sh770x.c104 static struct platform_device rtc_device = { variable
220 &rtc_device,
Dsetup-sh7720.c44 static struct platform_device rtc_device = { variable
200 &rtc_device,
/linux-4.1.27/arch/blackfin/mach-bf537/boards/
Ddnp5370.c45 static struct platform_device rtc_device = { variable
387 &rtc_device,
Dpnav10.c63 static struct platform_device rtc_device = { variable
460 &rtc_device,
Dminotaur.c64 static struct platform_device rtc_device = { variable
490 &rtc_device,
Dcm_bf537u.c149 static struct platform_device rtc_device = { variable
657 &rtc_device,
Dtcm_bf537.c149 static struct platform_device rtc_device = { variable
659 &rtc_device,
Dcm_bf537e.c214 static struct platform_device rtc_device = { variable
807 &rtc_device,
Dstamp.c144 static struct platform_device rtc_device = { variable
2773 &rtc_device,
/linux-4.1.27/arch/blackfin/mach-bf533/boards/
DH8606.c33 static struct platform_device rtc_device = { variable
386 &rtc_device,
Dblackstamp.c36 static struct platform_device rtc_device = { variable
418 &rtc_device,
Dezkit.c33 static struct platform_device rtc_device = { variable
484 &rtc_device,
Dcm_bf533.c144 static struct platform_device rtc_device = { variable
520 &rtc_device,
Dstamp.c36 static struct platform_device rtc_device = { variable
729 &rtc_device,
/linux-4.1.27/arch/sh/kernel/cpu/sh4/
Dsetup-sh7750.c33 static struct platform_device rtc_device = { variable
133 &rtc_device,
/linux-4.1.27/include/linux/mfd/wm8350/
Drtc.h264 struct rtc_device *rtc;
/linux-4.1.27/arch/arm/mach-realview/
Drealview_eb.c210 &rtc_device,
370 rtc_device.irq[0] = IRQ_EB11MP_RTC; in realview_eb11mp_fixup()
Drealview_pba8.c185 &rtc_device,
Drealview_pb11mp.c190 &rtc_device,
Drealview_pb1176.c194 &rtc_device,
Drealview_pbx.c208 &rtc_device,
/linux-4.1.27/include/linux/rtc/
Dds1685.h46 struct rtc_device *dev;
/linux-4.1.27/arch/sh/kernel/cpu/sh2a/
Dsetup-sh7201.c361 static struct platform_device rtc_device = { variable
391 &rtc_device,
Dsetup-sh7203.c314 static struct platform_device rtc_device = { variable
328 &rtc_device,
Dsetup-sh7264.c482 static struct platform_device rtc_device = { variable
537 &rtc_device,
Dsetup-sh7269.c504 static struct platform_device rtc_device = { variable
553 &rtc_device,
/linux-4.1.27/arch/blackfin/mach-bf518/boards/
Dtcm-bf518.c77 static struct platform_device rtc_device = { variable
633 &rtc_device,
Dezbrd.c84 static struct platform_device rtc_device = { variable
711 &rtc_device,
/linux-4.1.27/arch/sh/kernel/cpu/sh4a/
Dsetup-sh7780.c119 static struct platform_device rtc_device = { variable
267 &rtc_device,
Dsetup-sh7763.c100 static struct platform_device rtc_device = { variable
208 &rtc_device,
Dsetup-sh7734.c173 static struct platform_device rtc_device = { variable
275 &rtc_device,
Dsetup-sh7723.c331 static struct platform_device rtc_device = { variable
398 &rtc_device,
Dsetup-sh7722.c273 static struct platform_device rtc_device = { variable
490 &rtc_device,
Dsetup-sh7724.c454 static struct platform_device rtc_device = { variable
810 &rtc_device,
/linux-4.1.27/drivers/staging/iio/trigger/
Diio-trig-periodic-rtc.c26 struct rtc_device *rtc;
/linux-4.1.27/arch/blackfin/mach-bf527/boards/
Dezbrd.c192 static struct platform_device rtc_device = { variable
770 &rtc_device,
Dad7160eval.c204 static struct platform_device rtc_device = { variable
743 &rtc_device,
Dtll6527m.c253 static struct platform_device rtc_device = { variable
819 &rtc_device,
Dcm_bf527.c213 static struct platform_device rtc_device = { variable
870 &rtc_device,
Dezkit.c307 static struct platform_device rtc_device = { variable
1174 &rtc_device,
/linux-4.1.27/arch/alpha/kernel/
Drtc.c303 struct rtc_device *rtc; in alpha_rtc_init()
/linux-4.1.27/arch/blackfin/mach-bf538/boards/
Dezkit.c37 static struct platform_device rtc_device = { variable
864 &rtc_device,
/linux-4.1.27/arch/sparc/kernel/
Dtime_32.c368 struct rtc_device *rtc = rtc_class_open("rtc0"); in set_rtc_mmss()
Dtime_64.c399 struct rtc_device *rtc = rtc_class_open("rtc0"); in update_persistent_clock()
/linux-4.1.27/arch/blackfin/mach-bf548/boards/
Dcm_bf548.c123 static struct platform_device rtc_device = { variable
1114 &rtc_device,
Dezkit.c238 static struct platform_device rtc_device = { variable
1966 &rtc_device,
/linux-4.1.27/arch/arm/mach-versatile/
Dcore.c675 &rtc_device,
/linux-4.1.27/arch/blackfin/mach-bf609/boards/
Dezkit.c207 static struct platform_device rtc_device = { variable
2014 &rtc_device,
/linux-4.1.27/drivers/mfd/
Dmenelaus.c171 struct rtc_device *rtc;

12