Lines Matching defs:count
249 size_t count, loff_t *ppos)
277 count = simple_read_from_buffer(user_buf, count, ppos,
282 count = simple_read_from_buffer(user_buf, count, ppos,
287 count = simple_read_from_buffer(user_buf, count, ppos,
292 count = -EINVAL;
303 count = simple_read_from_buffer(user_buf, count, ppos, buf, 2);
307 return count;
312 size_t count, loff_t *ppos)
327 buf_size = min_t(size_t, count, (sizeof(buf) - 1));
329 count = -EFAULT;
335 count = -EINVAL;
339 count = -EINVAL;
343 count = -EINVAL;
354 count = -EINVAL;
371 count = -EINVAL;
375 return count;