Searched refs:to_rtc_device (Results 1 – 6 of 6) sorted by relevance
37 retval = rtc_read_time(to_rtc_device(dev), &tm); in date_show()51 retval = rtc_read_time(to_rtc_device(dev), &tm); in time_show()65 retval = rtc_read_time(to_rtc_device(dev), &tm); in since_epoch_show()87 struct rtc_device *rtc = to_rtc_device(dev); in max_user_freq_store()118 strcmp(dev_name(&to_rtc_device(dev)->dev), in hctosys_show()141 retval = rtc_read_alarm(to_rtc_device(dev), &alm); in wakealarm_show()158 struct rtc_device *rtc = to_rtc_device(dev); in wakealarm_store()223 retval = rtc_read_offset(to_rtc_device(dev), &offset); in offset_show()239 retval = rtc_set_offset(to_rtc_device(dev), offset); in offset_store()249 to_rtc_device(dev)->range_max); in range_show()[all …]
28 struct rtc_device *rtc = to_rtc_device(dev); in rtc_device_release()94 struct rtc_device *rtc = to_rtc_device(dev); in rtc_suspend()139 struct rtc_device *rtc = to_rtc_device(dev); in rtc_resume()
701 rtc = to_rtc_device(dev); in rtc_class_open()
130 struct rtc_device *candidate = to_rtc_device(dev); in has_wakealarm()
166 #define to_rtc_device(d) container_of(d, struct rtc_device, dev) macro
88 struct rtc_device *rtc = to_rtc_device(dev); in alarmtimer_rtc_add_device()
Completed in 11 milliseconds