Lines Matching defs:buf
149 show_chgmode(struct device *dev, struct device_attribute *attr, char *buf)
156 return sysfs_emit(buf, "%d\n", chgmod);
161 show_usblim(struct device *dev, struct device_attribute *attr, char *buf)
177 return sysfs_emit(buf, "%u\n", ma);
181 struct device_attribute *attr, const char *buf, size_t count)
187 ret = kstrtoul(buf, 10, &ma);
199 show_chglim(struct device *dev, struct device_attribute *attr, char *buf)
210 return sysfs_emit(buf, "%u\n", ma);
214 struct device_attribute *attr, const char *buf, size_t count)
224 ret = kstrtoul(buf, 10, &ma);