Lines Matching defs:count
29 size_t count, loff_t *ppos)
49 return simple_read_from_buffer(user_buf, count, ppos, buf, 2);
54 size_t count, loff_t *ppos)
63 buf_size = min(count, (sizeof(buf)-1));
90 return count;
101 size_t count, loff_t *ppos)
112 buf_size = min(count, (sizeof(buf) - 1));
132 return count;
142 size_t count, loff_t *ppos)
165 ret = simple_read_from_buffer(user_buf, count, ppos, buf, len);