Home
last modified time | relevance | path

Searched refs:rtc_device (Results 1 – 25 of 212) sorted by relevance

123456789

/linux/include/linux/
H A Drtc.h73 struct rtc_device;
78 void (*func)(struct rtc_device *rtc);
79 struct rtc_device *rtc;
87 struct rtc_device { struct
165 #define to_rtc_device(d) container_of(d, struct rtc_device, dev) argument
181 extern struct rtc_device *devm_rtc_device_register(struct device *dev,
185 struct rtc_device *devm_rtc_allocate_device(struct device *dev);
186 int __devm_rtc_register_device(struct module *owner, struct rtc_device *rtc);
188 extern int rtc_read_time(struct rtc_device *rtc, struct rtc_time *tm);
189 extern int rtc_set_time(struct rtc_device *rtc, struct rtc_time *tm);
[all …]
/linux/drivers/rtc/
H A 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 void rtc_add_offset(struct rtc_device *rtc, struct rtc_time *tm) in rtc_add_offset()
46 static void rtc_subtract_offset(struct rtc_device *rtc, struct rtc_time *tm) in rtc_subtract_offset()
67 static int rtc_valid_range(struct rtc_device *rtc, struct rtc_time *tm) in rtc_valid_range()
84 static int __rtc_read_time(struct rtc_device *rtc, struct rtc_time *tm) in __rtc_read_time()
110 int rtc_read_time(struct rtc_device *rtc, struct rtc_time *tm) in rtc_read_time()
126 int rtc_set_time(struct rtc_device *rtc, struct rtc_time *tm) in rtc_set_time()
178 static int rtc_read_alarm_internal(struct rtc_device *rtc, in rtc_read_alarm_internal()
212 int __rtc_read_alarm(struct rtc_device *rtc, struct rtc_wkalrm *alarm) in __rtc_read_alarm()
[all …]
H A Drtc-core.h5 extern void rtc_dev_prepare(struct rtc_device *rtc);
13 static inline void rtc_dev_prepare(struct rtc_device *rtc) in rtc_dev_prepare()
21 extern void rtc_proc_add_device(struct rtc_device *rtc);
22 extern void rtc_proc_del_device(struct rtc_device *rtc);
26 static inline void rtc_proc_add_device(struct rtc_device *rtc) in rtc_proc_add_device()
30 static inline void rtc_proc_del_device(struct rtc_device *rtc) in rtc_proc_del_device()
H A Dclass.c27 struct rtc_device *rtc = to_rtc_device(dev); in rtc_device_release()
58 static void rtc_hctosys(struct rtc_device *rtc) in rtc_hctosys()
102 struct rtc_device *rtc = to_rtc_device(dev); in rtc_suspend()
147 struct rtc_device *rtc = to_rtc_device(dev); in rtc_resume()
207 static struct rtc_device *rtc_allocate_device(void) in rtc_allocate_device()
209 struct rtc_device *rtc; in rtc_allocate_device()
273 static void rtc_device_get_offset(struct rtc_device *rtc) in rtc_device_get_offset()
342 struct rtc_device *rtc = data; in devm_rtc_unregister_device()
358 struct rtc_device *rtc = res; in devm_rtc_release_device()
363 struct rtc_device *devm_rtc_allocate_device(struct device *dev) in devm_rtc_allocate_device()
[all …]
H A Ddev.c25 struct rtc_device *rtc = container_of(inode->i_cdev, in rtc_dev_open()
26 struct rtc_device, char_dev); in rtc_dev_open()
47 struct rtc_device *rtc = in rtc_uie_task()
48 container_of(work, struct rtc_device, uie_task); in rtc_uie_task()
75 struct rtc_device *rtc = timer_container_of(rtc, t, uie_timer); in rtc_uie_timer()
86 static int clear_uie(struct rtc_device *rtc) in clear_uie()
108 static int set_uie(struct rtc_device *rtc) in set_uie()
130 int rtc_dev_update_irq_enable_emul(struct rtc_device *rtc, unsigned int enabled) in rtc_dev_update_irq_enable_emul()
144 struct rtc_device *rtc = file->private_data; in rtc_dev_read()
193 struct rtc_device *rtc = file->private_data; in rtc_dev_poll()
[all …]
H A Dproc.c21 static bool is_rtc_hctosys(struct rtc_device *rtc) in is_rtc_hctosys()
33 static bool is_rtc_hctosys(struct rtc_device *rtc) in is_rtc_hctosys()
42 struct rtc_device *rtc = seq->private; in rtc_proc_show()
81 void rtc_proc_add_device(struct rtc_device *rtc) in rtc_proc_add_device()
88 void rtc_proc_del_device(struct rtc_device *rtc) in rtc_proc_del_device()
H A Dsysfs.c84 struct rtc_device *rtc = to_rtc_device(dev); in max_user_freq_store()
155 struct rtc_device *rtc = to_rtc_device(dev); in wakealarm_store()
268 static bool rtc_does_wakealarm(struct rtc_device *rtc) in rtc_does_wakealarm()
280 struct rtc_device *rtc = to_rtc_device(dev); in rtc_attr_is_visible()
308 int rtc_add_groups(struct rtc_device *rtc, const struct attribute_group **grps) in rtc_add_groups()
345 int rtc_add_group(struct rtc_device *rtc, const struct attribute_group *grp) in rtc_add_group()
H A Drtc-optee.c149 struct rtc_device *rtc;
498 static int optee_rtc_read_info(struct device *dev, struct rtc_device *rtc, in optee_rtc_read_info()
547 static int optee_rtc_probe(struct tee_client_device *rtc_device) in optee_rtc_probe() argument
549 struct device *dev = &rtc_device->dev; in optee_rtc_probe()
553 struct rtc_device *rtc; in optee_rtc_probe()
573 export_uuid(sess_arg.uuid, &rtc_device->id.uuid); in optee_rtc_probe()
629 export_uuid(sess2_arg.uuid, &rtc_device->id.uuid); in optee_rtc_probe()
682 static void optee_rtc_remove(struct tee_client_device *rtc_device) in optee_rtc_remove() argument
684 struct device *dev = &rtc_device->dev; in optee_rtc_remove()
H A Drtc-spacemit-p1.c42 struct rtc_device *rtc;
128 struct rtc_device *rtc; in p1_rtc_probe()
H A Drtc-rs5c348.c54 struct rtc_device *rtc;
167 struct rtc_device *rtc; in rs5c348_probe()
H A Drtc-sa1100.h18 struct rtc_device *rtc;
H A Drtc-generic.c15 struct rtc_device *rtc; in generic_rtc_probe()
H A Dnvmem.c13 int devm_rtc_nvmem_register(struct rtc_device *rtc, in devm_rtc_nvmem_register()
H A Drtc-msm6242.c76 struct rtc_device *rtc;
193 struct rtc_device *rtc; in msm6242_rtc_probe()
H A Drtc-starfire.c40 struct rtc_device *rtc; in starfire_rtc_probe()
/linux/kernel/power/
H A Dsuspend_test.c62 static void __init test_wakealarm(struct rtc_device *rtc, suspend_state_t state) in test_wakealarm()
130 struct rtc_device *candidate = to_rtc_device(dev); in has_wakealarm()
184 struct rtc_device *rtc = NULL; in test_suspend()
/linux/arch/arm/mach-footbridge/
H A Disa.c28 static struct platform_device rtc_device = { variable
84 err = platform_device_register(&rtc_device); in footbridge_isa_init()
/linux/drivers/platform/cznic/
H A Dturris-omnia-mcu.h27 struct rtc_device;
90 struct rtc_device *rtcdev;
/linux/arch/m68k/coldfire/
H A Damcore.c122 static struct platform_device rtc_device = { variable
138 &rtc_device,
/linux/drivers/platform/x86/amd/pmc/
H A Dpmc.c551 struct rtc_device *rtc_device; in amd_pmc_verify_czn_rtc() local
567 rtc_device = rtc_class_open("rtc0"); in amd_pmc_verify_czn_rtc()
568 if (!rtc_device) in amd_pmc_verify_czn_rtc()
570 rc = rtc_read_alarm(rtc_device, &alarm); in amd_pmc_verify_czn_rtc()
577 rc = rtc_read_time(rtc_device, &tm); in amd_pmc_verify_czn_rtc()
595 rc = rtc_alarm_irq_enable(rtc_device, 0); in amd_pmc_verify_czn_rtc()
/linux/kernel/time/
H A Dalarmtimer.c63 static struct rtc_device *rtcdev;
71 struct rtc_device *alarmtimer_get_rtcdev(void) in alarmtimer_get_rtcdev()
73 struct rtc_device *ret; in alarmtimer_get_rtcdev()
84 struct rtc_device *rtc = to_rtc_device(dev); in alarmtimer_rtc_add_device()
221 struct rtc_device *rtc; in alarmtimer_suspend()
294 struct rtc_device *rtc; in alarmtimer_resume()
/linux/arch/sh/kernel/cpu/sh3/
H A Dsetup-sh7710.c88 static struct platform_device rtc_device = { variable
163 &rtc_device,
H A Dsetup-sh7705.c129 static struct platform_device rtc_device = { variable
164 &rtc_device,
H A Dsetup-sh770x.c102 static struct platform_device rtc_device = { variable
208 &rtc_device,
/linux/drivers/virtio/
H A Dvirtio_rtc_class.c27 struct rtc_device *rtc;
239 struct rtc_device *rtc; in viortc_class_init()

123456789