Lines Matching defs:count
19 long count, loff_t *offset)
28 count = min_t(long, count, sizeof(event));
32 if (copy_to_user(buf, &event, count))
35 return count;
45 long count;
54 count = sizeof(type);
85 count += length;
95 return count;
98 static long hwdep_read(struct snd_hwdep *hwdep, char __user *buf, long count,
118 count = tscm_hwdep_read_locked(tscm, buf, count, offset);
120 count = tscm_hwdep_read_queue(tscm, buf, count, offset);
123 count = 0;
126 return count;