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;
178 struct device_attribute *attr, const char *buf, size_t count) \
186 return count; \
200 struct device_attribute *attr, const char *buf, size_t count)
204 size_t end = my_memlen(buf, count);
216 return count;
244 struct device_attribute *attr, const char *buf, size_t count)
248 size_t end = my_memlen(buf, count);
265 return count;
297 struct device_attribute *attr, const char *buf, size_t count)
309 return count;