Lines Matching defs:buf
25 struct device_attribute *attr, char *buf) \
29 return sysfs_emit(buf, "%lu\n", ws->_name); \
39 struct device_attribute *attr, char *buf)
45 return sysfs_emit(buf, "%lld\n", ktime_to_ms(active_time));
50 struct device_attribute *attr, char *buf)
61 return sysfs_emit(buf, "%lld\n", ktime_to_ms(total_time));
66 struct device_attribute *attr, char *buf)
78 return sysfs_emit(buf, "%lld\n", ktime_to_ms(max_time));
83 struct device_attribute *attr, char *buf)
87 return sysfs_emit(buf, "%lld\n", ktime_to_ms(ws->last_time));
92 char *buf)
96 return sysfs_emit(buf, "%s\n", ws->name);
102 char *buf)
112 return sysfs_emit(buf, "%lld\n", ktime_to_ms(prevent_sleep_time));