Searched refs:to_rtc_device (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/rtc/ |
H A D | sysfs.c | 38 retval = rtc_read_time(to_rtc_device(dev), &tm); in date_show() 52 retval = rtc_read_time(to_rtc_device(dev), &tm); in time_show() 66 retval = rtc_read_time(to_rtc_device(dev), &tm); in since_epoch_show() 81 return sprintf(buf, "%d\n", to_rtc_device(dev)->max_user_freq); in max_user_freq_show() 88 struct rtc_device *rtc = to_rtc_device(dev); in max_user_freq_store() 119 strcmp(dev_name(&to_rtc_device(dev)->dev), in hctosys_show() 142 retval = rtc_read_alarm(to_rtc_device(dev), &alm); in wakealarm_show() 159 struct rtc_device *rtc = to_rtc_device(dev); in wakealarm_store() 224 retval = rtc_read_offset(to_rtc_device(dev), &offset); in offset_show() 240 retval = rtc_set_offset(to_rtc_device(dev), offset); in offset_store() [all …]
|
H A D | class.c | 27 struct rtc_device *rtc = to_rtc_device(dev); in rtc_device_release() 102 struct rtc_device *rtc = to_rtc_device(dev); in rtc_suspend() 147 struct rtc_device *rtc = to_rtc_device(dev); in rtc_resume()
|
H A D | interface.c | 702 rtc = to_rtc_device(dev); in rtc_class_open()
|
/linux/kernel/power/ |
H A D | suspend_test.c | 130 struct rtc_device *candidate = to_rtc_device(dev); in has_wakealarm()
|
/linux/include/linux/ |
H A D | rtc.h | 165 #define to_rtc_device(d) container_of(d, struct rtc_device, dev) macro
|
/linux/kernel/time/ |
H A D | alarmtimer.c | 87 struct rtc_device *rtc = to_rtc_device(dev); in alarmtimer_rtc_add_device()
|