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