/linux-4.4.14/include/linux/ |
D | rtc.h | 112 struct rtc_device { struct 155 #define to_rtc_device(d) container_of(d, struct rtc_device, dev) argument 157 extern struct rtc_device *rtc_device_register(const char *name, 161 extern struct rtc_device *devm_rtc_device_register(struct device *dev, 165 extern void rtc_device_unregister(struct rtc_device *rtc); 167 struct rtc_device *rtc); 169 extern int rtc_read_time(struct rtc_device *rtc, struct rtc_time *tm); 170 extern int rtc_set_time(struct rtc_device *rtc, struct rtc_time *tm); 172 int __rtc_read_alarm(struct rtc_device *rtc, struct rtc_wkalrm *alarm); 173 extern int rtc_read_alarm(struct rtc_device *rtc, [all …]
|
D | alarmtimer.h | 57 struct rtc_device *alarmtimer_get_rtcdev(void);
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-core.h | 5 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()
|
D | interface.c | 20 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 static int rtc_read_alarm_internal(struct rtc_device *rtc, struct rtc_wkalrm *alarm) in rtc_read_alarm_internal() 115 int __rtc_read_alarm(struct rtc_device *rtc, struct rtc_wkalrm *alarm) in __rtc_read_alarm() 284 int rtc_read_alarm(struct rtc_device *rtc, struct rtc_wkalrm *alarm) in rtc_read_alarm() 306 static int __rtc_set_alarm(struct rtc_device *rtc, struct rtc_wkalrm *alarm) in __rtc_set_alarm() 341 int rtc_set_alarm(struct rtc_device *rtc, struct rtc_wkalrm *alarm) in rtc_set_alarm() [all …]
|
D | class.c | 32 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() 267 void rtc_device_unregister(struct rtc_device *rtc) in rtc_device_unregister() 285 struct rtc_device *rtc = *(struct rtc_device **)res; in devm_rtc_device_release() 311 struct rtc_device *devm_rtc_device_register(struct device *dev, in devm_rtc_device_register() 316 struct rtc_device **ptr, *rtc; in devm_rtc_device_register() [all …]
|
D | rtc-dev.c | 28 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 …]
|
D | rtc-proc.c | 24 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()
|
D | rtc-puv3.c | 39 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()
|
D | rtc-sysfs.c | 93 struct rtc_device *rtc = to_rtc_device(dev); in max_user_freq_store() 157 struct rtc_device *rtc = to_rtc_device(dev); in wakealarm_store() 230 static bool rtc_does_wakealarm(struct rtc_device *rtc) in rtc_does_wakealarm() 242 struct rtc_device *rtc = to_rtc_device(dev); in rtc_attr_is_visible()
|
D | rtc-test.c | 88 struct rtc_device *rtc = platform_get_drvdata(plat_dev); in test_irq_store() 112 struct rtc_device *rtc; in test_probe()
|
D | rtc-vr41xx.c | 249 struct rtc_device *rtc = platform_get_drvdata(pdev); in elapsedtime_interrupt() 261 struct rtc_device *rtc = platform_get_drvdata(pdev); in rtclong1_interrupt() 287 struct rtc_device *rtc; in rtc_probe()
|
D | rtc-sa1100.h | 17 struct rtc_device *rtc;
|
D | systohc.c | 25 struct rtc_device *rtc; in rtc_set_ntp_time()
|
D | rtc-sa1100.c | 53 struct rtc_device *rtc = info->rtc; in sa1100_rtc_interrupt() 101 struct rtc_device *rtc = info->rtc; in sa1100_rtc_open() 231 struct rtc_device *rtc; in sa1100_rtc_init()
|
D | rtc-starfire.c | 42 struct rtc_device *rtc; in starfire_rtc_probe()
|
D | rtc-generic.c | 39 struct rtc_device *rtc; in generic_rtc_probe()
|
D | hctosys.c | 34 struct rtc_device *rtc = rtc_class_open(CONFIG_RTC_HCTOSYS_DEVICE); in rtc_hctosys()
|
D | rtc-ps3.c | 63 struct rtc_device *rtc; in ps3_rtc_probe()
|
D | rtc-rs5c348.c | 59 struct rtc_device *rtc; 158 struct rtc_device *rtc; in rs5c348_probe()
|
D | rtc-msm6242.c | 75 struct rtc_device *rtc; 203 struct rtc_device *rtc; in msm6242_rtc_probe()
|
D | rtc-sun4v.c | 84 struct rtc_device *rtc; in sun4v_rtc_probe()
|
D | rtc-au1xxx.c | 66 struct rtc_device *rtcdev; in au1xtoy_rtc_probe()
|
D | rtc-at91rm9200.c | 297 struct rtc_device *rtc = platform_get_drvdata(pdev); in at91_rtc_interrupt() 385 struct rtc_device *rtc; in at91_rtc_probe() 520 struct rtc_device *rtc = dev_get_drvdata(dev); in at91_rtc_resume()
|
D | rtc-rp5c01.c | 65 struct rtc_device *rtc; 226 struct rtc_device *rtc; in rp5c01_rtc_probe()
|
D | rtc-tile.c | 81 struct rtc_device *rtc; in tile_rtc_probe()
|
D | rtc-dm355evm.c | 128 struct rtc_device *rtc; in dm355evm_rtc_probe()
|
D | rtc-ds1286.c | 26 struct rtc_device *rtc; 331 struct rtc_device *rtc; in ds1286_probe()
|
D | rtc-pcf2123.c | 73 struct rtc_device *rtc; 224 struct rtc_device *rtc; in pcf2123_probe()
|
D | rtc-tx4939.c | 20 struct rtc_device *rtc; 240 struct rtc_device *rtc; in tx4939_rtc_probe()
|
D | rtc-em3027.c | 120 struct rtc_device *rtc; in em3027_probe()
|
D | rtc-max6902.c | 125 struct rtc_device *rtc; in max6902_probe()
|
D | rtc-pl030.c | 27 struct rtc_device *rtc;
|
D | rtc-gemini.c | 39 struct rtc_device *rtc_dev;
|
D | rtc-ds1347.c | 111 struct rtc_device *rtc; in ds1347_probe()
|
D | rtc-ds3234.c | 110 struct rtc_device *rtc; in ds3234_probe()
|
D | rtc-ab8500.c | 421 struct rtc_device *rtc = data; in rtc_alarm_handler() 457 struct rtc_device *rtc; in ab8500_rtc_probe()
|
D | rtc-wm8350.c | 308 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()
|
D | rtc-ls1x.c | 148 struct rtc_device *rtcdev; in ls1x_rtc_probe()
|
D | rtc-ep93xx.c | 39 struct rtc_device *rtc;
|
D | rtc-m41t94.c | 115 struct rtc_device *rtc; in m41t94_probe()
|
D | rtc-ds1672.c | 161 struct rtc_device *rtc; in ds1672_probe()
|
D | rtc-r9701.c | 124 struct rtc_device *rtc; in r9701_probe()
|
D | rtc-pcf85063.c | 37 struct rtc_device *rtc;
|
D | rtc-mxc.c | 81 struct rtc_device *rtc; 371 struct rtc_device *rtc; in mxc_rtc_probe()
|
D | rtc-ds1302.c | 217 struct rtc_device *rtc; in ds1302_rtc_probe()
|
D | rtc-efi.c | 203 struct rtc_device *rtc; in efi_rtc_probe()
|
D | rtc-mcp795.c | 160 struct rtc_device *rtc; in mcp795_probe()
|
D | rtc-ab3100.c | 205 struct rtc_device *rtc; in ab3100_rtc_probe()
|
D | rtc-ds1390.c | 52 struct rtc_device *rtc;
|
D | rtc-m41t93.c | 175 struct rtc_device *rtc; in m41t93_probe()
|
D | rtc-m48t86.c | 151 struct rtc_device *rtc; in m48t86_rtc_probe()
|
D | rtc-ds1216.c | 31 struct rtc_device *rtc;
|
D | rtc-pcap.c | 25 struct rtc_device *rtc;
|
D | rtc-pcf2127.c | 42 struct rtc_device *rtc;
|
D | rtc-isl12057.c | 82 struct rtc_device *rtc; 510 struct rtc_device *rtc = rtc_data->rtc; in isl12057_rtc_interrupt()
|
D | rtc-max8907.c | 46 struct rtc_device *rtc_dev;
|
D | rtc-max6900.c | 216 struct rtc_device *rtc; in max6900_probe()
|
D | rtc-rx4581.c | 268 struct rtc_device *rtc; in rx4581_probe()
|
D | rtc-opal.c | 200 struct rtc_device *rtc; in opal_rtc_probe()
|
D | rtc-m48t35.c | 43 struct rtc_device *rtc;
|
D | rtc-bq32k.c | 188 struct rtc_device *rtc; in bq32k_probe()
|
D | rtc-digicolor.c | 41 struct rtc_device *rtc_dev;
|
D | rtc-m41t80.c | 90 struct rtc_device *rtc; 637 struct rtc_device *rtc = NULL; in m41t80_probe()
|
D | rtc-zynqmp.c | 54 struct rtc_device *rtc;
|
D | rtc-as3722.c | 35 struct rtc_device *rtc;
|
D | rtc-bq4802.c | 22 struct rtc_device *rtc;
|
D | rtc-xgene.c | 49 struct rtc_device *rtc;
|
D | rtc-isl1208.c | 498 struct rtc_device *rtc = i2c_get_clientdata(client); in isl1208_rtc_interrupt() 627 struct rtc_device *rtc; in isl1208_probe()
|
D | rtc-isl12022.c | 49 struct rtc_device *rtc;
|
D | rtc-pcf8583.c | 31 struct rtc_device *rtc;
|
D | rtc-coh901331.c | 44 struct rtc_device *rtc;
|
D | rtc-jz4740.c | 43 struct rtc_device *rtc;
|
D | rtc-vt8500.c | 83 struct rtc_device *rtc;
|
D | rtc-rs5c313.c | 370 struct rtc_device *rtc = devm_rtc_device_register(&pdev->dev, "rs5c313", in rs5c313_rtc_probe()
|
D | rtc-hid-sensor-time.c | 44 struct rtc_device *rtc;
|
D | rtc-ds2404.c | 52 struct rtc_device *rtc;
|
D | rtc-bfin.c | 61 struct rtc_device *rtc_dev;
|
D | rtc-at32ap700x.c | 62 struct rtc_device *rtc;
|
D | rtc-abx80x.c | 192 struct rtc_device *rtc; in abx80x_probe()
|
D | rtc-nuc900.c | 50 struct rtc_device *rtcdev;
|
D | rtc-rx8581.c | 57 struct rtc_device *rtc;
|
D | rtc-pcf50633.c | 64 struct rtc_device *rtc_dev;
|
D | rtc-stmp3xxx.c | 66 struct rtc_device *rtc;
|
D | rtc-max8998.c | 76 struct rtc_device *rtc_dev;
|
D | rtc-rc5t583.c | 31 struct rtc_device *rtc;
|
D | rtc-pcf8523.c | 39 struct rtc_device *rtc;
|
D | rtc-armada38x.c | 39 struct rtc_device *rtc_dev;
|
D | rtc-ds1742.c | 159 struct rtc_device *rtc; in ds1742_rtc_probe()
|
D | rtc-st-lpc.c | 46 struct rtc_device *rtc_dev;
|
D | rtc-tps65910.c | 29 struct rtc_device *rtc;
|
D | rtc-da9052.c | 30 struct rtc_device *rtc;
|
D | rtc-tps80031.c | 63 struct rtc_device *rtc;
|
D | rtc-moxart.c | 59 struct rtc_device *rtc;
|
D | rtc-tps6586x.c | 58 struct rtc_device *rtc;
|
D | rtc-wm831x.c | 95 struct rtc_device *rtc;
|
D | rtc-max8925.c | 68 struct rtc_device *rtc_dev;
|
D | rtc-palmas.c | 40 struct rtc_device *rtc;
|
D | rtc-mc13xxx.c | 29 struct rtc_device *rtc;
|
D | rtc-sirfsoc.c | 45 struct rtc_device *rtc;
|
D | rtc-lpc32xx.c | 61 struct rtc_device *rtc;
|
D | rtc-lpc24xx.c | 69 struct rtc_device *rtc;
|
D | rtc-snvs.c | 43 struct rtc_device *rtc;
|
D | rtc-da9055.c | 24 struct rtc_device *rtc;
|
D | rtc-lp8788.c | 61 struct rtc_device *rdev;
|
D | rtc-tegra.c | 60 struct rtc_device *rtc_dev;
|
D | rtc-ab-b5ze-s3.c | 129 struct rtc_device *rtc; 818 struct rtc_device *rtc = rtc_data->rtc; in _abb5zes3_rtc_interrupt()
|
D | rtc-sh.c | 99 struct rtc_device *rtc_dev; 138 struct rtc_device *rtc_dev = rtc->rtc_dev; in __sh_rtc_periodic()
|
D | rtc-88pm80x.c | 53 struct rtc_device *rtc_dev;
|
D | rtc-sun6i.c | 112 struct rtc_device *rtc;
|
D | rtc-mv.c | 43 struct rtc_device *rtc;
|
D | rtc-rv3029c2.c | 391 struct rtc_device *rtc; in rv3029c2_probe()
|
D | rtc-v3020.c | 62 struct rtc_device *rtc;
|
D | rtc-mt6397.c | 68 struct rtc_device *rtc_dev;
|
D | rtc-mrst.c | 45 struct rtc_device *rtc;
|
D | rtc-mpc5121.c | 83 struct rtc_device *rtc;
|
D | rtc-twl.c | 477 struct rtc_device *rtc; in twl_rtc_probe()
|
D | rtc-pxa.c | 94 struct rtc_device *rtc;
|
D | rtc-pl031.c | 91 struct rtc_device *rtc;
|
D | rtc-s35390a.c | 58 struct rtc_device *rtc;
|
D | rtc-rk808.c | 55 struct rtc_device *rtc;
|
D | rtc-ds1553.c | 64 struct rtc_device *rtc;
|
D | rtc-spear.c | 81 struct rtc_device *rtc;
|
D | rtc-ds3232.c | 54 struct rtc_device *rtc;
|
D | rtc-max77802.c | 64 struct rtc_device *rtc_dev;
|
D | rtc-stk17ta8.c | 65 struct rtc_device *rtc;
|
D | rtc-sunxi.c | 152 struct rtc_device *rtc;
|
D | rtc-max8997.c | 74 struct rtc_device *rtc_dev;
|
D | rtc-88pm860x.c | 28 struct rtc_device *rtc_dev;
|
D | rtc-max77686.c | 61 struct rtc_device *rtc_dev;
|
D | rtc-ds1511.c | 90 struct rtc_device *rtc;
|
D | rtc-da9063.c | 74 struct rtc_device *rtc_dev;
|
D | rtc-davinci.c | 120 struct rtc_device *rtc;
|
D | rtc-pm8xxx.c | 65 struct rtc_device *rtc;
|
D | rtc-hym8563.c | 88 struct rtc_device *rtc;
|
D | rtc-rv8803.c | 54 struct rtc_device *rtc;
|
D | rtc-at91sam9.c | 75 struct rtc_device *rtcdev;
|
D | rtc-rx8025.c | 74 struct rtc_device *rtc;
|
D | rtc-ds1374.c | 72 struct rtc_device *rtc;
|
D | rtc-rs5c372.c | 96 struct rtc_device *rtc;
|
D | rtc-x1205.c | 627 struct rtc_device *rtc; in x1205_probe()
|
D | rtc-m48t59.c | 40 struct rtc_device *rtc;
|
D | rtc-fm3130.c | 54 struct rtc_device *rtc;
|
D | rtc-imxdi.c | 121 struct rtc_device *rtc;
|
D | rtc-pcf8563.c | 68 struct rtc_device *rtc;
|
D | rtc-ds1305.c | 90 struct rtc_device *rtc;
|
D | rtc-ds1343.c | 84 struct rtc_device *rtc;
|
D | rtc-omap.c | 135 struct rtc_device *rtc;
|
/linux-4.4.14/arch/arm/mach-footbridge/ |
D | isa.c | 31 static struct platform_device rtc_device = { variable 91 err = platform_device_register(&rtc_device); in footbridge_isa_init()
|
/linux-4.4.14/kernel/power/ |
D | suspend_test.c | 63 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.4.14/arch/sh/boards/mach-landisk/ |
D | setup.c | 45 static struct platform_device rtc_device = { variable 52 &rtc_device,
|
/linux-4.4.14/arch/x86/kernel/ |
D | rtc.c | 163 static struct platform_device rtc_device = { variable 206 platform_device_register(&rtc_device); in add_rtc_cmos() 207 dev_info(&rtc_device.dev, in add_rtc_cmos()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh5/ |
D | setup-sh5.c | 65 static struct platform_device rtc_device = { variable 102 &rtc_device,
|
/linux-4.4.14/kernel/time/ |
D | alarmtimer.c | 53 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.4.14/arch/sh/kernel/cpu/sh3/ |
D | setup-sh7705.c | 135 static struct platform_device rtc_device = { variable 170 &rtc_device,
|
D | setup-sh7710.c | 90 static struct platform_device rtc_device = { variable 169 &rtc_device,
|
D | setup-sh770x.c | 104 static struct platform_device rtc_device = { variable 220 &rtc_device,
|
D | setup-sh7720.c | 44 static struct platform_device rtc_device = { variable 200 &rtc_device,
|
/linux-4.4.14/arch/blackfin/mach-bf537/boards/ |
D | dnp5370.c | 45 static struct platform_device rtc_device = { variable 387 &rtc_device,
|
D | pnav10.c | 63 static struct platform_device rtc_device = { variable 460 &rtc_device,
|
D | minotaur.c | 64 static struct platform_device rtc_device = { variable 490 &rtc_device,
|
D | tcm_bf537.c | 149 static struct platform_device rtc_device = { variable 659 &rtc_device,
|
D | cm_bf537u.c | 149 static struct platform_device rtc_device = { variable 657 &rtc_device,
|
D | cm_bf537e.c | 214 static struct platform_device rtc_device = { variable 807 &rtc_device,
|
/linux-4.4.14/arch/blackfin/mach-bf533/boards/ |
D | H8606.c | 33 static struct platform_device rtc_device = { variable 386 &rtc_device,
|
D | blackstamp.c | 36 static struct platform_device rtc_device = { variable 418 &rtc_device,
|
D | ezkit.c | 33 static struct platform_device rtc_device = { variable 484 &rtc_device,
|
D | cm_bf533.c | 144 static struct platform_device rtc_device = { variable 520 &rtc_device,
|
D | stamp.c | 36 static struct platform_device rtc_device = { variable 729 &rtc_device,
|
/linux-4.4.14/arch/sh/kernel/cpu/sh4/ |
D | setup-sh7750.c | 33 static struct platform_device rtc_device = { variable 133 &rtc_device,
|
/linux-4.4.14/include/linux/mfd/wm8350/ |
D | rtc.h | 264 struct rtc_device *rtc;
|
/linux-4.4.14/arch/arm/mach-realview/ |
D | realview_eb.c | 210 &rtc_device, 370 rtc_device.irq[0] = IRQ_EB11MP_RTC; in realview_eb11mp_fixup()
|
D | realview_pba8.c | 185 &rtc_device,
|
D | realview_pb1176.c | 194 &rtc_device,
|
D | realview_pb11mp.c | 190 &rtc_device,
|
D | realview_pbx.c | 208 &rtc_device,
|
/linux-4.4.14/include/linux/rtc/ |
D | ds1685.h | 46 struct rtc_device *dev;
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/ |
D | setup-sh7201.c | 361 static struct platform_device rtc_device = { variable 391 &rtc_device,
|
D | setup-sh7203.c | 314 static struct platform_device rtc_device = { variable 328 &rtc_device,
|
D | setup-sh7269.c | 504 static struct platform_device rtc_device = { variable 553 &rtc_device,
|
D | setup-sh7264.c | 482 static struct platform_device rtc_device = { variable 537 &rtc_device,
|
/linux-4.4.14/arch/blackfin/mach-bf518/boards/ |
D | tcm-bf518.c | 77 static struct platform_device rtc_device = { variable 633 &rtc_device,
|
D | ezbrd.c | 84 static struct platform_device rtc_device = { variable 711 &rtc_device,
|
/linux-4.4.14/arch/sh/kernel/cpu/sh4a/ |
D | setup-sh7763.c | 100 static struct platform_device rtc_device = { variable 208 &rtc_device,
|
D | setup-sh7780.c | 119 static struct platform_device rtc_device = { variable 267 &rtc_device,
|
D | setup-sh7723.c | 331 static struct platform_device rtc_device = { variable 398 &rtc_device,
|
D | setup-sh7734.c | 173 static struct platform_device rtc_device = { variable 275 &rtc_device,
|
D | setup-sh7722.c | 273 static struct platform_device rtc_device = { variable 490 &rtc_device,
|
D | setup-sh7724.c | 454 static struct platform_device rtc_device = { variable 810 &rtc_device,
|
/linux-4.4.14/drivers/staging/iio/trigger/ |
D | iio-trig-periodic-rtc.c | 26 struct rtc_device *rtc;
|
/linux-4.4.14/arch/blackfin/mach-bf527/boards/ |
D | ad7160eval.c | 204 static struct platform_device rtc_device = { variable 743 &rtc_device,
|
D | ezbrd.c | 192 static struct platform_device rtc_device = { variable 770 &rtc_device,
|
D | cm_bf527.c | 213 static struct platform_device rtc_device = { variable 870 &rtc_device,
|
D | tll6527m.c | 253 static struct platform_device rtc_device = { variable 819 &rtc_device,
|
D | ezkit.c | 307 static struct platform_device rtc_device = { variable 1174 &rtc_device,
|
/linux-4.4.14/arch/alpha/kernel/ |
D | rtc.c | 303 struct rtc_device *rtc; in alpha_rtc_init()
|
/linux-4.4.14/arch/blackfin/mach-bf538/boards/ |
D | ezkit.c | 37 static struct platform_device rtc_device = { variable 864 &rtc_device,
|
/linux-4.4.14/arch/blackfin/mach-bf548/boards/ |
D | cm_bf548.c | 123 static struct platform_device rtc_device = { variable 1114 &rtc_device,
|
D | ezkit.c | 238 static struct platform_device rtc_device = { variable 1966 &rtc_device,
|
/linux-4.4.14/arch/arm/mach-versatile/ |
D | core.c | 675 &rtc_device,
|
/linux-4.4.14/arch/blackfin/mach-bf609/boards/ |
D | ezkit.c | 207 static struct platform_device rtc_device = { variable 2014 &rtc_device,
|