Lines Matching defs:count
199 static ssize_t softsynthx_read(struct file *fp, char __user *buf, size_t count,
211 if (count < bytes_per_ch)
242 while (chars_sent <= count - bytes_per_ch) {
304 static ssize_t softsynth_read(struct file *fp, char __user *buf, size_t count,
307 return softsynthx_read(fp, buf, count, pos, 0);
310 static ssize_t softsynthu_read(struct file *fp, char __user *buf, size_t count,
313 return softsynthx_read(fp, buf, count, pos, 1);
319 size_t count, loff_t *pos)
324 converted = kstrtoul_from_user(buf, count, 0, &supplied_index);
330 return count;