Lines Matching defs:count
97 int count = 0;
100 count += 1;
102 return count;
226 unsigned int idx, count;
244 count = snd_ctl_elem_info_get_count(info);
245 if (sz != count || sz > sizeof(dst->value.bytes)) {
372 info->count = 1;
381 p = parse_uint(p, "count=", sizeof("count=") - 1, 1, 128, &info->count);
458 err = __snd_ctl_add_elem_set(ctl, info2, info2->owner, info2->count);
1099 * \return count of items on success, otherwise a negative error code
1147 * \return count of items on success, otherwise a negative error code