Lines Matching defs:dev
24 name_show(struct device *dev, struct device_attribute *attr, char *buf) in name_show()
32 date_show(struct device *dev, struct device_attribute *attr, char *buf) in date_show()
46 time_show(struct device *dev, struct device_attribute *attr, char *buf) in time_show()
60 since_epoch_show(struct device *dev, struct device_attribute *attr, char *buf) in since_epoch_show()
78 max_user_freq_show(struct device *dev, struct device_attribute *attr, char *buf) in max_user_freq_show()
84 max_user_freq_store(struct device *dev, struct device_attribute *attr, in max_user_freq_store()
114 hctosys_show(struct device *dev, struct device_attribute *attr, char *buf) in hctosys_show()
127 wakealarm_show(struct device *dev, struct device_attribute *attr, char *buf) in wakealarm_show()
151 wakealarm_store(struct device *dev, struct device_attribute *attr, in wakealarm_store()
218 offset_show(struct device *dev, struct device_attribute *attr, char *buf) in offset_show()
231 offset_store(struct device *dev, struct device_attribute *attr, in offset_store()
246 range_show(struct device *dev, struct device_attribute *attr, char *buf) in range_show()
282 struct device *dev = kobj_to_dev(kobj); in rtc_attr_is_visible() local