Lines Matching refs:to_rtc_device
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()
80 return sprintf(buf, "%d\n", to_rtc_device(dev)->max_user_freq); in max_user_freq_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()
248 return sprintf(buf, "[%lld,%llu]\n", to_rtc_device(dev)->range_min, in range_show()
249 to_rtc_device(dev)->range_max); in range_show()
283 struct rtc_device *rtc = to_rtc_device(dev); in rtc_attr_is_visible()