Lines Matching defs:count
27 static long hwdep_read(struct snd_hwdep *hwdep, char __user *buf, long count,
53 count = min_t(long, count, sizeof(event));
54 if (copy_to_user(buf, &event, count))
62 count = min_t(long, count, sizeof(event));
63 if (copy_to_user(buf, &event, count))
75 while (consumed < count &&
84 event.motu_register_dsp_change.count =
89 count = consumed;
93 count = 0;
96 return count;