Lines Matching defs:count
55 static inline size_t my_memlen(const char *buf, size_t count)
57 if (count > 0 && buf[count-1] == '\n')
58 return count - 1;
60 return count;
152 struct device_attribute *attr, const char *buf, size_t count) \
160 return count; \
174 struct device_attribute *attr, const char *buf, size_t count)
178 size_t end = my_memlen(buf, count);
190 return count;
218 struct device_attribute *attr, const char *buf, size_t count)
222 size_t end = my_memlen(buf, count);
239 return count;
271 struct device_attribute *attr, const char *buf, size_t count)
283 return count;