Lines Matching defs:ch_count
3180 int ch_count, ret, i, j;
3196 ch_count = ud->tchan_cnt + ud->rchan_cnt;
3328 ch_count -= bitmap_weight(ud->tchan_map, ud->tchan_cnt);
3329 ch_count -= bitmap_weight(ud->rchan_map, ud->rchan_cnt);
3330 if (!ch_count)
3333 ud->channels = devm_kcalloc(dev, ch_count, sizeof(*ud->channels),
3339 ch_count,
3345 return ch_count;
3517 int ch_count;
3622 ch_count = udma_setup_resources(ud);
3623 if (ch_count <= 0)
3624 return ch_count;
3657 for (i = 0; i < ch_count; i++) {