Lines Matching defs:count
84 const char *buf, size_t count)
92 count = -ENODEV;
97 count = -EPERM;
104 count = -EINVAL;
112 return count;
133 const char *buf, size_t count)
141 count = -ENODEV;
146 count = -EPERM;
153 count = -EINVAL;
161 return count;
182 const char *buf, size_t count)
190 count = -ENODEV;
195 count = -EPERM;
202 count = -EINVAL;
210 return count;
279 struct device_attribute *attr, const char *buf, size_t count)
284 count = -ENODEV;
293 count = -EPERM;
320 return count;
324 count = -EINVAL;
330 return count;
345 const char *buf, size_t count)
352 count = -ENODEV;
359 count = -EINVAL;
366 return count;