Lines Matching defs:dev
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()
75 max_user_freq_show(struct device *dev, struct device_attribute *attr, char *buf) in max_user_freq_show()
81 max_user_freq_store(struct device *dev, struct device_attribute *attr, in max_user_freq_store()
111 hctosys_show(struct device *dev, struct device_attribute *attr, char *buf) in hctosys_show()
124 wakealarm_show(struct device *dev, struct device_attribute *attr, char *buf) in wakealarm_show()
148 wakealarm_store(struct device *dev, struct device_attribute *attr, in wakealarm_store()
215 offset_show(struct device *dev, struct device_attribute *attr, char *buf) in offset_show()
228 offset_store(struct device *dev, struct device_attribute *attr, in offset_store()
243 range_show(struct device *dev, struct device_attribute *attr, char *buf) in range_show()
279 struct device *dev = kobj_to_dev(kobj); in rtc_attr_is_visible() local