Lines Matching defs:attr
25 name_show(struct device *dev, struct device_attribute *attr, char *buf) in name_show()
33 date_show(struct device *dev, struct device_attribute *attr, char *buf) in date_show()
47 time_show(struct device *dev, struct device_attribute *attr, char *buf) in time_show()
61 since_epoch_show(struct device *dev, struct device_attribute *attr, char *buf) in since_epoch_show()
79 max_user_freq_show(struct device *dev, struct device_attribute *attr, char *buf) in max_user_freq_show()
85 max_user_freq_store(struct device *dev, struct device_attribute *attr, in max_user_freq_store()
115 hctosys_show(struct device *dev, struct device_attribute *attr, char *buf) in hctosys_show()
128 wakealarm_show(struct device *dev, struct device_attribute *attr, char *buf) in wakealarm_show()
152 wakealarm_store(struct device *dev, struct device_attribute *attr, in wakealarm_store()
219 offset_show(struct device *dev, struct device_attribute *attr, char *buf) in offset_show()
232 offset_store(struct device *dev, struct device_attribute *attr, in offset_store()
247 range_show(struct device *dev, struct device_attribute *attr, char *buf) in range_show()
281 struct attribute *attr, int n) in rtc_attr_is_visible()